..
concerns
Add custom fields to invoice, odergroup, supplier and user
2017-10-28 20:16:47 +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
allow 1 char unit, eg L or g
2019-03-26 18:58:36 +00:00
article_category.rb
Add and inherit from ApplicationRecord to match Rails 5.0 style
2019-01-15 04:40:05 +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 BankAccountConnector to implement bank import methods in plugins
2020-02-24 14:30:03 +01:00
bank_transaction.rb
Add automatic generation of financial transactions and links
2019-10-29 13:52:56 +01:00
delivery.rb
Add and inherit from ApplicationRecord to match Rails 5.0 style
2019-01-15 04:40:05 +01:00
financial_link.rb
Add and inherit from ApplicationRecord to match Rails 5.0 style
2019-01-15 04:40:05 +01:00
financial_transaction.rb
Allow deletion of financial transactions
2019-11-01 20:56:00 +01:00
financial_transaction_class.rb
Add and inherit from ApplicationRecord to match Rails 5.0 style
2019-01-15 04:40:05 +01:00
financial_transaction_type.rb
Validate the format of FinancialTransactionType.name_short
2020-02-24 14:56:45 +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
Fix rendering of stock order in OrderByGroups
2019-02-05 23:31:45 +01:00
group_order_article.rb
Don't allow changes to settled orders (PR #614 )
2019-03-26 19:14:39 +00: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
Add and inherit from ApplicationRecord to match Rails 5.0 style
2019-01-15 04:40:05 +01: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
Add method to close all invoices with an invoice direct
2020-02-28 12:17:27 +01:00
order_article.rb
Add and inherit from ApplicationRecord to match Rails 5.0 style
2019-01-15 04:40:05 +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
Allow deletion of financial transactions
2019-11-01 20:56:00 +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
Fix new stock article failing
2016-05-20 21:30:56 +02:00
stock_change.rb
Add and inherit from ApplicationRecord to match Rails 5.0 style
2019-01-15 04:40:05 +01:00
stock_taking.rb
Add and inherit from ApplicationRecord to match Rails 5.0 style
2019-01-15 04:40:05 +01:00
supplier.rb
Remove protected_attributes gem
2019-10-29 18:09:24 +01:00
task.rb
Remove protected_attributes gem
2019-10-29 18:09:24 +01:00
user.rb
Add polls plugin
2020-02-24 14:27:22 +01:00
workgroup.rb
Add custom fields to invoice, odergroup, supplier and user
2017-10-28 20:16:47 +02:00