Commit graph

21 commits

Author SHA1 Message Date
Artur Beljajev
fa52001be6 Upgrade to Rails 5.0
Closes #377
2019-11-15 15:26:33 +02:00
Artur Beljajev
62c38d1f99 Add balance auto reload
Closes #329
2019-06-14 16:30:34 +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
Artur Beljajev
a43a1ac3e3 Match bank transaction against invoice reference number instead of
registrar's
2018-11-26 16:33:57 +02:00
Artur Beljajev
c44f3df7f5 Remove Rubocop inline directives 2018-06-07 19:17:16 +03:00
Artur Beljajev
b68fe6e312 Rename attributes
#623
2018-03-13 11:32:15 +02:00
Vladimir Krylov
ef55560d0e Story#105855968 - send invoices to directo 2016-03-04 16:15:30 +02:00
Vladimir Krylov
72bd54dc7c Story#105852786 - Directo invoices are calculated based on invoices 2016-01-19 12:39:42 +02:00
Vladimir Krylov
49e66d33de Story#105852786 - Push bank transfers to directo 2016-01-18 14:13:28 +02:00
Martin Lensment
d6a151b141 Add activity type field #2691 2015-07-06 13:02:19 +03:00
Priit Tark
7ac6d6b362 Rubocop update #2751 2015-07-03 15:40:29 +03:00
Martin Lensment
98439b896c Debit account on domain create #2741 2015-07-02 17:08:24 +03:00
Martin Lensment
863f32a026 Increase account balance without vat #2663 2015-06-12 12:56:49 +03:00
Martin Lensment
a26ce110b2 Invoice cancelling 2015-04-27 11:15:09 +03:00
Martin Lensment
f514e50628 Add versioning to billing 2015-04-17 12:39:09 +03:00
Martin Lensment
ccb44fa3b9 Interface for manual binding 2015-04-16 18:04:52 +03:00
Martin Lensment
32073ca862 Add account activity to registrar 2015-04-16 13:21:43 +03:00
Martin Lensment
18a2e27c19 Fix double binding issue 2015-04-15 11:51:23 +03:00
Martin Lensment
851e5368eb Binding interface for bank statements 2015-04-15 11:32:51 +03:00
Martin Lensment
57d23976c7 Some tests for invoice binding 2015-04-14 19:00:38 +03:00
Martin Lensment
3398bcd845 Add views for bank items 2015-04-14 13:55:33 +03:00