internetee-registry/app/controllers
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
..
admin Refactor and improve invoices 2019-03-14 15:39:24 +02:00
api Complete auction integration 2019-02-18 13:54:08 +02:00
concerns/shared Refactor user to admin and api user 2015-02-13 16:17:06 +02:00
epp Refactor 2019-02-18 15:13:56 +02:00
registrant Support only JSON 2018-12-17 15:04:52 +02:00
registrar Refactor and improve invoices 2019-03-14 15:39:24 +02:00
application_controller.rb Supply PaperTrail with current user 2018-07-16 01:06:30 +03:00
epp_controller.rb Fix rubocop issues that are new to Ruby 2.4 2018-08-17 11:03:01 +03:00
registrant_controller.rb Improve readability 2018-07-16 01:31:36 +03:00