mirror of
https://github.com/kbenestad/invoice.git
synced 2026-06-18 08:04:32 +00:00
HTML invoicing app producing PDF invoices for freelancers. Configuration file allows entities to offer standard lines and rates for freelancers not used to providing invoices.
- Payment terms (default 7 days) and pay-by date are now always visible in the form and always rendered in the invoice preview and PDF when pTerm > 0 - Bank account details moved into a separate #bank-section that is shown only when "Other" is selected or when the predefined charge-to has bank info in config - hide-payment-info: yes now only suppresses bank details, not terms/pay-by - Example NGO in config.yml now includes UK bank info (NatWest IBAN + BIC) which auto-fills and locks the bank section when that recipient is selected - calcPayBy() is called on form init so the default 7-day pay-by date shows immediately https://claude.ai/code/session_015iyCBgoTXNNqaErR287U1u |
||
|---|---|---|
| app | ||
| docs/devdocs | ||
| README.md | ||
invoice
HTML invoicing app producing PDF invoices for freelancers. Configuration file allows entities to offer standard lines and rates for freelancers not used to providing invoices.