Go to file
jordi fita mas 0ee64f1905 Allow negative prices and quantities in invoices and quotes
This is necessary for credit forms, because it is “just” an invoice with
a negative amount, usually the inverse of an invoice that has to be
rectified.  This is a requirement for electronic invoicing too.

However, it is not the only use case: sometimes it is necessary to have
some lines with a negative quantity, even if the total is positive, to
emphasize discounts or to register expenses, like bank commissions in
autoinvoices.

Part of #61.
2025-01-21 23:11:29 +01:00
cmd/numerus Prefill login form when using the demo database 2024-01-20 20:23:26 +01:00
debian Debian: copy de modified build.go to the src folder in _build 2024-01-19 23:54:32 +01:00
demo Remove status parameter from edit_expense and forms 2024-08-26 10:42:38 +02:00
deploy Allow to delete expenses 2024-09-09 00:08:02 +02:00
pkg Allow negative prices and quantities in invoices and quotes 2025-01-21 23:11:29 +01:00
po Rename “Payment method” to “Invoicing method” 2024-09-06 12:13:27 +02:00
revert Allow to delete expenses 2024-09-09 00:08:02 +02:00
test Allow negative prices and quantities in invoices and quotes 2025-01-21 23:11:29 +01:00
verify Allow to delete expenses 2024-09-09 00:08:02 +02:00
web Make product description use the whole width in invoices and quotes 2025-01-20 18:12:02 +01:00
.gitignore Ignore IntelliJ’s project files 2023-01-30 16:42:15 +01:00
COPYING Rename LICENSE to COPYING 2023-01-15 04:08:35 +01:00
Makefile Rename extension of templates to .gohtml 2023-01-30 16:48:21 +01:00
go.mod Add the customer name to the invoice’s PDF file name 2023-07-07 11:34:34 +02:00
go.sum Add the customer name to the invoice’s PDF file name 2023-07-07 11:34:34 +02:00
guix.scm Add Guix file 2024-02-06 17:43:05 +01:00
sqitch.conf Setup authentication schema and user relation 2023-01-13 20:30:21 +01:00
sqitch.plan Allow to delete expenses 2024-09-09 00:08:02 +02:00