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

20852 Commits

Author SHA1 Message Date
David Bomba
b0aa3ac695
Merge pull request #9570 from beganovich/1405-client-portal
Update client information in the portal
2024-06-01 08:50:13 +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
Benjamin Beganović
f76c924c3a assets production build 2024-05-31 19:47:09 +02:00
Benjamin Beganović
2d8c30244b update client card info 2024-05-31 19:46:41 +02:00
David Bomba
5dc8c4a9cf
Merge pull request #9568 from turbo124/v5-develop
updated resources
2024-05-31 23:13:59 +10:00
David Bomba
06f28bcc0d updated resources 2024-05-31 23:13:36 +10:00
David Bomba
96fb9dc943
Merge pull request #9567 from turbo124/v5-develop
Updated translations
2024-05-31 23:11:23 +10:00
David Bomba
bdbbdbc80e
Merge pull request #9349 from beganovich/1333-tailwind-v3
Tailwind v3
2024-05-31 23:11:01 +10:00
David Bomba
fd7dfb1dc8
Merge branch 'v5-develop' into 1333-tailwind-v3
Signed-off-by: David Bomba <turbo124@gmail.com>
2024-05-31 23:10:54 +10:00
David
7f33b51893 Updated translations 2024-05-31 23:06:10 +10:00
Nisaba
e605b9a793
Update texts.php
Signed-off-by: Nisaba <34550856+Nisaba@users.noreply.github.com>
2024-05-31 12:49:34 +00: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
326f6e1f73
Merge pull request #9565 from turbo124/v5-develop
Updates for currencies
2024-05-31 10:33:09 +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
David Bomba
17ebe27d65
Merge pull request #9556 from dshoreman/ds/invoice-preview-data
Update labels and fix custom company values in Invoice Preview
2024-05-31 09:21:08 +10:00
David Bomba
0212ee6f8c Fixes for tests 2024-05-31 07:36:48 +10:00
Nisaba
488bda680a
BTCPay : Improve refund
Signed-off-by: Nisaba <34550856+Nisaba@users.noreply.github.com>
2024-05-30 13:47:59 +00: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
David Bomba
942a510d1e Fixes for tetse 2024-05-30 07:06:12 +10:00
David Bomba
3ae124a132 Fixes for tests 2024-05-30 07:05: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
e47c875d19 Fxies for tests 2024-05-29 22:38:04 +10:00
David Bomba
64767924e9 Fixes for tests 2024-05-29 22:25:36 +10:00
David Bomba
e04c56efc5 reduce ci workers 2024-05-29 19:08:20 +10:00
David Bomba
43ae751707 remove cache actions 2024-05-29 18:59:43 +10:00
David Bomba
6347368278 Updates for composer cachje 2024-05-29 18:41:13 +10:00
David Bomba
7e57cac981 Updats for github actions 2024-05-29 17:04:20 +10:00
David Bomba
e6372eed45 bumps for cache version 2024-05-29 14:07:51 +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
354cc3343b
Update VERSION.txt
Signed-off-by: David Bomba <turbo124@gmail.com>
2024-05-28 07:29:25 +10:00
hillelcoren
53a5f89343 Admin Portal - Selfhosted 2024-05-27 12:42:24 +00:00
hillelcoren
7348fb49e2 Admin Portal - Profile 2024-05-27 12:36:14 +00:00
hillelcoren
efe2e4e037 Admin Portal - Hosted 2024-05-27 12:29:55 +00:00
David Bomba
73491f3507 roll back version 2024-05-27 22:01:27 +10:00