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-24for John Smith, 1234 Sugarpine Drive) - Dynamically add percentage-based fees such as taxes inside personal.js in an array format
- Duplicate
public/CHECK_README.jsand rename it topublic/personal.js - Add desired info to the new file
- Run
init.batto download node modules (must have Node installed on system) - Run
run.batto run onlocalhost:3000
