Editable information
- Banking Details
- Company and Client Addresses
Invoice Number
- Naming Convention - {Current date (yyMMdd) }{Sale Number}
- Increment sale number (buttons hidden under Invoice Number so they don't get printed)
- Autopopulates payment ref
Make Products editable
- Currently reads a hardcoded list
- Autosums product prices
dev
– start development serverbuild
– build production version of the apppreview
– locally preview production build
typecheck
– checks TypeScript typeslint
– runs ESLintprettier:check
– checks files with Prettiervitest
– runs vitest testsvitest:watch
– starts vitest watchtest
– runsvitest
,prettier:check
,lint
andtypecheck
scripts