1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-15 07:33:04 +01:00
Commit Graph

1300 Commits

Author SHA1 Message Date
David Bomba
72aadc0c16 php-cs-fixer 2024-06-14 17:09:44 +10:00
David Bomba
d4feca33ab Fixes for diffindays with Carbon v3 2024-06-07 09:15:19 +10:00
David Bomba
8e22f3c469 Add signature IP to htmlengine 2024-06-04 07:53:55 +10: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
e01f100407 fixes for custom email templates 2024-05-21 11:40:12 +10:00
David Bomba
4a7819d2ce Fixes for einvoice tests 2024-05-18 17:32:03 +10:00
David Bomba
7940f9c3b7 Updates for twig 2024-05-16 10:20:54 +10:00
David Bomba
27f3a54ecf Fixes for file_get_contents 2024-05-15 09:29:43 +10:00
David Bomba
e248e96868 Refactor for start / end of quarters 2024-05-09 10:15:46 +10:00
David Bomba
6e5fb456c1 Run tests for adjustment amount within validaiton 2024-05-06 11:42:14 +10:00
David Bomba
048e21f9b2 Ensure redundant directory deleted 2024-04-29 16:50:04 +10:00
David Bomba
086e82649b Updates for cancelled invoice presentation 2024-04-29 09:17:37 +10:00
David Bomba
108ca2633d Bulk updates 2024-04-25 16:31:15 +10:00
David Bomba
45f378eb9d Minor fixes 2024-04-20 10:58:29 +10:00
David Bomba
c472e8ce68 Fixes for type checks 2024-04-15 08:15:34 +10:00
David Bomba
9e12e32e29 Fixes for payment validations 2024-04-15 07:57:24 +10:00
David Bomba
c80ec85c61 Updates for subscriptions 2024-04-14 09:11:25 +10:00
David Bomba
f65567a637 Update copyright 2024-04-12 14:15:41 +10:00
David Bomba
a62302b655 Remove mail config from setup 2024-04-08 08:51:33 +10:00
David Bomba
bba6d6623b Task filtering 2024-04-06 10:07:54 +11:00
David Bomba
412cfb511a skip tests 2024-04-04 11:32:31 +11:00
David Bomba
afa171390e Improvements to parse float 2024-03-14 14:44:01 +11:00
David Bomba
1b999dd7d9 Updates 2024-03-13 10:36:41 +11:00
David Bomba
08dee1309e Fixes and improvements for templates 2024-03-11 19:37:53 +11:00
David Bomba
f0ad4175aa Fixes for required client invoice + SMTP transport 2024-03-11 13:35:16 +11:00
David Bomba
c4807be9df Updates for parseformat 2024-02-29 13:06:11 +11:00
David Bomba
f325aecaed Merge branch 'v5-develop' of https://github.com/turbo124/invoiceninja into v5-develop 2024-02-29 12:32:05 +11:00
David Bomba
e22d3effc6 improve parseFloat 2024-02-29 12:31:59 +11:00
David Bomba
902cae6585 Add missing prop 2024-02-29 12:17:44 +11:00
David Bomba
3ad5de1d2c Add filters for documents 2024-02-28 21:15:43 +11:00
David Bomba
328d00e235 Improve parseFloat function 2024-02-20 13:29:30 +11:00
David Bomba
5a14b85eea fixes for html entities 2024-02-18 11:21:04 +11:00
David Bomba
6445e518dc Fixes for parse float 2024-02-16 14:28:57 +11:00
David Bomba
83215cd0bc Improve template switching for hosted users 2024-02-13 17:10:36 +11:00
David Bomba
c5b6938447 php cs fixer 2024-02-13 15:25:18 +11:00
David Bomba
192722b7a4 Minor adjustments 2024-02-12 14:00:24 +11:00
David Bomba
4fa76afee6 Fixes for router domains 2024-02-08 21:12:01 +11:00
David Bomba
f16e8fdd15 Fixes for KRW currency formatting 2024-02-07 07:42:46 +11:00
David Bomba
bea52e641e Fixes for display of unsubscribe link 2024-02-03 22:26:43 +11:00
David Bomba
59568b20df Refactor for emails - failed notifications 2024-01-29 17:45:22 +11:00
David Bomba
160d961974 Create raw version of qr code 2024-01-21 12:51:58 +11:00
David Bomba
8aef589fe0 Updates for search controller 2024-01-20 13:41:07 +11:00
David Bomba
40086db271 cs fixer 2024-01-14 15:05:00 +11:00
David Bomba
0c64e38208 Reset counters at client and group levels 2024-01-05 18:42:44 +11:00
David Bomba
da0117bfa9 Refactor for settings appropriate user id on activities 2024-01-01 12:02:19 +11:00
David Bomba
ea86ce3c11
Merge pull request #8950 from kenny665/v5-stable
Added $balance_due_dec as usable variable
2023-12-01 15:36:41 +11:00
David Bomba
b925b536c1 Fixes for htmlengine 2023-11-29 08:50:18 +11:00
David Bomba
dc39d7f01a minor fixes for formatting 2023-11-27 22:20:58 +11:00
David Bomba
4c60d47446 Templates + Statements 2023-11-23 16:13:06 +11:00
David Bomba
84b54d344c Adjustments for recurring invocies 2023-11-21 12:00:10 +11:00
David Bomba
1bff207e6c Fixes for activity insertions 2023-11-15 10:15:14 +11:00
kenny665
f5da7669a2 Added $balance_due_dec as usable variable
Added balance_due_dec as usable variable for mail and PDF customization. It contains a two decimal formatted number (%01.2f))
2023-11-10 10:33:57 +01:00
David Bomba
bc4215a1b5 Add Imagick extension to improve image compression 2023-11-08 19:53:38 +11:00
David Bomba
5183b2e864 Remove build HTML 2023-10-30 08:08:59 +11:00
David Bomba
872ac11329 Improvements for variable replacements 2023-10-30 08:07:47 +11:00
David Bomba
96bb9f0d43 minor clean up 2023-10-29 10:29:36 +11:00
David Bomba
e078b9637b
Merge pull request #8910 from turbo124/v5-develop
v5.7.34
2023-10-27 21:11:43 +11:00
David Bomba
33585c65c4 php cs fixes 2023-10-26 13:57:44 +11:00
Benjamin Beganović
48ff701bd1 Fixes for QR code 2023-10-25 18:06:21 +02:00
David Bomba
c116b48a25 Fixes for creating faker data 2023-10-25 19:04:27 +11:00
David Bomba
99b3efda20 merging template 2023-10-25 13:53:50 +11:00
David Bomba
33c8c713b1 fixes for deleted payments being displayed on invoices with variable 2023-10-20 16:40:53 +11:00
David Bomba
17d11710a7 Minor fixes 2023-10-15 05:49:14 +11:00
David Bomba
00d535a8b4 Change from / to when attempting to access prop 2023-10-11 16:25:44 +11:00
David Bomba
d267dc1f09 Minor fixes 2023-10-11 10:25:21 +11:00
David Bomba
b25f58db6f Implement embed documents on pdf 2023-10-11 08:58:47 +11:00
David Bomba
e5997128d6 Fixes for entity images 2023-10-10 21:00:38 +11:00
David Bomba
c44310fa09 Updates for passing refund meta into templates 2023-10-08 21:03:07 +11:00
David Bomba
def82e2d52 Fixes for settings checker 2023-10-05 21:47:24 +11:00
David Bomba
69400c8371 Working on data feeds for templates 2023-10-03 16:38:36 +11:00
David Bomba
96785e27bf Tests for reminders with partial due dates 2023-09-24 16:51:35 +10:00
David Bomba
b92e95efb3 Working on logic for custom designs 2023-09-19 10:05:13 +10:00
David Bomba
1c73c7ed15 Clean up and remove secondary dependency 2023-09-17 11:46:59 +10:00
David Bomba
8256131ea2 working on templates 2023-09-11 07:22:22 +10:00
David Bomba
db37b50e21 Adjustment for restricting html components when rendering PDF 2023-09-07 20:57:04 +10:00
David Bomba
b47e31e23a Working on conversion of quotes to projects 2023-09-07 14:31:36 +10:00
David Bomba
ed63d56a31 Fixes for settings savers 2023-09-05 16:22:24 +10:00
David Bomba
ddc949c260 Fixes for group settings parser 2023-09-05 15:12:49 +10:00
David Bomba
17ad4678fb Updates for stripe connect - setting business name 2023-09-04 16:47:03 +10:00
David Bomba
f7f4804e34 Fixes for DB:raw() 2023-09-04 10:27:28 +10:00
David Bomba
805229f4c0 Fixes for query grammar 2023-08-21 11:29:31 +10:00
David Bomba
035b683eb7 Fixes for types 2023-08-17 08:58:10 +10:00
David Bomba
fda2b1d4f0 fixes for imports 2023-08-14 07:38:17 +10:00
David Bomba
5ca41f5f86 Fixes for static analysis 2023-08-11 08:10:21 +10:00
David Bomba
a9dffb335e Enable Vendor Locale 2023-08-10 10:56:34 +10:00
David Bomba
79c4d49896 add translations for currencies 2023-08-10 09:39:59 +10:00
David Bomba
60b8402d76 Updates for tests for html generation with special translations 2023-08-09 10:53:10 +10:00
David Bomba
b426788de3 Updates for tests for html generation 2023-08-09 10:47:50 +10:00
David Bomba
721bc60f64 Update texts for tax info placeholders 2023-08-09 10:26:47 +10:00
David Bomba
7cc2f3c665 Fixes for tests 2023-08-07 18:57:25 +10:00
David Bomba
b332e637b5 Updates for static analysis 2023-08-07 18:36:04 +10:00
David Bomba
87b2be8572 Roll back static analysis for socialite 2023-08-07 18:29:07 +10:00
David Bomba
b566bf6a7f updates for static analysis 2023-08-07 08:26:31 +10:00
David Bomba
f186422741 Updates for static analysis 2023-08-06 18:18:36 +10:00
David Bomba
81bad287ca Updates for static analysis 2023-08-06 17:56:26 +10:00
David Bomba
e76b650a0b Updates for static analysis 2023-08-06 17:53:06 +10:00
David Bomba
d9589bdea2 Updates for static analysis 2023-08-06 17:52:19 +10:00
David Bomba
68ce3be42b Updates for static analysis 2023-08-06 17:35:19 +10:00
David Bomba
b13783d75b Migration for dashboard permissions 2023-08-06 17:03:12 +10:00
David Bomba
ada3c78556 Updates for static analysis 2023-08-06 12:34:41 +10:00