452 Commits

Author SHA1 Message Date
b37045acca PHP deprecation fixes, assigning null arguments in methods
All checks were successful
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 41s
Create Docker Image / Final Docker Image Manifest (push) Successful in 9s
2025-05-22 18:37:04 +10:00
251aefa947 Move some product product\supplier and product\type::class methods into __get(), no functional changes 2025-05-22 18:17:27 +10:00
72b11172c8 Move some service\type::class methods into __get(), no functional changes 2025-05-22 17:57:39 +10:00
1e496a2863 Remove Interface ID and implement the lid/sid methods in __get() 2025-05-22 17:31:00 +10:00
a988720340 Move more product::class methods into __get(), no functional changes
All checks were successful
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 43s
Create Docker Image / Final Docker Image Manifest (push) Successful in 10s
2025-05-22 14:22:41 +10:00
5ef1a27a64 Move category/category_name product::class methods into __get(), no functional changes 2025-05-22 12:01:31 +10:00
04ae35b1dd Move base_cost/base_charge product::class methods into __get(), and base_charge(), no functional changes 2025-05-22 11:55:09 +10:00
c8f1c97078 Fix working out invoice start date, when start_at or invoice_next_at is null 2025-05-22 09:23:21 +10:00
36e379d876 Remove MYSQL schema, since we no longer use mysql. Remove price_override 2025-05-21 18:33:36 +10:00
c4809a311d 1 to many fix in update when reviewing a service
All checks were successful
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 47s
Create Docker Image / Final Docker Image Manifest (push) Successful in 9s
2025-05-21 18:29:09 +10:00
15a71c9f5b Move billing more service::class methods into __get(), use of component ribbons for service status 2025-05-21 18:08:35 +10:00
14c0109efa Move billing cost service::class methods into __get(), fixed some incorrect displays of costs 2025-05-21 16:28:37 +10:00
4b429cbf20 Move billing charge service::class methods into __get(), no functional changes 2025-05-21 15:14:34 +10:00
2b06eca080 Move some service::class methods into __get(), no functional changes 2025-05-21 13:39:35 +10:00
98d18c00a3 Fix for when an invoice item doesnt have any start/stop dates
All checks were successful
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 42s
Create Docker Image / Final Docker Image Manifest (push) Successful in 10s
2025-05-19 07:53:10 +10:00
3ae588041f Fix rendering internal cost/revenue when in contract but not yet invoiced
All checks were successful
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 41s
Create Docker Image / Final Docker Image Manifest (push) Successful in 9s
2025-05-18 23:38:48 +10:00
3cd1f2e34a Fix for text rendered for unknown charge types
All checks were successful
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 41s
Create Docker Image / Final Docker Image Manifest (push) Successful in 9s
2025-05-18 22:39:26 +10:00
4ddbb14d09 Fixes for supplier configuration product links
All checks were successful
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 42s
Create Docker Image / Final Docker Image Manifest (push) Successful in 9s
2025-05-18 22:07:29 +10:00
7fd1ce9584 Add edit supplier products (phone) 2025-05-18 22:07:29 +10:00
ac702397a6 Fixes for invoice rounding, where invoice total was different from reporting 2025-05-18 22:07:29 +10:00
622147d584 Add product selection to service update 2025-05-18 22:07:29 +10:00
b33c052995 Add cost/price/supplierid to service, update service report to show supplerid and overridden costs (if any) 2025-05-16 20:36:27 +10:00
8d72c1ceb5 Route cosmetic layout updates, and standardise on using /home to redirect back to the homescreen, and standardise usage of redirect() 2025-05-16 14:10:08 +10:00
256e4c6260 Cosmetic syntax standarisation in resources, no functional changes 2025-05-16 12:09:15 +10:00
fc0e75e1fb On our service report, show group and final totals 2025-05-16 11:10:54 +10:00
4c24f09195 Introduce cost and cost override into service model. Update service internal view to show cost/billing left on contracted services 2025-05-16 11:10:28 +10:00
48d7968d0c Site ID is now optional for some console commands 2025-05-16 11:05:49 +10:00
3fc676fa26 BCC invoice emails to the admin
All checks were successful
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 32s
Create Docker Image / Final Docker Image Manifest (push) Successful in 8s
2024-09-19 18:45:46 +10:00
a65c81871b Fix adding the product_id to account based charges (when services are not active)
All checks were successful
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 38s
Create Docker Image / Final Docker Image Manifest (push) Successful in 10s
2024-09-16 11:36:55 +10:00
7ec28218fa Remove more old references to @js datatables
All checks were successful
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 34s
Create Docker Image / Final Docker Image Manifest (push) Successful in 8s
2024-08-24 18:21:49 +10:00
2627cea3b5 Update supplier/cost with components 2024-08-24 17:37:55 +10:00
b877a2b673 Put back google social login
All checks were successful
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 32s
Create Docker Image / Final Docker Image Manifest (push) Successful in 9s
2024-08-23 21:51:29 +10:00
89fb347806 More intuit optimisations in Console/Commands 2024-08-23 15:27:34 +10:00
e39dde05d8 Fixes for intuit:invoice:add, TaxSync and InvoiceSync
All checks were successful
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 33s
Create Docker Image / Final Docker Image Manifest (push) Successful in 9s
2024-08-22 21:43:06 +10:00
2c3665650c Use map() instead of transform(), use fn() instead of function(), consistent coding for form.select
Some checks failed
Create Docker Image / Build Docker Image (x86_64) (push) Failing after 28s
Create Docker Image / Final Docker Image Manifest (push) Has been skipped
2024-08-18 14:11:35 +10:00
5139b26a05 Change supplier resources to use components 2024-08-18 14:11:35 +10:00
283ae06a5c Fixes for service change, validation added for date and product_id
All checks were successful
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 32s
Create Docker Image / Final Docker Image Manifest (push) Successful in 9s
2024-08-17 15:15:15 +10:00
23f23dfe40 Fix showing all traffic usage for broadband
All checks were successful
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 35s
Create Docker Image / Final Docker Image Manifest (push) Successful in 9s
2024-08-17 14:39:52 +10:00
7e784c3e81 Show cancel date on service information widget
All checks were successful
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 32s
Create Docker Image / Final Docker Image Manifest (push) Successful in 9s
2024-08-17 13:17:07 +10:00
a41a69676e Get helpdesk email address from configuration
All checks were successful
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 31s
Create Docker Image / Final Docker Image Manifest (push) Successful in 9s
2024-08-17 10:47:33 +10:00
d5b5de3086 Framework updates
All checks were successful
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 39s
Create Docker Image / Final Docker Image Manifest (push) Successful in 9s
2024-08-17 10:38:08 +10:00
6ac1b11864 Add validation to service cancellation, and displaying cancellation costs if any 2024-08-17 10:33:56 +10:00
7a41dd803f Only show estimated invoicing if we have a next invoice to show
All checks were successful
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 33s
Create Docker Image / Final Docker Image Manifest (push) Successful in 9s
2024-08-16 17:51:38 +10:00
3b40e92c48 Improvements for service_change and service_cancel
All checks were successful
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 37s
Create Docker Image / Final Docker Image Manifest (push) Successful in 10s
2024-08-16 08:20:58 +10:00
5f66987a3e Fixes for ordering, the themes are in frontend.metronic, not backend.adminlte
All checks were successful
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 34s
Create Docker Image / Final Docker Image Manifest (push) Successful in 9s
2024-08-15 21:30:34 +10:00
b4c7c3ad20 Order wasnt showing all accounts for the logged in user
All checks were successful
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 34s
Create Docker Image / Final Docker Image Manifest (push) Successful in 9s
2024-08-15 20:19:39 +10:00
8179ad60e1 Put back weblog logging, lost when updating
All checks were successful
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 32s
Create Docker Image / Final Docker Image Manifest (push) Successful in 9s
2024-08-15 08:34:34 +10:00
e7f1ab638f Added TxnTaxDetail to InvoiceAdd 2024-08-15 08:34:34 +10:00
33ba7903f2 Framework updates 2024-08-14 23:37:20 +10:00
f1031beff6 Rework products with components 2024-08-14 23:37:20 +10:00