Invoiceplane
Invoiceplane is a web application for managing invoices, clients and payments.
Installation
To setup Invoiceplane locally, this is the most minimal configuration to get started
/etc/nixos/configuration.nix
services.invoiceplane.sites."localhost".enable = true;
After that Invoiceplane will be available at http://localhost .