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

1338 Commits

Author SHA1 Message Date
Benjamin Beganović
48a6053100 extract broadcasting properties 2024-09-18 17:44:14 +02:00
David Bomba
40ebad7dca
Merge branch 'v5-develop' into feature-inbound-email-expenses
Signed-off-by: David Bomba <turbo124@gmail.com>
2024-09-16 16:55:52 +10:00
paulwer
9ced189262 Merge branch 'v5-develop' of https://github.com/invoiceninja/invoiceninja into feature-inbound-email-expenses 2024-09-15 07:42:43 +02:00
David Bomba
bd406136d6 Tests for new clean fee items method 2024-09-04 09:24:32 +10:00
David Bomba
c71d7ffeec Ensure line item gateway fees are not cloned 2024-09-04 09:17:46 +10:00
David Bomba
fa369e79cf Roll back from model touchables 2024-09-02 14:07:30 +10:00
David Bomba
18fbcf75f7 Fixes for template 2024-09-02 13:34:29 +10:00
David Bomba
9cc7723949 Touch parent model after mutating docs 2024-09-02 13:19:01 +10:00
David Bomba
e7479d6a41 Updates for template service properties 2024-09-02 10:35:20 +10:00
David Bomba
d153ecbe1f Set blank string for signature date 2024-09-01 10:39:58 +10:00
David Bomba
8eb26085f0 Updates for email template variables 2024-08-30 13:50:03 +10:00
David Bomba
6eaf3632d9 Add payment failure emails 2024-08-29 14:36:38 +10:00
David Bomba
4fa57dfc59 Fixes for import hints 2024-08-29 08:32:28 +10:00
paulwer
13dae4f524 Merge branch 'v5-develop' of https://github.com/invoiceninja/invoiceninja into feature-inbound-email-expenses 2024-08-28 07:02:43 +02:00
David Bomba
036aca49a4 Rollback for new payment flow 2024-08-22 16:45:06 +10:00
David Bomba
af92ce8d37 Merge new payment flows 2024-08-22 08:31:18 +10:00
David Bomba
5bbee220a2 Add payment balance as an accessible variable 2024-08-08 09:58:19 +10:00
David Bomba
20899e2bea Minor fixeS 2024-08-08 09:32:23 +10:00
David Bomba
20573b362c Remove paypal express, omnipay 2024-08-05 11:57:42 +10:00
David Bomba
d7dfd4ab65 Fixes for translations in client portal 2024-08-04 16:55:18 +10:00
paulwer
ce77eff7cb Merge branch 'v5-develop' of https://github.com/invoiceninja/invoiceninja into feature-inbound-email-expenses 2024-07-31 07:59:26 +02:00
David Bomba
25d3668050 Fixes for null checks 2024-07-22 10:26:03 +10:00
David Bomba
1ec975d99a Fixes for translations of statics 2024-07-21 11:30:21 +10:00
David Bomba
8e5cb31f1d
Merge pull request #9772 from hillelcoren/v5-develop
Fix for setup error introduced with migration check
2024-07-16 12:00:09 +10:00
David Bomba
2fdee4fd0f
Merge branch 'v5-develop' into v5-develop
Signed-off-by: David Bomba <turbo124@gmail.com>
2024-07-16 08:32:40 +10:00
David Bomba
745c594f3b Static analysis 2024-07-15 13:35:21 +10:00
David Bomba
d818520c73 Static analysis 2024-07-14 21:28:54 +10:00
Hillel Coren
24b3a4df35 fix for setup error introduced with migration check 2024-07-14 09:14:58 +03:00
Hillel Coren
5dd412b1e4 fix for setup error introduced with migration check 2024-07-14 09:00:05 +03:00
David Bomba
d53f3062cf add stock quantity to imports 2024-07-14 08:16:29 +10:00
Hillel Coren
c791b8c6c5 Add check for pending database migrations 2024-07-12 13:58:31 +03:00
Hillel Coren
7ca0b8aa25
Merge branch 'invoiceninja:v5-develop' into v5-develop 2024-07-11 10:27:42 +03:00
Hillel Coren
6dae814a28 Minor change to health check to support older Flutter apps 2024-07-11 09:34:23 +03:00
David Bomba
d8205528c8
Merge pull request #9762 from hillelcoren/v5-develop
Add queue stats to the health check stats
2024-07-11 16:27:12 +10:00
Hillel Coren
11bfb99b0a Update code used to retrieve last error in the logs 2024-07-11 09:19:16 +03:00
Hillel Coren
c91be53b6d Add database queue data to the health check 2024-07-11 09:09:06 +03:00
David Bomba
d22c9a3bd9 Static analysis 2024-07-11 15:53:18 +10:00
David Bomba
e371721b3f
Merge pull request #9755 from hillelcoren/v5-develop
Enable selfhost admins to view the last error from storage/logs
2024-07-11 07:43:06 +10:00
Hillel Coren
4e2016b210 Enable selfhost admins to view the last error from storage/logs 2024-07-10 17:45:59 +03:00
David Bomba
a5f8933886
Merge pull request #9753 from turbo124/v5-develop
v5.10.8
2024-07-10 20:52:01 +10:00
Hillel Coren
a1fef77bdc Improve selfhost app load time 2024-07-10 11:09:42 +03:00
Hillel Coren
54625ccc41 Improve selfhost app load time 2024-07-10 11:04:17 +03:00
David Bomba
bb650a80c1 Static analysis 2024-07-10 16:58:57 +10:00
David Bomba
d55c77c59d fixes for str_replace 2024-07-06 08:23:44 +10:00
Benjamin Beganović
2a1947ea6e
New payment flow (#64)
* remove context from invoice-pay

* withsecurecontext trait

* update usages

* wip

* wip

* wip

* wip

* wip
2024-07-05 15:13:38 +10:00
paulwer
36745bfabc Merge branches 'feature-inbound-email-expenses' and 'feature-inbound-email-expenses' of https://github.com/paulwer/invoiceninja; branch 'v5-develop' of https://github.com/invoiceninja/invoiceninja into feature-inbound-email-expenses 2024-07-02 20:20:04 +02:00
David Bomba
a67de99b49 Fixes for task assigned user 2024-07-02 18:35:10 +10:00
David Bomba
ee90539bd8 improvements for validation of over/under payments 2024-07-02 18:32:14 +10:00
David Bomba
dd1fc3da82 Updates for country selector 2024-06-29 07:42:45 +10:00
paulwer
b8abf12fd4 Merge branch 'v5-develop' of https://github.com/invoiceninja/invoiceninja into feature-inbound-email-expenses 2024-06-26 19:26:08 +02:00