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

18663 Commits

Author SHA1 Message Date
Chanda Chewe
156377a77d
Import Company Model and Hash in usersTableSeeder.php
UsersTableSeeder.php takes use of company models here but it has not imported it:  $company = Company::factory()->create([....

Also it takes use of password hashing here but it has not imported it: 'password' => Hash::make(config('ninja.testvars.password')),
2023-09-09 09:39:56 +02:00
hillelcoren
2fff060a67 Admin Portal - Selfhosted 2023-09-07 19:29:30 +00:00
hillelcoren
4daa2afdb1 Admin Portal - Profile 2023-09-07 19:22:16 +00:00
David Bomba
db37b50e21 Adjustment for restricting html components when rendering PDF 2023-09-07 20:57:04 +10:00
David Bomba
65f70e8d79 Fixes for surcharge display on invoice PDF 2023-09-07 16:43:37 +10:00
David Bomba
e95825b9f3 Quote to project 2023-09-07 15:19:51 +10:00
David Bomba
d403da6cd9 Convert quote to project 2023-09-07 15:14:03 +10:00
David Bomba
83b0f55729 Fixes for task default task rates 2023-09-07 14:52:28 +10:00
David Bomba
b9457d72e2 Working on conversion of quotes to projects 2023-09-07 14:51:42 +10:00
David Bomba
b47e31e23a Working on conversion of quotes to projects 2023-09-07 14:31:36 +10:00
David Bomba
a368daac09 Fixes for task status id set on creation 2023-09-07 14:20:32 +10:00
David Bomba
aec1a15ad2 Hints for imports 2023-09-07 13:44:17 +10:00
David Bomba
628f63ffb2 Hints for imports 2023-09-07 13:43:22 +10:00
David Bomba
be22f4bde9 Updates for email sending activitiues 2023-09-07 12:58:24 +10:00
David Bomba
f21444be90 Add events for email notifications 2023-09-07 12:07:46 +10:00
David Bomba
f93965d4e3 Increase frequency of yodlee checks 2023-09-07 08:49:12 +10:00
David Bomba
214484244d
Merge pull request #8787 from turbo124/v5-develop
v5.7.10
2023-09-06 23:51:13 +10:00
David Bomba
059424f994 v5.7.10 2023-09-06 23:49:38 +10:00
David Bomba
a946cf346d Fixes for e-invoices 2023-09-06 23:49:19 +10:00
David Bomba
3541324d1a Merge branch 'v5-develop' of https://github.com/turbo124/invoiceninja into v5-develop 2023-09-06 14:41:23 +10:00
David Bomba
2377f4be2b Static Analysis Cleanup 2023-09-06 14:41:15 +10:00
David Bomba
7f6d4ca9c4
Merge pull request #8784 from turbo124/v5-develop
v5.7.9
2023-09-06 09:14:03 +10:00
David Bomba
2aca2251e4 v5.7.9 2023-09-06 09:11:21 +10:00
David Bomba
50b6e14782 Fixes for check data 2023-09-06 09:10:59 +10:00
David Bomba
25739a912e Updated filters 2023-09-06 08:47:48 +10:00
David Bomba
7e8b09b146 Minor fixes for imports 2023-09-06 00:03:45 +10:00
David Bomba
3fd78e1074 Hints for imports 2023-09-05 17:29:36 +10:00
David Bomba
ed63d56a31 Fixes for settings savers 2023-09-05 16:22:24 +10:00
David Bomba
0ac294eaf0 Minor Fixes 2023-09-05 16:13:37 +10:00
David Bomba
ddc949c260 Fixes for group settings parser 2023-09-05 15:12:49 +10:00
David Bomba
3fcce909f5 Improve sorting of expense listrs 2023-09-05 14:02:39 +10:00
David Bomba
74300d0b88 Add filters for expense categories 2023-09-05 13:34:49 +10:00
David Bomba
367aa3b70d Static Analysis 2023-09-05 13:08:31 +10:00
David Bomba
26d990b4d6
Merge pull request #8781 from turbo124/v5-develop
v5.7.8
2023-09-05 13:07:36 +10:00
David Bomba
9988601884 v5.7.8 2023-09-05 13:07:03 +10:00
David Bomba
91e0e22298 Refactor for zips 2023-09-05 13:03:52 +10:00
David Bomba
c7482c9615 Clean up and remove pdf_file_paths 2023-09-05 12:55:27 +10:00
David Bomba
1e2f7259a3 Static Analysis Cleanup 2023-09-05 11:54:05 +10:00
David Bomba
9cc464d0d7 remove deletePdf() 2023-09-05 11:35:52 +10:00
David Bomba
306364ed08 Refactor zips 2023-09-05 11:16:47 +10:00
David Bomba
2fe595d4c5 Refactor zips 2023-09-05 10:49:16 +10:00
David Bomba
f5ee1efec0 Update transactions after a bank rule has been added or updated 2023-09-05 09:09:04 +10:00
David Bomba
1d6ed8082b Cleanup for email history 2023-09-05 09:06:03 +10:00
David Bomba
53725d4b9b Merge branch 'v5-develop' of https://github.com/turbo124/invoiceninja into v5-develop 2023-09-05 09:05:59 +10:00
David Bomba
21520d775a Cleanup for email history 2023-09-05 09:02:49 +10:00
Benjamin Beganović
84d2375fb3 Fixes for SCSS 2023-09-04 16:40:49 +02:00
Benjamin Beganović
7de7e23d71 Migrate Tailwind config to CJS 2023-09-04 16:40:43 +02:00
Benjamin Beganović
153c9bbc11 Expose Vite to global host 2023-09-04 16:40:32 +02:00
Benjamin Beganović
1ebc6016ab Replace require with ES imports 2023-09-04 16:12:21 +02:00
Benjamin Beganović
5f450bd47b Set package.json type to module 2023-09-04 16:09:06 +02:00