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
..
2023-07-11 15:33:26 +02:00
2023-07-11 15:33:26 +02:00
2023-03-26 13:51:57 +02:00
2023-07-02 02:08:45 +02:00
2023-07-11 15:33:26 +02:00
2023-07-11 15:33:26 +02:00
2023-03-11 20:58:20 +01:00
2023-03-26 13:51:57 +02:00
2023-07-11 15:33:26 +02:00
2023-07-11 15:33:26 +02:00
2023-04-30 16:06:16 +02:00
2023-02-09 11:42:31 +01:00
2023-02-04 11:32:39 +01:00
2023-03-10 14:02:55 +01:00