foodsoft/config
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
..
environments Switch license to AGPL (fixes #496, PR #513) 2017-11-10 17:02:35 +01:00
initializers Use ExceptionNotification via generator generated code 2017-10-09 10:32:32 +02:00
locales Update model to support financial transactions #367 2017-12-09 11:51:23 +01:00
app_config.yml.SAMPLE Add custom fields to invoice, odergroup, supplier and user 2017-10-28 20:16:47 +02:00
application.rb Avoid Rails 4.2 deprecation warning 2015-11-14 18:23:33 +01:00
boot.rb First step for upgrading to rails 3. 2011-05-11 01:32:21 +02:00
database.yml.MySQL_SAMPLE Switch license to AGPL (fixes #496, PR #513) 2017-11-10 17:02:35 +01:00
database.yml.SQLite_SAMPLE Switch license to AGPL (fixes #496, PR #513) 2017-11-10 17:02:35 +01:00
environment.rb migrate to Rails 4.0 (closes foodcoops#214) 2014-02-24 12:46:28 +01:00
i18n-js.yml handle ajax errors (closes foodcoops#300) 2014-07-02 13:55:05 +02:00
navigation.rb Log mail delivery errors to database and add an UI for it 2017-10-02 16:02:39 +02:00
routes.rb Update model to support financial transactions #367 2017-12-09 11:51:23 +01:00
schedule.rb Add an option to automatically finish an order 2017-10-12 21:14:29 +02:00