Commit Graph

764 Commits

Author SHA1 Message Date
David Bomba
2887a6a34d Add options for product filtering in the item reports 2025-06-12 09:04:00 +10:00
David Bomba
b276cb2cca Add route to support display a clients custom settings configuration: 2025-06-08 10:18:21 +10:00
David Bomba
8d037a5ca9 Fixes for user auth 2025-05-29 19:27:26 +10:00
David Bomba
89c915b261 Add back route for api db 2025-05-29 16:18:21 +10:00
David Bomba
d1e466a158 Reversion for user auth changes 2025-05-28 08:16:55 +10:00
David Bomba
00b801c550 update api route limits for signup 2025-05-21 08:42:48 +10:00
David Bomba
2fb4486532 v5.11.69 2025-04-19 13:38:28 +10:00
David Bomba
cecb7c07a2 Updated blacklist rules 2025-04-16 00:16:43 +10:00
David Bomba
260c79a609 Additional middleware to check json quality 2025-04-14 08:23:42 +10:00
David Bomba
6c913b27fe Improve middleware performance 2025-04-10 16:23:45 +10:00
David Bomba
6965f0bd23 Health route 2025-04-09 18:14:40 +10:00
David Bomba
afb778977b Health route 2025-04-09 18:14:28 +10:00
David Bomba
e06893031e Fixes for duplicate rotessa gateway being displayed 2025-04-07 08:07:44 +10:00
David Bomba
976436d961 Project reports 2025-03-24 15:03:44 +11:00
David Bomba
0871706094 Fixes for missing place holders for statements 2025-03-09 20:45:26 +11:00
David Bomba
0265bc1603 Locations 2025-02-21 10:33:41 +11:00
David Bomba
3dd9e36997 Updates for designs 2025-02-05 15:52:39 +11:00
David Bomba
fd28457f13 Allow client postmark webhooks 2025-02-04 11:40:46 +11:00
David Bomba
7aa75f6256 Move design extractor into its own class 2025-01-29 15:28:19 +11:00
David Bomba
f223a84af2 Add buy now route 2025-01-23 12:26:23 +11:00
David Bomba
0283fe9193 Minor fixes for trial starts 2025-01-21 16:26:22 +11:00
David Bomba
3d80032d69 Minor changes for user verification emails 2025-01-19 17:13:30 +11:00
David Bomba
be7fb9eb10 Merge branch 'v5-develop' into v5-develop
Signed-off-by: David Bomba <turbo124@gmail.com>
2025-01-16 15:28:34 +11:00
David Bomba
bd6540992a Minor cleanup for session state 2025-01-15 11:47:40 +11:00
Benjamin Beganović
59b6374700 Update routes 2025-01-13 16:59:07 +01:00
David Bomba
7e5cb8fe81 Merge branch 'v5-develop' into v5-stable 2025-01-04 19:40:10 +11:00
David Bomba
241816a0f9 Refactor for bulk project invoicing 2024-12-31 11:55:04 +11:00
David Bomba
69a9225957 Merge branch 'v5-develop' into v5-stable 2024-12-08 16:41:14 +11:00
David Bomba
e58b8d6c59 Roll back symfony mailer to 7.1.6 2024-12-06 09:16:00 +11:00
David Bomba
ca9d8947d9 Tests for routes 2024-11-28 12:10:59 +11:00
David Bomba
a3a3f6a1d2 Add in turnstile to protect client register routes 2024-11-27 16:10:04 +11:00
David Bomba
763aa4ae29 Add sockets for async downloads 2024-11-23 09:57:50 +11:00
David Bomba
781e22fe96 merge 2024-11-20 15:19:38 +11:00
Benjamin Beganović
0bd978e4f6 Update routes 2024-11-18 17:46:57 +01:00
David Bomba
86ed8044c3 Refactor for livewire components 2024-11-14 11:02:43 +11:00
Benjamin Beganović
20e400d621 E-invoicing: Refactor calls (#113)
* Update main PEPPOL controller

* Expose countries in AddTaxIdentifierRequest

* setupLegalEntity method for Storecove

* Add missing methods to the StorecoveProxy

* Endpoint for additional legal identifiers

* Update return types on getLegalEntity
2024-11-13 11:35:21 +11:00
David Bomba
c0f30c6855 Invoice projects via API 2024-11-13 11:12:41 +11:00
David Bomba
b02fcf5909 Refactor addadditionaltaxidentifier to admin module 2024-11-11 15:30:21 +11:00
David Bomba
99fcdf330a Stylesheets 2024-11-08 13:49:07 +11:00
Benjamin Beganović
4e097db3ed eInvoicing (#105)
* apply migration to accounts table

* remove references of e_invoicing_token from company

* update rotation of token

* update sending functionality

* fixes for column reference

* update translations

* wip

* proxy peppol calls to admin module

* Update StoreEntityRequest

* Update translations

* Add e_invoice_quota to account transformer

* Checking license validity

* Rotate token using API call to hosted

* Drop validation

* Update translations

* Returning account quota

* Show quota request

* Update endpoints

* Pass account_key instead of company to quota

* Add account_key on send request

* drop redundant column

* Update translations

* Update company details with classification, vat & id number

* Update validator

* Update settings for enable_e_invoice

* Fixes for payment meta

* Rebase on turbo124/v5-develop

* Update validation for payment means

---------

Co-authored-by: David Bomba <turbo124@gmail.com>
2024-11-06 06:41:35 +11:00
Benjamin Beganović
d1b3e2e866 update routes 2024-10-24 16:05:38 +02:00
Benjamin Beganović
49f974a9b6 updating legal entity values 2024-10-22 18:00:08 +02:00
David Bomba
553e24615c Additional routes for legal entities 2024-10-22 11:41:36 +11:00
David Bomba
2723447389 Merge branch 'v5-develop' into v5-develop
Signed-off-by: David Bomba <turbo124@gmail.com>
2024-10-22 07:10:07 +11:00
David Bomba
00582aa8db Add support for setting a payment method as default 2024-10-22 06:57:36 +11:00
Benjamin Beganović
56264b1868 update routes 2024-10-21 17:39:14 +02:00
David Bomba
d28034db78 Payment means 2024-10-21 20:40:49 +11:00
Benjamin Beganović
fa13efe5da update routes 2024-10-10 18:29:55 +02:00
David Bomba
20adb62d26 Fixes for broadcast routes 2024-10-08 11:21:14 +11:00
David Bomba
a8344ab13d Fixes for smtp port casting 2024-10-07 20:10:19 +11:00