1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00
Commit Graph

517 Commits

Author SHA1 Message Date
David Bomba
20573b362c Remove paypal express, omnipay 2024-08-05 11:57:42 +10:00
David Bomba
f4075d88ee Fixes for invoice calcs 2024-08-01 11:32:03 +10:00
David Bomba
19ba732adf Add client model to invoice calculators 2024-08-01 11:25:11 +10:00
David Bomba
a03c1eb3e2 Fixes for number formatting 2024-08-01 09:02:25 +10:00
David Bomba
1076f44fb3 Updates for task exports 2024-07-29 13:56:54 +10:00
David Bomba
05019e7575 Adjustments for balance check in auto bill 2024-07-17 07:31:56 +10:00
David Bomba
d818520c73 Static analysis 2024-07-14 21:28:54 +10:00
David Bomba
d22c9a3bd9 Static analysis 2024-07-11 15:53:18 +10:00
David Bomba
ec50e6f64b Adjustments for inclusive taxes 2024-07-05 14:37:21 +10:00
David Bomba
26bb71f067 Adjustments for inclusive taxes 2024-07-05 14:15:42 +10:00
David Bomba
0d654dae95 Fixes for tax map display of surcharge taxes 2024-07-05 11:47:38 +10:00
David Bomba
de79eaa409
Merge branch 'v5-develop' into v5-develop
Signed-off-by: David Bomba <turbo124@gmail.com>
2024-06-22 14:02:11 +10:00
David Bomba
79b93f75bb Fixes for tests 2024-06-22 12:48:43 +10:00
David Bomba
2a97787ddb Fixes for testse 2024-06-22 12:39:46 +10:00
David Bomba
83e3147462 updates for type casting 2024-06-22 09:38:09 +10:00
David Bomba
45b43094b0 Notify user on assignment of task 2024-06-19 13:57:50 +10:00
Benjamin Beganović
abc57ed625 Merge remote-tracking branch 'upstream/v5-develop' into laravel11 2024-06-18 13:06:41 +02:00
David Bomba
b5508f702d Purge laravel-data 2024-06-18 15:12:45 +10:00
David Bomba
006e819f3a Refactor for cache statics moving to container 2024-06-18 10:24:03 +10:00
David Bomba
11e082d443 Fixes for credits 2024-06-17 13:45:24 +10:00
David Bomba
742b49c75a Fixes for subscription cron query 2024-06-17 10:14:04 +10:00
David Bomba
094d43be4f Improve N+1 queries 2024-06-15 16:18:33 +10:00
David Bomba
72aadc0c16 php-cs-fixer 2024-06-14 17:09:44 +10:00
David Bomba
32744d3fa8 minor fixes 2024-06-11 07:22:04 +10:00
David Bomba
d4feca33ab Fixes for diffindays with Carbon v3 2024-06-07 09:15:19 +10:00
David Bomba
b805bba375 Fixes for type 2024-06-06 09:21:23 +10:00
David Bomba
86d7407ff7 only notify once 2024-06-06 08:17:17 +10:00
David Bomba
9c7f1e888f Adjustments for GMail 429 handling 2024-05-26 10:18:11 +10:00
David Bomba
5123c9be6c
Merge pull request #9550 from turbo124/v5-develop
Update PayPal integration to support advanced cards
2024-05-26 09:01:53 +10:00
David Bomba
2f1648eb4e Refactor to remove laravel-data from application 2024-05-26 08:54:24 +10:00
Yannick
fb9447e216
Update TransactionTransformer.php
I've changed the way base_type was defined by using the $amount field that was already defined before and made it use the float value to check below 0, so that small values like 0.01 also work.

Signed-off-by: Yannick <yannickdg99@gmail.com>
2024-05-23 00:44:46 +02:00
David Bomba
1c89b0f1a6 minor fixes 2024-05-22 15:54:08 +10:00
David Bomba
4a7819d2ce Fixes for einvoice tests 2024-05-18 17:32:03 +10:00
David Bomba
f7fb20a7ec Add purpose code if available 2024-05-15 20:57:40 +10:00
David Bomba
7d17fcc779 Separation of logging for reminders 2024-05-10 22:32:20 +10:00
David Bomba
20abbc339f Minor fixes 2024-05-09 09:35:50 +10:00
David Bomba
6e5fb456c1 Run tests for adjustment amount within validaiton 2024-05-06 11:42:14 +10:00
David Bomba
086e82649b Updates for cancelled invoice presentation 2024-04-29 09:17:37 +10:00
David Bomba
fe7356cc89 Fixes for surcharge tax calculations 2024-04-28 10:56:06 +10:00
David Bomba
990c75db60 Clean up for paypal rest 2024-04-26 21:17:15 +10:00
David Bomba
2841846583 Adjustments for parsing dates 2024-04-22 14:51:05 +10:00
David Bomba
8cc17afdeb Remove reactivate button after action 2024-04-19 15:10:48 +10:00
David Bomba
760ed4d924 bump sleep for failed sends 2024-04-19 10:37:24 +10:00
David Bomba
f65567a637 Update copyright 2024-04-12 14:15:41 +10:00
David Bomba
1c5421faff Fixes for inclusive taxes 2024-04-09 20:37:22 +10:00
David Bomba
1dc2aa6eac Fixes for react release 2024-04-09 19:46:01 +10:00
David Bomba
ac3033c3a9 Fixes for surcharge taxes 2024-04-08 20:32:12 +10:00
Benjamin Beganović
fa5827eb44 Merge remote-tracking branch 'upstream/v5-develop' into 1314-subscriptions-v3 2024-04-01 19:09:13 +02:00
David Bomba
95a5cbb5a1 Working on Rappen Rounding 2024-03-25 12:23:20 +11:00
Benjamin Beganović
31942cb401 Merge remote-tracking branch 'upstream/v5-develop' into 1314-subscriptions-v3 2024-03-21 16:27:23 +01:00