internetee-registry/app/controllers/registrar
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
..
account_activities_controller.rb Refactor Devise integration 2018-06-20 12:21:22 +03:00
base_controller.rb Improve readability 2018-07-16 01:31:36 +03:00
bulk_change_controller.rb Refactor Devise integration 2018-06-20 12:21:22 +03:00
contacts_controller.rb Refactor Devise integration 2018-06-20 12:21:22 +03:00
current_user_controller.rb Refactor Devise integration 2018-06-20 12:21:22 +03:00
deposits_controller.rb Merge branch 'master' into refactor-devise-integration 2018-08-17 14:54:23 +03:00
depp_controller.rb Rename users.password to users.plain_text_password 2018-07-13 23:09:21 +03:00
domain_transfers_controller.rb Fix Rubocop warnings 2018-07-15 19:50:15 +03:00
domains_controller.rb Refactor Devise integration 2018-06-20 12:21:22 +03:00
invoices_controller.rb Refactor and improve invoices 2019-03-14 15:39:24 +02:00
keyrelays_controller.rb Introduce BaseController for registrar area 2017-04-06 19:05:14 +03:00
nameservers_controller.rb Fix Rubocop warnings 2018-07-15 19:50:15 +03:00
payments_controller.rb Refactor and improve invoices 2019-03-14 15:39:24 +02:00
polls_controller.rb Introduce BaseController for registrar area 2017-04-06 19:05:14 +03:00
profile_controller.rb Refactor Devise integration 2018-06-20 12:21:22 +03:00
sessions_controller.rb Fix redirection after sign-in 2018-09-12 13:55:22 +03:00
tech_contacts_controller.rb Fix Rubocop warnings 2018-07-15 19:50:15 +03:00
xml_consoles_controller.rb Introduce BaseController for registrar area 2017-04-06 19:05:14 +03:00