• Joined on 2024-02-21
deon pushed to master at laravel/intuit 2024-07-14 03:47:05 +00:00
947e1358b5 Better handle responses missing expected keys
403d2168c1 Some extra debug logging
Compare 2 commits »
deon pushed to master at laravel/intuit 2024-07-13 09:39:20 +00:00
b87550fae7 Fix Declaration of Intuit\Providers\Socialite\IntuitProvider::refreshtoken()
deon pushed tag 0.1.9 to laravel/intuit 2024-07-13 09:32:45 +00:00
deon pushed to master at bbs/clrghouz 2024-07-12 02:47:58 +00:00
62a9139d14 Fix packet processing issue - we now find recent deleted address when creatingFTN, fix netmail processing with points, fix processing badly address netmails
deon pushed to master at bbs/clrghouz 2024-07-11 13:33:28 +00:00
1bedad17a4 Fix packet processing issue - we now find recent deleted address when creatingFTN, fix netmail processing with points, fix processing badly address netmails
e10ca8f18a Updated Dockerfile to be consistent with other implementations
c1e6d436e5 We had the contacted notification inversed, also dont alert on points.
Compare 3 commits »
deon pushed to master at deon/osb 2024-07-09 11:09:47 +00:00
9580fb1cd9 Home page performance optimisations
3aac3d310f Optimise Invoice
Compare 2 commits »
deon pushed to master at deon/osb 2024-07-07 12:09:21 +00:00
29bccbf72f Update laravel jobs/failed_jobs tables
deon pushed to master at deon/osb 2024-07-07 11:31:29 +00:00
2dc56d0321 Update dependant libraries
deon pushed to master at laravel/intuit 2024-07-07 11:29:54 +00:00
c35a439566 Laravel 11 $dates are now defined in $casts
deon pushed tag 0.1.7 to laravel/intuit 2024-07-07 11:27:56 +00:00
deon pushed tag 0.1.8 to laravel/intuit 2024-07-07 11:27:51 +00:00
deon pushed to master at deon/osb 2024-07-07 11:22:18 +00:00
09f2eb8d9d Remove binary attributes from DB, should be json columns
76889728cd Addresses now a collection
0d9dbafcf1 Optimise Service model
Compare 3 commits »
deon pushed to master at deon/osb 2024-07-07 09:10:11 +00:00
67824d4ab5 Remove binary attributes from DB, should be json columns
deon pushed to master at deon/osb 2024-07-07 05:19:05 +00:00
d96924bc65 Addresses now a collection
b63807fa82 Optimise Service model
b4f3db04fc Removed redundant functions in Account, Optimised User a little more, Moved Ezypay Commands to new Ezypay folder
70e94bf6e6 Fix search and psql like queries need to be ilike for case insensitivity
Compare 4 commits »
deon pushed tag 11.0.4 to laravel/leenooks 2024-07-07 01:51:19 +00:00
deon pushed to master at laravel/leenooks 2024-07-07 01:51:16 +00:00
01e77cb807 Added LeenooksCarbon cast class
deon pushed to master at deon/osb 2024-07-06 12:56:57 +00:00
54cc99eac3 Fix search and psql like queries need to be ilike for case insensitivity
deon pushed to master at deon/osb 2024-07-06 12:17:47 +00:00
61fe84498a Update invoice query to allow for missing invoice_item_taxes records, discount is now removed from price base before calculating item_total
deon pushed to master at deon/osb 2024-07-06 10:01:47 +00:00
3c7e2bbbc9 Move DB queries into jobs, so that the scheduler and artisan command calls doesnt evaluate them until the job is actually run
deon pushed to master at deon/osb 2024-07-06 09:57:02 +00:00
0dee0292fc Move DB queries into jobs, so that the scheduler and artisan command calls doesnt evaluate them until the job is actually run