Commit Graph

147 Commits

Author SHA1 Message Date
Deon George 61396c9cda
Update DB seeding to Laravel 8 2021-06-30 14:46:49 +10:00
Deon George 6a4b0f6d79
CI to build docker container 2021-06-30 14:46:49 +10:00
Deon George bac4fd6227
Optimise users home page 2021-06-30 10:09:18 +10:00
Deon George 638472fb4f
Move User model to Models/ 2021-06-29 16:40:54 +10:00
Deon George 8899ade36b
Implemented metronic home page 2021-06-29 16:40:54 +10:00
Deon George d9c4aa5b92
Update to Laravel 8 2021-06-29 16:40:54 +10:00
Deon George 84fa5f6546
Fix no usage_summary for services not active yet, minor improvements to traffic graph 2021-03-16 11:30:37 +11:00
Deon George b01976a6ae
Another fix for dates when using addMonth() 2021-03-12 22:59:19 +11:00
Deon George 45c93283fb
Fix determining traffic usage month end 2021-03-12 21:50:42 +11:00
Deon George fee4b5802e
Show traffic monthly summary 2021-03-12 21:08:40 +11:00
Deon George a301fa7fc0 Added usage graph (ADSL), improved logging for usage collection (ADSL) 2021-02-18 00:22:50 +11:00
Deon George 338296982b Merge standard code from other projects 2021-02-17 21:28:19 +11:00
Deon George 31749c03b0 Fix strict recurring date for 2 years, error 500 when displaying services without an invoice 2021-01-04 23:18:57 +11:00
Deon George efc26dc620 Update gitlab-ci 2020-12-02 21:55:15 +11:00
Deon George 20ddacd9a3 Add Generic service - all services should have a type model 2020-12-02 21:36:36 +11:00
Deon George 4718bf3057 Fix catch matching in typeahead, dont bill services past their end date 2020-12-01 21:23:07 +11:00
Deon George 1242dffa20
Add paypal payments 2020-07-27 14:49:59 +10:00
Deon George 9887996da8
Fix service name 2020-07-22 14:58:32 +10:00
Deon George 9ca3644625
Added account to invoice list 2020-07-22 14:49:39 +10:00
Deon George 9bf062e8e6
Fix payment join to show unapplied payments 2020-07-22 11:40:33 +10:00
Deon George c97835edd1
Payment summary improvements, removed invoice/payment API calls 2020-07-21 17:41:24 +10:00
Deon George 444f2cf52d
Invoice summary improvements 2020-07-21 16:39:23 +10:00
Deon George 337beee7bf
Fix account access for resellers, added invoices to user home 2020-07-10 17:20:22 +10:00
Deon George dc6ae06f9f
Fix for missing addHalf() 2020-07-06 16:13:53 +10:00
Deon George b0f9d07af9
More fixes for invoice_to, fix PushNew on belongs to relations 2020-07-06 16:02:59 +10:00
Deon George 878277907a
Fix invoice_to for next billing period 2020-07-06 14:37:08 +10:00
Deon George 39a230f94c
Fix billing calculations when services have an end date 2020-07-06 13:56:23 +10:00
Deon George d7829b93b9
Fix code creation for invoices 2020-06-02 17:19:24 +10:00
Deon George 251298a230
Added list option to invoice:generate. Fix account PushNew() 2020-05-29 14:40:49 +10:00
Deon George 121aa5b31c
Added schedule:list, fixed traffic import service, fixed invoice generation with charges and credit amounts 2020-05-29 14:10:10 +10:00
Deon George 7f1681f0b7
Fix caching determination for traffic import 2020-05-28 15:35:19 +10:00
Deon George 7d41fb857a
ADSL Traffic import 2020-05-28 15:08:13 +10:00
Deon George 86861a6daf
Some invoice layout fixes, start on traffic collection, update console command service:list 2020-05-27 16:09:03 +10:00
Deon George dd1460463f
Update framework and javascript 2020-05-26 11:44:02 +10:00
Deon George 32c562cf30
Enable invoice emailing 2020-05-25 17:45:17 +10:00
Deon George cbffda959d
Minor fixes from other projects 2020-05-25 14:09:27 +10:00
Deon George 589aeb7289
Fix displaying first service/invoice/account for user 2020-05-25 13:57:36 +10:00
Deon George 4935a9f5ff
Progress on order progress to provisioning 2020-04-23 17:38:09 +10:00
Deon George 3b168af492
Show order info reference on pending orders 2020-04-22 23:23:54 +10:00
Deon George 1934c6dfeb
Add cancellation request 2020-04-22 22:54:05 +10:00
Deon George 6480f40b22
Progress on order progress 2020-04-19 08:33:41 +10:00
Deon George e6f823da39
Update error pages 2020-04-17 16:30:51 +10:00
Deon George 3784de855a
Changed service movements rendering 2020-04-14 17:40:47 +10:00
Deon George 4dfa8f1122
Update composer and move themes to under views 2020-04-14 17:14:43 +10:00
Deon George 26365c57ff Fix PDF invoice - now depends on php-7.3-ext 2020-04-02 17:34:22 +11:00
Deon George 6a3b8692e1
Fix Service::next_invoice_items() for invoices that should not be generated, but have additional charges 2020-04-02 12:10:28 +11:00
Deon George 10c8e43f7c
Fix services with no model, showing future invoice items 2020-04-02 12:03:26 +11:00
Deon George 57f24c9315
Fixes to pass unit testing 2020-04-02 08:59:22 +11:00
Deon George 23dc668c65 Enabled console invoice generation 2020-04-01 23:35:06 +11:00
Deon George fb9ccd927d Fix rendering of future charge items 2020-03-31 14:39:39 +11:00