foodsoft/app/models
Patrick Gansterer 4752a0aaa9 Add method to parse bank transactions as JSON
This implements parsing of the Account Information Service format as
defined in the Berlin Group Group NextGenPSD2 XS2A Framework, which
is widely used across various European banks.

This is a first step to replace the current bank import features with
a standardized JSON interface.
2021-02-24 14:59:55 +01:00
..
concerns Use the correct Unicode character in MarkAsDeletedWithName 2020-07-31 21:44:46 +02:00
application_record.rb Add and inherit from ApplicationRecord to match Rails 5.0 style 2019-01-15 04:40:05 +01:00
article.rb API v1 order_articles endpoints 2021-02-17 17:07:39 +01:00
article_category.rb API v1 article_categories endpoint 2021-02-17 17:07:39 +01:00
article_price.rb Add and inherit from ApplicationRecord to match Rails 5.0 style 2019-01-15 04:40:05 +01:00
assignment.rb Add and inherit from ApplicationRecord to match Rails 5.0 style 2019-01-15 04:40:05 +01:00
bank_account.rb Add method to parse bank transactions as JSON 2021-02-24 14:59:55 +01:00
bank_transaction.rb Adopt Rails 5 belongs_to_required_by_default 2020-09-05 14:40:11 +02:00
delivery.rb Adopt Rails 5 belongs_to_required_by_default 2020-09-05 14:40:11 +02:00
financial_link.rb Add option to create a new FinancialTransaction at a FinancialLink 2021-02-17 13:52:39 +01:00
financial_transaction.rb Adopt Rails 5 belongs_to_required_by_default 2020-09-05 14:40:11 +02:00
financial_transaction_class.rb Add option to ignore financial transaction when calculating the balance 2021-02-17 14:07:03 +01:00
financial_transaction_type.rb Add option to ignore financial transaction when calculating the balance 2021-02-17 14:07:03 +01:00
group.rb Make the uniqueness of the name of a group expicit in the model 2019-11-11 11:12:27 +01:00
group_order.rb API v1 group_order_articles endpoints 2021-02-17 17:07:39 +01:00
group_order_article.rb API v1 group_order_articles endpoints 2021-02-17 17:07:39 +01:00
group_order_article_quantity.rb Add and inherit from ApplicationRecord to match Rails 5.0 style 2019-01-15 04:40:05 +01:00
invite.rb Add and inherit from ApplicationRecord to match Rails 5.0 style 2019-01-15 04:40:05 +01:00
invoice.rb Adopt Rails 5 belongs_to_required_by_default 2020-09-05 14:40:11 +02:00
mail_delivery_status.rb Add and inherit from ApplicationRecord to match Rails 5.0 style 2019-01-15 04:40:05 +01:00
membership.rb Add and inherit from ApplicationRecord to match Rails 5.0 style 2019-01-15 04:40:05 +01:00
order.rb Split order close method (PR #829) 2021-02-17 18:42:52 +01:00
order_article.rb API v1 order_articles endpoints 2021-02-17 17:07:39 +01:00
order_comment.rb Add and inherit from ApplicationRecord to match Rails 5.0 style 2019-01-15 04:40:05 +01:00
ordergroup.rb Add API v1 financial_transactions POST endpoint 2021-02-18 18:09:40 +01:00
periodic_task_group.rb Add and inherit from ApplicationRecord to match Rails 5.0 style 2019-01-15 04:40:05 +01:00
shared_article.rb Add and inherit from ApplicationRecord to match Rails 5.0 style 2019-01-15 04:40:05 +01:00
shared_supplier.rb Suppress deleted suppliers from SharedSupplier.suppliers 2019-06-14 10:10:20 +00:00
stock_article.rb API v1 order_articles endpoints 2021-02-17 17:07:39 +01:00
stock_change.rb Adopt Rails 5 belongs_to_required_by_default 2020-09-05 14:40:11 +02:00
stock_event.rb Make StockEvent a base class for Delivery and StockTaking 2020-09-05 13:52:18 +02:00
stock_taking.rb Make StockEvent a base class for Delivery and StockTaking 2020-09-05 13:52:18 +02:00
supplier.rb API v1 orders endpoints 2021-02-17 17:07:39 +01:00
supplier_category.rb Add SupplierCategory 2020-07-30 17:46:07 +02:00
task.rb Make user in Task model optional to support old database entries 2020-10-10 20:39:40 +02:00
user.rb Rails 5.0 2020-09-05 14:40:11 +02:00
workgroup.rb Add custom fields to invoice, odergroup, supplier and user 2017-10-28 20:16:47 +02:00