Commit graph

18 commits

Author SHA1 Message Date
Sergei Tsõganov
04b55068df Removed and updated additional files 2022-10-13 14:06:33 +03:00
Thiago Youssef
c8d758c25a Fix merge 2022-09-04 17:57:32 -03:00
Thiago Youssef
496c48fcd3 Merge branch 'master' into 2420-remove-registrars 2022-09-04 17:54:38 -03:00
Thiago Youssef
56f41b00bf Remove registrar routes 2022-09-04 17:51:47 -03:00
Sergei Tsõganov
a21e5c1954 Modified views for monthly invoices 2022-08-23 09:20:39 +03:00
Sergei Tsõganov
d589aa1681 Created job for sending monthly invoices 2022-08-21 19:11:39 +03:00
Oleg Hasjanov
af8bc41556 implement paid cancel 2021-04-22 11:49:30 +03:00
Karl Erik Õunapuu
347249df39 Introduce Payment Orders to views 2020-01-30 21:02:07 +02:00
Artur Beljajev
27ea790b28 Refactor invoice PDF generation, download and delivery
- Remove `Que::Mailer` (#895)
- Extract controllers
- Extract translations
- Convert HAML to ERB
- Add mailer preview
- Improve UI
- Remove unused routes
- Add tests
2019-04-11 13:04:42 +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
Martin Lensment
1142b1dfc7 Manual invoice binding improvement #2733 2015-07-15 11:30:14 +03:00
Martin Lensment
2e7f5a74c5 Invoice forwarding in admin #2566 2015-07-14 13:43:55 +03:00
Martin Lensment
bfd3e07981 Add ability to download invoice in admin #2566 2015-07-14 13:28:48 +03:00
Martin Lensment
935c547016 Issue invoices via admin #2566 2015-06-26 17:26:47 +03:00
Priit Tark
acab58b71c Update translation keys 2015-04-30 18:34:49 +03:00
Martin Lensment
1f2f483e34 Cancel invoices through admin 2015-04-27 15:56:39 +03:00
Martin Lensment
1e47f3e41c Add invoice numbers 2015-04-23 17:49:22 +03:00
Martin Lensment
adf321bafa Add invoices views for admin 2015-04-16 15:34:28 +03:00