A very simple billing app
  • HTML 31%
  • PHP 29.8%
  • JavaScript 24.4%
  • CSS 14.8%
Find a file
Raphaël Bastide 56ca247b30 interface
2025-12-12 11:21:28 +01:00
css interface 2025-12-12 11:21:28 +01:00
fonts >[[[[:> 2023-11-07 20:35:59 +01:00
js interface 2025-12-12 11:21:28 +01:00
.gitignore >[[[[:> 2023-11-07 20:35:59 +01:00
default-data.json New JSON structure allowing to add more stuff at the document root. Lots of work for not so much if you ask me. 2025-08-04 22:43:59 +02:00
delete-bill.php New JSON structure allowing to add more stuff at the document root. Lots of work for not so much if you ask me. 2025-08-04 22:43:59 +02:00
favicon.svg Interface, print CSS, Options, page titles for print, multple bug fix 2024-02-12 15:11:27 +01:00
functions.php New JSON structure allowing to add more stuff at the document root. Lots of work for not so much if you ask me. 2025-08-04 22:43:59 +02:00
get-bill.php New JSON structure allowing to add more stuff at the document root. Lots of work for not so much if you ask me. 2025-08-04 22:43:59 +02:00
get-client.php New JSON structure allowing to add more stuff at the document root. Lots of work for not so much if you ask me. 2025-08-04 22:43:59 +02:00
index.php interface 2025-12-12 11:21:28 +01:00
list.php interface 2025-12-12 11:21:28 +01:00
README.md Interface 2025-08-14 20:25:25 +02:00
save-bill.php Interface 2025-08-14 20:25:25 +02:00
save-client.php New JSON structure allowing to add more stuff at the document root. Lots of work for not so much if you ask me. 2025-08-04 22:43:59 +02:00
TODO.md Most recent client first, paid / unpaid status 2025-08-15 14:22:28 +02:00

Facta, a very simple billing app

  • Requires php
  • No db required other than a json file
  • Rename default-data.json to data.json and 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)

License

GNU AGPL

Assisted by AI
AI generated code were involved in the making of this app.