Add option to create foodcoop transaction when creating a collection

This option can be used, if a kind of "double-entry accounting" is used
and every transaction should have a corresponding transaction.
This commit is contained in:
Patrick Gansterer 2019-11-01 17:29:07 +01:00
parent 97b9145223
commit 3f25138997
4 changed files with 20 additions and 0 deletions

View file

@ -874,6 +874,7 @@ de:
add_all_ordergroups: Alle Bestellgruppen hinzufügen
add_all_ordergroups_custom_field: Alle Bestellgruppen mit %{label} hinzufügen
create_financial_link: Erstelle einen gemeinsamen Finanzlink für die neuen Transaktionen.
create_foodcoop_transaction: Erstelle einen Transaktion mit der der invertieten Summe für die Foodcoop (für den Fall der "doppelte Buchführung")
new_ordergroup: Weitere Bestellgruppe hinzufügen
save: Transaktionen speichern
set_balance: Setze den Kontostand der Bestellgrupppe auf den eingegebenen Betrag.

View file

@ -897,6 +897,7 @@ en:
add_all_ordergroups: Add all ordergroups
add_all_ordergroups_custom_field: Add all ordergoups with %{label}
create_financial_link: Create a common financial link for the new transactions.
create_foodcoop_transaction: Create a transaction with the inverted sum for the foodcoop (in the case of "double-entry accounting")
new_ordergroup: Add new ordergroup
save: Save transaction
set_balance: Set the balance of the ordergroup to the entered amount.