├── .github └── FUNDING.yml ├── Code.gs ├── LICENSE ├── README.md ├── appsscript.json ├── index.html ├── script-js.html └── styles-css.html /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtottrup/restaurant-pos-gas/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /Code.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtottrup/restaurant-pos-gas/HEAD/Code.gs -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtottrup/restaurant-pos-gas/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtottrup/restaurant-pos-gas/HEAD/README.md -------------------------------------------------------------------------------- /appsscript.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtottrup/restaurant-pos-gas/HEAD/appsscript.json -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtottrup/restaurant-pos-gas/HEAD/index.html -------------------------------------------------------------------------------- /script-js.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtottrup/restaurant-pos-gas/HEAD/script-js.html -------------------------------------------------------------------------------- /styles-css.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mtottrup/restaurant-pos-gas/HEAD/styles-css.html --------------------------------------------------------------------------------