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

18480 Commits

Author SHA1 Message Date
David Bomba
2aca2251e4 v5.7.9 2023-09-06 09:11:21 +10:00
David Bomba
50b6e14782 Fixes for check data 2023-09-06 09:10:59 +10:00
David Bomba
25739a912e Updated filters 2023-09-06 08:47:48 +10:00
David Bomba
7e8b09b146 Minor fixes for imports 2023-09-06 00:03:45 +10:00
David Bomba
3fd78e1074 Hints for imports 2023-09-05 17:29:36 +10:00
David Bomba
ed63d56a31 Fixes for settings savers 2023-09-05 16:22:24 +10:00
David Bomba
0ac294eaf0 Minor Fixes 2023-09-05 16:13:37 +10:00
David Bomba
ddc949c260 Fixes for group settings parser 2023-09-05 15:12:49 +10:00
David Bomba
3fcce909f5 Improve sorting of expense listrs 2023-09-05 14:02:39 +10:00
David Bomba
74300d0b88 Add filters for expense categories 2023-09-05 13:34:49 +10:00
David Bomba
367aa3b70d Static Analysis 2023-09-05 13:08:31 +10:00
David Bomba
26d990b4d6
Merge pull request #8781 from turbo124/v5-develop
v5.7.8
2023-09-05 13:07:36 +10:00
David Bomba
9988601884 v5.7.8 2023-09-05 13:07:03 +10:00
David Bomba
91e0e22298 Refactor for zips 2023-09-05 13:03:52 +10:00
David Bomba
c7482c9615 Clean up and remove pdf_file_paths 2023-09-05 12:55:27 +10:00
David Bomba
1e2f7259a3 Static Analysis Cleanup 2023-09-05 11:54:05 +10:00
David Bomba
9cc464d0d7 remove deletePdf() 2023-09-05 11:35:52 +10:00
David Bomba
306364ed08 Refactor zips 2023-09-05 11:16:47 +10:00
David Bomba
2fe595d4c5 Refactor zips 2023-09-05 10:49:16 +10:00
David Bomba
f5ee1efec0 Update transactions after a bank rule has been added or updated 2023-09-05 09:09:04 +10:00
David Bomba
1d6ed8082b Cleanup for email history 2023-09-05 09:06:03 +10:00
David Bomba
53725d4b9b Merge branch 'v5-develop' of https://github.com/turbo124/invoiceninja into v5-develop 2023-09-05 09:05:59 +10:00
David Bomba
21520d775a Cleanup for email history 2023-09-05 09:02:49 +10:00
David Bomba
fda7b22ddc Updates for composers 2023-09-04 20:33:30 +10:00
David Bomba
0806a15624 Mark free invoices as paid when plan change 2023-09-04 16:56:32 +10:00
David Bomba
17ad4678fb Updates for stripe connect - setting business name 2023-09-04 16:47:03 +10:00
David Bomba
21785f6395
Merge pull request #8776 from turbo124/v5-develop
v5.7.7
2023-09-04 14:36:10 +10:00
David Bomba
26d221c2ed v5.7.7 2023-09-04 14:35:28 +10:00
David Bomba
9b53ba555f Search API 2023-09-04 14:34:55 +10:00
David Bomba
0a60839da2 Search API 2023-09-04 11:24:13 +10:00
David Bomba
783e18a54e Search 2023-09-04 11:04:51 +10:00
David Bomba
681c38e659 Fixes for db::raw 2023-09-04 10:34:14 +10:00
David Bomba
f7f4804e34 Fixes for DB:raw() 2023-09-04 10:27:28 +10:00
David Bomba
62853c1dcb Fixes for db::raw queries 2023-09-04 08:45:38 +10:00
David Bomba
7c108c14f7 Add sentry dsn 2023-09-03 23:47:58 +10:00
David Bomba
45de35cac7 Accrual vs Cash account tax reports 2023-09-03 20:57:18 +10:00
David Bomba
70bb3e0a9a
Merge pull request #8773 from turbo124/v5-develop
Fixes for recurring expense generation
2023-09-03 16:30:26 +10:00
David Bomba
bb3dfd5a5c Updates for recurring expense currency id for foreign currencies 2023-09-03 16:28:30 +10:00
David Bomba
283c3d4ead Updates for tax summary reports 2023-09-03 11:40:22 +10:00
David Bomba
9f1a035704 Updated translations 2023-09-03 10:52:00 +10:00
David Bomba
fbbdf802c5
Merge pull request #8771 from turbo124/v5-develop
Update release branch, merge Laravel 10 branch
2023-09-03 09:14:37 +10:00
David Bomba
c00d125d82 Update release route 2023-09-03 09:14:01 +10:00
David Bomba
bec22d199e Updated lock 2023-09-01 22:37:10 +10:00
David Bomba
0486fcf74c Merge branch 'laravel10' into v5-develop 2023-09-01 21:35:30 +10:00
David Bomba
8094488c16
Merge pull request #8769 from MatthewHana/MatthewHana-patch-1-emailclientvariables
Correction of PR #8767 - Added 3 client address payment variables
2023-09-01 21:25:55 +10:00
David Bomba
402343d988 FIxes for refundable requests 2023-09-01 13:20:37 +10:00
David Bomba
15f89fdf33 Patches for refund validation 2023-09-01 12:56:06 +10:00
David Bomba
98bad77942 Minor fixes 2023-09-01 12:25:52 +10:00
MatthewHana
86258f17aa
Added 3 client address payment variables
Added payment variables:
$city / $client.city
$state / $client.state
$postal_code / $client.postal_code

These we're available as one combined variable with either $postal_city_state or $city_state_postal, but this also makes them available separately.
2023-09-01 00:20:38 +10:00
David Bomba
7c159321f6 Merge branch 'v5-develop' into laravel10 2023-08-31 15:18:40 +10:00