foodsoft/app/controllers/finance
Patrick Gansterer a3defc5463 Add FinacialTransaction create_collection for ordergroup custom fields
Custom fields of an ordergroup can set financial_transaction_source to
true, to act as an source for a new collection of FinacialTransaction.

A typical usecase would be a variable membership fee, which will be stored
in a custom field on the ordergroup. When a new membership period begins
a collection with all membership fees can be created with one click.
2020-03-23 17:40:18 +01:00
..
balancing_controller.rb Add method to close all invoices with an invoice direct 2020-02-28 12:17:27 +01:00
bank_accounts_controller.rb Add BankAccountConnector to implement bank import methods in plugins 2020-02-24 14:30:03 +01:00
bank_transactions_controller.rb Add additional eager loading annotations 2019-10-30 11:53:44 +01:00
base_controller.rb Limit financial overview items to speed up loading 2020-03-23 16:29:30 +01:00
financial_links_controller.rb Fix and clean up bank account translations for English and German 2019-10-30 12:42:41 +01:00
financial_transactions_controller.rb Add FinacialTransaction create_collection for ordergroup custom fields 2020-03-23 17:40:18 +01:00
invoices_controller.rb Fix invoice redirect 2020-02-18 19:02:34 +01:00
ordergroups_controller.rb Show the financial transaction type if there are more than one type #367 2017-12-09 11:51:23 +01:00