Add period-based exchange rates.

This commit is contained in:
Dominik Pantůček 2023-03-31 20:59:04 +02:00
parent e9745bc64a
commit 2bbaa1da9f
2 changed files with 13 additions and 3 deletions

View file

@ -253,7 +253,8 @@ bank-fio.o: bank-fio.import.scm
bank-fio.import.scm: $(BANK-FIO-SOURCES)
MEMBERS-PAYMENTS-SOURCES=members-payments.scm bank-account.import.scm \
dictionary.import.scm member-fees.import.scm
dictionary.import.scm member-fees.import.scm \
period.import.scm
members-payments.so: members-payments.o
members-payments.o: members-payments.import.scm