internetee-registry/app/models/concerns
Artur Beljajev a97728c0f3 Refactor and improve invoices
- `runner 'Invoice.cancel_overdue_invoices'` in `schedule.rb` is
changed to `rake 'invoices:cancel_overdue'`.
- `invoices.payment_term` database column is removed and its value is
hardcoded in UI.
- `invoices.paid_at` is removed as unused
- `invoices.due_date` column's type is now `date`.
- `Invoice#invoice_items` renamed to `Invoice#items` and `Invoice`
interface to get a list of items is unified.
- Default date format in UI.
- Default translations are used.
- Tests improved.
- Specs converted to tests and removed along with factories.
- Database structure improved.
2019-03-14 15:39:24 +02:00
..
billing/price Consider nil in price expire time as effective 2017-06-03 23:12:16 +03:00
contact Add contact disclosable attributes 2018-12-07 13:26:02 +02:00
domain Fix WHOIS update for a domain being sent to an auction 2019-03-08 12:38:49 +02:00
invoice Refactor and improve invoices 2019-03-14 15:39:24 +02:00
disable_html5_validation.rb Client side validations 2015-04-21 11:00:57 +03:00
epp_errors.rb Revert "Revert "Registry 569"" 2017-10-22 23:57:11 +03:00
user_events.rb Story #109367694 - refactor: move UserEvents include up, wrap method in included block, say self 2015-12-14 11:56:05 +02:00
version_session.rb Refactored contact with ability 2015-02-17 11:21:23 +02:00
versions.rb Add handling of PaperTrail.whodunnit to Registrant API controllers 2018-08-17 13:31:53 +03:00