Go to file
jordi fita mas a7c1df20f0 Compute the total amount, base plus taxes, of all expenses
This works mostly like invoices: i have to “update” the expense form
to compute its total based on the subtotal and the selected taxes,
although in this case i do no need to compute the subtotal because that
is given by the user.

Nevertheless, i added a new function to compute that total because it
was already hairy enough for the dashboard, that also needs to compute
the tota, not just the base, and i wanted to test that function.

There is no need for a custom input type for that function as it only
needs a couple of simple domains.   I have created the output type,
though, because otherwise i would need to have records or “reuse” any
other “amount” output type, which would be confusing.\

Part of #68.
2023-07-13 20:50:26 +02:00
cmd/numerus Implement login cookie, its verification, and logout 2023-01-17 20:58:13 +01:00
debian Add the customer name to the invoice’s PDF file name 2023-07-07 11:34:34 +02:00
demo Add empty IBAN and BIC to demo contacts 2023-07-02 02:26:35 +02:00
deploy Compute the total amount, base plus taxes, of all expenses 2023-07-13 20:50:26 +02:00
pkg Compute the total amount, base plus taxes, of all expenses 2023-07-13 20:50:26 +02:00
po Compute the total amount, base plus taxes, of all expenses 2023-07-13 20:50:26 +02:00
revert Compute the total amount, base plus taxes, of all expenses 2023-07-13 20:50:26 +02:00
test Compute the total amount, base plus taxes, of all expenses 2023-07-13 20:50:26 +02:00
verify Compute the total amount, base plus taxes, of all expenses 2023-07-13 20:50:26 +02:00
web Compute the total amount, base plus taxes, of all expenses 2023-07-13 20:50:26 +02: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
sqitch.conf Setup authentication schema and user relation 2023-01-13 20:30:21 +01:00
sqitch.plan Compute the total amount, base plus taxes, of all expenses 2023-07-13 20:50:26 +02:00