Commit Graph

14487 Commits

Author SHA1 Message Date
David Bomba
04722bae9f Fixes for payment token storage 2025-11-26 13:27:04 +11:00
cnohall
49c6de8161 Remove get-blockonomics-qr-code route 2025-11-26 11:25:39 +09:00
David Bomba
f3be27085a Refactor for invoices summary 2025-11-26 13:05:22 +11:00
David Bomba
d955f0b13d Refactor accessors for client gateway token meta prop 2025-11-26 12:10:30 +11:00
David Bomba
ff628ae848 Add additional checks and confirmations around unsubscribe links 2025-11-26 10:37:46 +11:00
David Bomba
d7c03afb0c Minor fixes for pdfmock 2025-11-26 10:02:56 +11:00
David Bomba
366b9fb118 Fixes for tax configuration 2025-11-25 09:21:24 +11:00
TechNoNerd87
132c7529a0 Initialize webhook secret in processWebhookRequest
Add initialization for webhook secret handling in Stripe payment driver.

Signed-off-by: TechNoNerd87 <113461509+TechNoNerd87@users.noreply.github.com>
2025-11-24 14:19:27 -06:00
TechNoNerd87
a5fec9c530 Add webhook secret and signature verification
Added webhook_secret property and implemented signature verification for Stripe webhook requests.

Signed-off-by: TechNoNerd87 <113461509+TechNoNerd87@users.noreply.github.com>
2025-11-24 14:14:06 -06:00
David Bomba
cb700c3c0c Fixes for pdf configuration accessing invalid designs 2025-11-24 11:09:56 +11:00
David Bomba
3987c790c7 Add .sbs to blacklist 2025-11-24 10:21:03 +11:00
David Bomba
00f1aa1da7 deprecation fixes 2025-11-24 07:20:33 +11:00
David Bomba
24ba1f3620 Roll back types for is_deleted 2025-11-23 20:32:05 +11:00
David Bomba
d55ebd433a Translations for tinymce 2025-11-23 19:24:35 +11:00
David Bomba
e1a3db272b updated translations 2025-11-23 17:49:09 +11:00
David Bomba
1ad1a28b03 Updated path for admin-api 2025-11-23 17:10:45 +11:00
David Bomba
3b4d108160 Merge pull request #11433 from vauxia/feature/add-gotenberg-support
Add Gotenberg support for PDF generation
2025-11-23 15:10:53 +11:00
Allie Micka
e1fdce60cc Merge branch 'v5-develop' into feature/add-gotenberg-support
Signed-off-by: Allie Micka <allie@bluebird.io>
2025-11-22 19:50:31 -06:00
David Bomba
d47cf8873e update 2025-11-23 01:36:01 +00:00
David Bomba
7a1d1eaae7 Adjustments for droppping index 2025-11-23 01:28:20 +00:00
David Bomba
eeb2c6c692 Stop reporting stripeconnectexceptions 2025-11-23 12:13:05 +11:00
David Bomba
dcd8681bd6 Stop throwing exceptions for null btc payment webhooks 2025-11-23 12:10:37 +11:00
David Bomba
5158fae577 Adjustments for droppping index 2025-11-23 01:01:20 +00:00
David Bomba
cdd5352b2e Adjustments for droppping index 2025-11-22 23:30:40 +00:00
David Bomba
c1471d1846 Adjustments for droppping index 2025-11-22 22:44:34 +00:00
David Bomba
a516ce30f1 Merge branch 'v5-develop' of https://github.com/turbo124/invoiceninja into v5-develop 2025-11-22 20:59:46 +00:00
David Bomba
67fbd79228 Updated elastic rebuild 2025-11-22 20:59:20 +00:00
David Bomba
599daf445d deprecation fixes 2025-11-23 07:44:08 +11:00
David Bomba
d4233e1667 Fixes for rebuilding elastic migrations 2025-11-23 07:32:37 +11:00
David Bomba
6bfbd646ca Logging for verifactu 2025-11-23 07:18:04 +11:00
Allie Micka
5fde1166c5 Support gotenberg as a PDF generator 2025-11-21 23:33:18 +00:00
Allie Micka
a813f87fc2 Add Gotenberg PDF generation support 2025-11-21 23:32:46 +00:00
David Bomba
5dff442403 Console method to rebuild elastic indexes 2025-11-21 12:29:42 +00:00
David Bomba
f7c65b3cc9 Merge branch '2025_11_21_test_refactor' into v5-develop 2025-11-21 22:08:18 +11:00
David Bomba
80b6fd7690 minor fix for public prop 2025-11-21 09:04:20 +00:00
David Bomba
c6527b08f3 refactor tests 2025-11-21 08:52:04 +00:00
David Bomba
9ae145d818 Fixes for deprecation warning 2025-11-21 14:39:06 +11:00
David Bomba
2bea363d53 Merge pull request #11429 from turbo124/v5-develop
Tax Period Reports
2025-11-21 13:00:34 +11:00
David Bomba
1d8c100cbd Update Stripe ACH payments to support using ba tokens with payment intents 2025-11-21 12:59:54 +11:00
David Bomba
f006960b61 Merge pull request #11426 from cnohall/add-support-for-multiple-blockonomics-stores
Add support for multiple Blockonomics' stores
2025-11-21 12:57:29 +11:00
Jonathan Starck
8c66b195ab feat(e-invoice): add BT-29 and BT-32 to Zugferd E-Document using id_number field
- Implemented Seller Identifier (BT-29) and Tax Registration Identifier (BT-32)
  in `ZugferdEDocument.php`
- Mapped the previously unused `id_number` field to supply these values
- Ensures correct population of mandatory identifiers for e-invoicing (ZUGFeRD/XRechnung)
2025-11-21 02:28:19 +01:00
cnohall
48f1d8395b use company key for partial match of Blockonomics to fetch address from the correct store 2025-11-21 08:48:35 +09:00
David Bomba
37632a6cb7 Cleanup 2025-11-21 09:43:38 +11:00
David Bomba
f32a1ea7ba Merge branch '2025_11_19_tax_period_report' into v5-develop 2025-11-21 09:30:20 +11:00
David Bomba
56b1abcf54 Improvements for tax reporting 2025-11-21 09:30:08 +11:00
David Bomba
694f1476de Improvements for tax reporting 2025-11-21 09:08:09 +11:00
cnohall
81093a3ee3 Add support for multiple blockonomics stores 2025-11-20 16:05:31 +09:00
David Bomba
6c09ed8a47 Improvements for tax reporting 2025-11-20 13:08:08 +11:00
David Bomba
4ec2808f64 Handle retries on tries = 1 2025-11-20 08:17:32 +11:00
David Bomba
1c01fe5b02 Handle retries on tries = 1 2025-11-20 08:12:20 +11:00