summaryrefslogtreecommitdiffstats
path: root/web/faktura.php
Commit message (Collapse)AuthorAgeFilesLines
* Begin web app frontend in PHP.mainHarald Eilertsen2024-04-261-0/+11
While I'd like a command line client for retreiving information and scripting stuff based on the db contents, a web app is convenient for the less common stuff like adding and editing data. The web app could also have been done in rust, however, I feel php is so convenient for simple web stuff that I think it makes more sense this way.