Commit graph

9 commits

Author SHA1 Message Date
Karl Erik Õunapuu
d62e55e6a1
Change Invoice::Item price scale to 3 places 2020-09-10 12:06:37 +03:00
Artur Beljajev
fa52001be6 Upgrade to Rails 5.0
Closes #377
2019-11-15 15:26:33 +02:00
Artur Beljajev
c807bb9fcd Enhance InvoiceItem
#329
2019-05-20 17:33:24 +03:00
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
Priit Tark
07f89f8ce5 Added additional rounding #2783 2015-08-13 15:45:38 +03:00
Martin Lensment
f514e50628 Add versioning to billing 2015-04-17 12:39:09 +03:00
Martin Lensment
57d23976c7 Some tests for invoice binding 2015-04-14 19:00:38 +03:00
Martin Lensment
6a47f38e80 Improve invoice view 2015-04-14 13:55:32 +03:00
Martin Lensment
5c0e2be387 Invoice migration improvements, invoice issuing 2015-04-14 13:55:32 +03:00