foodsoft/app
Patrick Gansterer e7657b987f Update model to support financial transactions #367
This change introduces two new data types to group the financial
transactions. Now every transaction has a "type", which itself belongs
to a "class".
Types should be used add structured information to an transaction, instead
of writing it into the notice textfield. E.g. this could be used to have
different types depending on the source of money (cash vs. bank transfer).
Classes are shown as different columns in the tables and will be uses to
group transactions of specific types. They should be used if not the whole
amount of ordergroup should be used to order food. E.g. if there is a
deposit or membership fee, which is independent of the normal credit.
This will allow us to implement additional features based on classes in
the future. E.g. the sum of transactions in the "membership fee" class
must be positive to allow food orders or show a big warning if it is bellow
a certain value.
2017-12-09 11:51:23 +01:00
..
assets Add folders to the documents plugin 2017-11-21 10:12:13 +01:00
controllers Update model to support financial transactions #367 2017-12-09 11:51:23 +01:00
documents Fix order by groups document after 020b75c 2017-06-28 13:53:38 +02:00
helpers Merge pull request #421 from foodcoop1040/edit_links 2016-03-11 13:39:27 +01:00
inputs Make ordergroup break fields a bit nicer 2016-03-11 13:56:02 +01:00
mail_receivers Improve the interface of FoodsoftMailReceiver 2017-10-03 17:26:33 +02:00
mailers Use Mail::Address to create email addresses with display names 2017-10-12 01:19:19 +02:00
models Update model to support financial transactions #367 2017-12-09 11:51:23 +01:00
views Update model to support financial transactions #367 2017-12-09 11:51:23 +01:00
workers Remove code duplication for catching errors when sending mails 2017-09-30 12:20:17 +02:00