fixes name of bank account in import

This commit is contained in:
Hans Fast 2025-11-10 16:03:40 +01:00
parent 7e57b0eeac
commit 6c093c139b
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{
//load input data: individual usage, banktotal and collective usage.
indivusage = ./inputs/kwh-usage.csv/
banktotal = Tree.filter(./process/bank-costs.csv/, entry => entry.account === 'ASN')[0].amount
banktotal = Tree.filter(./process/bank-costs.csv/, entry => entry.account === 'Bank')[0].amount
collective_usage = ./inputs/collective-usage-expenses.csv/
//group collective usage by period