Commit graph

9 commits

Author SHA1 Message Date
dinsmol
f4e0084895 fixed codeclimate errors (partically) 2021-09-09 09:19:09 +03:00
Alex Sherman
76a0b80f85 Add test rake job for processing dummy payment 2021-05-31 15:33:55 +05:00
Alex Sherman
37fdf8ad49 Fix processing of transactions not related to registrar 2021-05-18 17:35:20 +05:00
Oleg Hasjanov
40368aaa62 added non canceled method for check paid invoices 2021-04-21 12:56:36 +03:00
Alex Sherman
c744a81e4c Improve invoice processing logging 2020-10-16 15:05:57 +05:00
Karl Erik Õunapuu
be960457e6
Process payments: Create new invoice by transaction to allow direct top ups 2020-09-07 16:58:27 +03:00
Karl Erik Õunapuu
64def385b0 Replace LHV JKS store with P12 2020-07-27 12:09:29 +03:00
Artur Beljajev
1dc6ef7ddf Process payments automatically
Closes #1232
2019-08-26 13:58:21 +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