ninjasurge 4e763305fb Update google-script.js
This now matches the last production version that was in use.
2025-04-02 09:29:08 -05:00
2025-02-21 08:21:47 -06:00
2025-02-13 10:54:38 -06:00
2024-12-12 11:47:50 -06:00
2025-04-02 09:29:08 -05:00
2024-12-12 11:47:50 -06:00
2025-02-13 10:54:38 -06:00

!IMPORTANT!

This repo is archived, decided to move all efforts to the Rural Water App

Rural Water Workorder

Static Badge

This is really just a front end for a google form for the company to manage workorders and inventory.

This project was designed to make a more @NinjaSurge freindly way of making a "small" single HTML file to be hosted by google scripts and integrate there.

Using this project

The output of this project is a single HTML file with vanilla css and js.

cd /path/to/project/
npm i
npm run compile

This will take the main 3 files src/index.html, src/script.js, and src/styles.scss and compiles all of them into build/index.html.

Description
This is a single file html, js, and css mini-app to use as a frontend for Rural Water workorders.
Readme 83 KiB
Languages
JavaScript 56.4%
SCSS 25.9%
HTML 14%
Shell 3.7%