1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 17:01:33 +02:00
Commit Graph

16758 Commits

Author SHA1 Message Date
David Bomba
231fdb00be Refactor taxes for new tax model 2023-04-07 19:26:31 +10:00
David Bomba
9ee545160c Fixes for tests 2023-04-06 12:36:47 +10:00
David Bomba
335ad0c59f Update ci .env 2023-04-06 12:21:35 +10:00
David Bomba
fafc83b69f Update ci .env 2023-04-06 12:15:16 +10:00
David Bomba
0fe465ac11 Update ci .env 2023-04-06 12:10:56 +10:00
David Bomba
5f3bfb070b Fixes for tests 2023-04-06 11:38:29 +10:00
David Bomba
69e84fe142 Remove requirements for cache to be updated after .env vars are changed 2023-04-06 11:07:24 +10:00
David Bomba
28a24df77b Ensure contact ids are stored in activity table 2023-04-06 09:50:57 +10:00
David Bomba
012d33c723 Test coverage for linking and unlinking expenses from transactions 2023-04-05 16:13:42 +10:00
David Bomba
f780545b1b Refactor to allow link multiple expenses to a transaction 2023-04-05 14:53:48 +10:00
David Bomba
aaa4c82d2e Add graceful way to handle cut/paste react links 2023-04-05 13:13:01 +10:00
David Bomba
ec597d7b2e Disconnect OAuth Mailer 2023-04-05 11:18:10 +10:00
David Bomba
6f579ba321 Remove redundant trait 2023-04-05 10:51:14 +10:00
David Bomba
7d34828c08 Remove redundant trait 2023-04-05 08:32:46 +10:00
David Bomba
fb48fbf69e
Merge pull request #8428 from turbo124/v5-develop
Add updated calculated fields cron
2023-04-04 21:34:32 +10:00
David Bomba
1d5afe6e91 Add updated calculated fields cron 2023-04-04 21:34:01 +10:00
David Bomba
20dcfffb34 Override precisiong for jpy currency 2023-04-04 21:15:02 +10:00
David Bomba
047fb30a78
Merge pull request #8410 from beganovich/fixes-for-storing-designs
Coerce the string to array if empty string passed for `design`
2023-04-04 20:50:18 +10:00
David Bomba
198ef9c268
Merge pull request #8426 from turbo124/v5-develop
Fixes for migrations
2023-04-04 07:42:38 +10:00
David Bomba
1e1344e704 Fixes for migrations 2023-04-04 07:42:22 +10:00
David Bomba
87442190a8
Merge pull request #8425 from turbo124/v5-develop
Set default tax id for products
2023-04-04 07:37:36 +10:00
David Bomba
e14656129f Set default tax id to 1 for all products 2023-04-04 07:36:58 +10:00
David Bomba
fbd47c1e40 Fixes for amount validation 2023-04-04 07:15:19 +10:00
hillelcoren
84dd5d4dd3 Admin Portal - Selfhosted 2023-04-03 14:22:26 +00:00
hillelcoren
122c4d6d1d Admin Portal - Profile 2023-04-03 14:15:16 +00:00
hillelcoren
3d78f7b089 Admin Portal - Hosted 2023-04-03 14:08:09 +00:00
David Bomba
8ed37fb2d7 Fixes for adjust product inventory 2023-04-03 23:40:57 +10:00
Benjamin Beganović
44f21cef14 Add array check 2023-04-03 15:36:36 +02:00
Benjamin Beganović
a05a23bdb7 Prevent undefined array key 2023-04-03 15:35:55 +02:00
David Bomba
4bbd4c9393 Remove logging 2023-04-03 17:44:55 +10:00
David Bomba
7a96a4a208 Fixes for tests 2023-04-03 08:22:07 +10:00
David Bomba
96d65fe041 Fixes for tests 2023-04-03 08:03:56 +10:00
David Bomba
641502ff59 Fixes for tax all rule 2023-04-03 08:02:38 +10:00
David Bomba
bd7722f6f0 Refactor for taxes 2023-04-03 07:48:59 +10:00
David Bomba
6c0c0d9372 Set null for company tax_data 2023-04-03 07:30:56 +10:00
David Bomba
cc1ba530d2 Update for conflicts 2023-04-03 07:21:09 +10:00
David Bomba
539076b374 Minor fixes for hosted ninja 2023-04-02 21:42:14 +10:00
David Bomba
ed745bf30c Fixes for account creation 2023-04-02 15:57:27 +10:00
David Bomba
2390daecea
Merge pull request #8421 from turbo124/v5-develop
Updated readme
2023-04-02 08:48:07 +10:00
David Bomba
0ac514a797 Update readme 2023-04-02 08:47:43 +10:00
David Bomba
c54e859763 Add Swiss French 2023-04-01 10:42:08 +11:00
David Bomba
1611f27665 Add entropy to retries to prevent jobs queuing at the exact same time 2023-04-01 10:35:10 +11:00
David Bomba
82f7c376db Remove tax_all_products 2023-04-01 09:58:51 +11:00
David Bomba
c40cc829dd Remove tax_all_products 2023-04-01 09:56:26 +11:00
Benjamin Beganović
64803dac14
Merge branch 'v5-develop' into fixes-for-storing-designs 2023-03-31 13:29:50 +02:00
Benjamin Beganović
1e1aa5d166 Construct design.design from data class 2023-03-31 13:28:33 +02:00
Benjamin Beganović
7da0c6e74b Validate each design block 2023-03-31 13:20:14 +02:00
Benjamin Beganović
7c4c39bfc4 Change default DesignFactory to return [] 2023-03-31 13:19:08 +02:00
hillelcoren
143255d544 Admin Portal - Selfhosted 2023-03-31 10:50:51 +00:00
hillelcoren
7d3c70efb9 Admin Portal - Profile 2023-03-31 10:45:07 +00:00