mirror of
https://github.com/internetee/registry.git
synced 2025-06-08 05:34:46 +02:00
- `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. |
||
---|---|---|
.. | ||
billing | ||
dns | ||
domains | ||
account_activities_controller.rb | ||
admin_users_controller.rb | ||
api_users_controller.rb | ||
bank_statements_controller.rb | ||
bank_transactions_controller.rb | ||
base_controller.rb | ||
blocked_domains_controller.rb | ||
certificates_controller.rb | ||
contact_versions_controller.rb | ||
contacts_controller.rb | ||
dashboard_controller.rb | ||
delayed_jobs_controller.rb | ||
domain_versions_controller.rb | ||
domains_controller.rb | ||
epp_logs_controller.rb | ||
invoices_controller.rb | ||
keyrelays_controller.rb | ||
legal_documents_controller.rb | ||
mail_templates_controller.rb | ||
pending_deletes_controller.rb | ||
pending_updates_controller.rb | ||
registrars_controller.rb | ||
repp_logs_controller.rb | ||
reserved_domains_controller.rb | ||
sessions_controller.rb | ||
settings_controller.rb | ||
white_ips_controller.rb | ||
zonefiles_controller.rb |