A very simple billing app
- HTML 31%
- PHP 29.8%
- JavaScript 24.4%
- CSS 14.8%
| css | ||
| fonts | ||
| js | ||
| .gitignore | ||
| default-data.json | ||
| delete-bill.php | ||
| favicon.svg | ||
| functions.php | ||
| get-bill.php | ||
| get-client.php | ||
| index.php | ||
| list.php | ||
| README.md | ||
| save-bill.php | ||
| save-client.php | ||
| TODO.md | ||
Facta, a very simple billing app
- Requires php
- No db required other than a json file
- Rename
default-data.jsontodata.jsonand make it writable
Features
- Clients / bills management
- Exports PDF with CSS print (CTRL+P)
- Very basic multilingual options
- Optional bill lines
- Bill edit / print / delete functions
- Clients and bills listing (WIP)