Self-hosted quotation generator for business use.
- Dynamically add & remove:
- Comments / notes
- Costs & cost descriptions
- Quotes saved as JSON server-side
- List of previously generated quotes that can be access, viewed, and edited client-side
- Generate reference based on street name, client first name, and month / year (ie.
john-sugarpine-8-24
for John Smith, 1234 Sugarpine Drive) - Dynamically add percentage-based fees such as taxes inside personal.js in an array format
- Duplicate
public/CHECK_README.js
and rename it topublic/personal.js
- Add desired info to the new file
- Run
init.bat
to download node modules (must have Node installed on system) - Run
run.bat
to run onlocalhost:3000