foodsoft/app/views/finance/balancing
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
..
_edit_note.html.haml Move small close button to helper. 2015-04-10 18:58:51 +02:00
_edit_results_by_articles.html.haml ui update for packages display 2014-01-03 12:42:36 +01:00
_group_order_articles.html.haml Add ordergroup_name to GroupOrder 2016-03-11 13:36:49 +01:00
_invoice.html.haml add missing i18n text 2013-06-06 02:42:38 +02:00
_order_article.html.haml migrate to Rails 4.0 (closes foodcoops#214) 2014-02-24 12:46:28 +01:00
_order_article_result.html.haml Fixed finance module to work with bootstrap design. 2012-11-10 16:44:05 +01:00
_orders.html.haml make settle directly less dangerous 2014-05-13 17:01:26 +02:00
_summary.haml Merge remote-tracking branch 'bennibu/rails3' into rails3 2013-03-21 22:08:09 +01:00
confirm.html.haml Update model to support financial transactions #367 2017-12-09 11:51:23 +01:00
edit_note.js.haml Fixed finance module to work with bootstrap design. 2012-11-10 16:44:05 +01:00
index.html.haml i18n finance + controller 2013-02-10 15:05:31 +07:00
index.js.haml Fixed finance module to work with bootstrap design. 2012-11-10 16:44:05 +01:00
new.html.haml Add option to show account balance instead of available funds 2017-10-28 20:16:25 +02:00
new.js.haml Fixed finance module to work with bootstrap design. 2012-11-10 16:44:05 +01:00
new_on_order_article_create.js.erb Do not set quantity of newly created OrderArticles to 1 2014-01-02 19:17:46 +01:00
new_on_order_article_update.js.erb Apply publish/subscribe for OrderArticle#update 2014-01-02 19:14:07 +01:00
update_note.js.haml Fixed finance module to work with bootstrap design. 2012-11-10 16:44:05 +01:00
update_summary.js.haml Balancing: Do not update oder summary automaticly when changing group orders. 2013-03-17 15:47:50 +01:00