internetee-registry/config
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
..
environments Remove SyslogLogger gem 2018-12-03 17:52:49 +02:00
initializers Refactor and improve invoices 2019-03-14 15:39:24 +02:00
locales Refactor and improve invoices 2019-03-14 15:39:24 +02:00
application-example.yml Fix comment 2019-03-06 12:59:34 +02:00
application.rb Add show action 2018-07-27 11:00:35 +03:00
boot.rb rails new 2014-06-10 11:43:04 +03:00
daemons.yml Que log/pid moved to log/que #2724 2015-07-16 19:23:49 +03:00
database-example-development.yml Remove unused "registrant_write_" keys from database config examples 2017-04-12 18:29:04 +03:00
database-example-registrant.yml Remove unused "registrant_write_" keys from database config examples 2017-04-12 18:29:04 +03:00
database-example.yml Config for test and development docker containers 2018-04-13 15:44:19 +03:00
database-travis.yml Remove unused "registrant_write_" keys from database config examples 2017-04-12 18:29:04 +03:00
deploy-example.rb Story#120259603 - git uses right branch last commit message 2016-05-25 10:13:10 +03:00
environment.rb rails new 2014-06-10 11:43:04 +03:00
puma.rb Copy "puma" gem config from Rails 5 2018-06-09 04:37:03 +03:00
routes.rb Integrate auction 2019-01-18 18:06:54 +02:00
schedule.rb Refactor and improve invoices 2019-03-14 15:39:24 +02:00