1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00
Commit Graph

11524 Commits

Author SHA1 Message Date
David Bomba
2c404b4f73 Additions for shop api 2024-06-02 19:29:49 +10:00
David Bomba
6ce1ea9944 Migration for e_invoice 2024-06-02 18:37:56 +10:00
David Bomba
97d84795b5 Merge branch 'v5-develop' of https://github.com/turbo124/invoiceninja into v5-develop 2024-06-01 10:50:21 +10:00
David Bomba
9e500eda57 Minor fixes 2024-06-01 10:50:19 +10:00
David Bomba
c3ebdc8946 Stubs for static service 2024-06-01 09:35:58 +10:00
David Bomba
5a1f52941d
Merge branch 'v5-develop' into v5-develop
Signed-off-by: David Bomba <turbo124@gmail.com>
2024-06-01 08:56:06 +10:00
Dave Shoreman
6757edf5d1
Trim regional locales to two-letter country codes
GoCardless' Bank Account Data API requires two-letter ISO 639-1 country
codes. IN passes the full locale such as *en_GB* or *pt_BR*, which
causes an "unknown error" when selecting banks in Connect Accounts.

Note: Norwegian will use the Bokmål (`nb`) form over Nynorsk (`nn`).

Fixes #9566
2024-05-31 21:04:51 +01:00
David Bomba
96fb9dc943
Merge pull request #9567 from turbo124/v5-develop
Updated translations
2024-05-31 23:11:23 +10:00
David
7f33b51893 Updated translations 2024-05-31 23:06:10 +10:00
David Bomba
aa340d070c
Merge pull request #9558 from dshoreman/ds/preview-entity-numbers
"Real" entity numbers in Invoice Designer/Settings previews
2024-05-31 21:25:28 +10:00
David Bomba
86947b7627
Merge branch 'v5-develop' into v5-develop
Signed-off-by: David Bomba <turbo124@gmail.com>
2024-05-31 10:32:02 +10:00
Nisaba
5a5420603e
BTCPay : Improve refund
Signed-off-by: Nisaba <34550856+Nisaba@users.noreply.github.com>
2024-05-30 13:34:43 +00:00
Dave Shoreman
ed3d482d44
Fallback to original value just in case 2024-05-30 01:05:03 +01:00
Dave Shoreman
7cedc48b55
Fix $company[1..4] aliases for custom_values 2024-05-30 01:04:49 +01:00
David Bomba
7d98db8592 Remove redundant dependencies 2024-05-30 07:42:07 +10:00
Dave Shoreman
bd49aa1a15
Ensure correct pattern for non-invoice entities
A simple `in_array` check would work here, except there are a lot of
valid keys for the number pattern settings so it's easier this way.
2024-05-29 17:09:02 +01:00
Dave Shoreman
e1d08d34bf
Apply formatted numbers to design editor preview
If a custom Invoice Number Pattern is defined, this will update the mock
invoice with a formatted entity number, rather than the EAN13 from faker
in the invoice factory. This doesn't apply once a real invoice has been
created, but it can still be useful for designing during initial setup.
2024-05-29 15:07:42 +01:00
Dave Shoreman
9195addb37
"Real" entity numbers in Invoice Settings preview
This refactors the GeneratesCounter trait slightly, such that arbitrary
entity numbers can be formatted according to the given padding/pattern.

With that small abstraction we can use the trait in the PdfMock instance
to show the exmple entity number using real patterns without actually
incrementing it or checking the number is available in the database.
2024-05-29 15:00:02 +01:00
David Bomba
4645e00b05 Fixes for tests 2024-05-29 23:35:56 +10:00
David Bomba
4852a134da Adjustments for tests 2024-05-29 23:19:03 +10:00
David Bomba
743ff50b82 Tests for tests 2024-05-29 23:16:59 +10:00
David Bomba
31610560a7 Fixes for tests 2024-05-29 23:09:45 +10:00
David Bomba
64767924e9 Fixes for tests 2024-05-29 22:25:36 +10:00
David Bomba
822ba038a0 Fixes for converting matched payment transactions 2024-05-29 13:10:50 +10:00
David Bomba
f8316f879a Refactor to support include deleted record logic for exports 2024-05-29 09:05:42 +10:00
Dave Shoreman
e568076ad0
Update date/total labels in entity details table 2024-05-28 22:43:40 +01:00
Dave Shoreman
2a11fa994b
Fix $company.customX on Invoice Settings preview
When fetched without going through the settings object, all these values
were null, thus displaying nothing when used in custom invoice designs.
2024-05-28 20:21:46 +01:00
Dave Shoreman
0782fa3c6d
Set 'issued to' label based on entity type string 2024-05-28 13:10:41 +01:00
David Bomba
e967373f85 FatturaPA tests 2024-05-28 12:52:38 +10:00
David Bomba
70c8e67613 working on validation of fatturapa 2024-05-28 11:57:00 +10:00
David Bomba
541350a9d7 Adjustments for fact1 tests 2024-05-28 09:08:23 +10:00
David Bomba
73491f3507 roll back version 2024-05-27 22:01:27 +10:00
David Bomba
4ffe50fcee Add providers 2024-05-27 16:05:42 +10:00
David Bomba
6ac2ea1cf1 Missing currency translations 2024-05-27 15:58:02 +10:00
David Bomba
240494bd4a Fixes for tests 2024-05-27 09:57:48 +10:00
David Bomba
3fb923e971 Add back schema builder 2024-05-27 08:05:13 +10:00
David Bomba
3ce9ea62ec Updates for microsoft token harvest 2024-05-27 07:26:20 +10:00
David Bomba
aff180deef Add referral codes to user models 2024-05-27 07:13:56 +10:00
David Bomba
0692d8b0cc if institution_id passed into context, expose as prop in input. 2024-05-27 06:55:02 +10:00
David Bomba
5ed27fe747 Catches for incorrectly configured mail servers 2024-05-27 06:46:26 +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
David Bomba
1ef97ef2bb Updates for PHP version requirements 2024-05-26 07:57:05 +10:00
David Bomba
dd0e26122e Stubs for paypal imports 2024-05-24 17:42:16 +10:00
David Bomba
4dac7cdded Updates for storing paypal invoices 2024-05-24 17:27:33 +10:00
David Bomba
9180dc4478 Refactor for paypal implementation 2024-05-24 10:38:07 +10:00
David Bomba
673eaaf3e5 Fixes for i2g imports 2024-05-23 14:14:59 +10:00
David Bomba
88a1fa2fc5 Additional transaction checks 2024-05-23 09:44:33 +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