David Bomba
3f42bf9bff
working on mailers
2022-07-06 10:08:09 +10:00
David Bomba
2e37d793ac
working on 8.1 support
2022-07-05 16:15:46 +10:00
David Bomba
91b658918a
Merge branch 'l9' of https://github.com/turbo124/invoiceninja into l9
2022-06-24 23:49:29 +10:00
David Bomba
b1ff9f0305
Mailers for Laravel
2022-06-24 23:49:22 +10:00
Nikola Cirkovic
c75b1d303f
Cirkovic/ina 16 fixes ( #50 )
...
* Dispatch | PdfCreatorTest | Removed deprecated method
* Dispatch | Remove deprecated dispatchNow() method and use dispatchSync or call handle() on class where return is mandatory.
2022-06-24 21:15:14 +10:00
Shift
a1403b62da
Convert to Symfony Mailer
2022-06-21 09:59:02 +00:00
Shift
299464f604
Shift bindings
...
PHP 5.5.9+ adds the new static `class` property which provides the fully qualified class name. This is preferred over using strings for class names since the `class` property references are checked by PHP.
2022-06-21 09:58:11 +00:00
Shift
19080933b6
Apply Laravel coding style
...
Shift automatically applies the Laravel coding style - which uses the PSR-2 coding style as a base with some minor additions.
You may customize the code style applied by adding a [PHP CS Fixer][1] or [PHP CodeSniffer][2] ruleset to your project root. Feel free to use [Shift's Laravel ruleset][3] to help you get started.
For more information on customizing the code style applied by Shift, [watch this short video][4].
[1]: https://github.com/FriendsOfPHP/PHP-CS-Fixer
[2]: https://github.com/squizlabs/PHP_CodeSniffer
[3]: https://gist.github.com/laravel-shift/cab527923ed2a109dda047b97d53c200
[4]: https://laravelshift.com/videos/shift-code-style
2022-06-21 09:57:17 +00:00
David Bomba
1ac45452b2
Refresh tokens
2022-06-17 18:37:45 +10:00
David Bomba
213a51ad62
Update column for refresh tokens
2022-06-17 18:28:31 +10:00
David Bomba
063d600bbd
Vendor Portal - Purchase Orders
2022-06-14 22:18:20 +10:00
David Bomba
8164d40007
MInor fixes for correct disk configuration
2022-06-13 09:33:40 +10:00
David Bomba
6e357d8c7b
Purchase Order Download emails
2022-06-10 18:29:15 +10:00
David Bomba
b1c3878da2
Bulk actions for Purchase Orders
2022-06-10 18:00:07 +10:00
David Bomba
90bff41600
Purchase Order Emails
2022-06-10 17:04:16 +10:00
David Bomba
481c015efb
Clean up logging
2022-06-10 12:18:02 +10:00
David Bomba
2c04cbb86f
Clean up logging
2022-06-10 10:12:26 +10:00
David Bomba
aa832e1d24
Update product request
2022-06-09 10:20:18 +10:00
David Bomba
f92070e3be
Inventory Management Tests
2022-06-08 20:40:26 +10:00
David Bomba
e153a0a06a
Update license
2022-06-08 14:25:44 +10:00
=
a6327b7694
Purchase Order Actions
2022-06-07 08:12:06 +10:00
David Bomba
c0ba8aa822
TDD for purchase order PDFs
2022-06-06 22:27:17 +10:00
David Bomba
614987a55e
Vendor PDFs
2022-06-06 13:28:10 +10:00
David Bomba
57f8bddd04
Vendor PDFs
2022-06-06 08:49:41 +10:00
David Bomba
777d0a54d0
Merge branch 'inventory_management' into v5-develop
2022-06-03 20:50:29 +10:00
David Bomba
3bf56af37f
Fixes for timezone issues with recurring entities
2022-06-02 13:49:29 +10:00
David Bomba
55e7c8b000
Fixes for bug that sends multiple emails per import
2022-06-01 07:49:33 +10:00
David Bomba
3d9bb490e3
first pass
2022-05-31 21:17:18 +10:00
Nikola Cirkovic
b0ca7ea1cc
INA-5 | Refactor of the Scheduler Job, removed unused parts of the code
2022-05-30 20:52:12 +02:00
David Bomba
1e43e172a7
Actitivity output for React
2022-05-27 18:25:32 +10:00
David Bomba
13a1447b79
Padding out react application
2022-05-27 13:10:32 +10:00
David Bomba
92b5af5a39
Merge pull request #7456 from CirkaN/Cirkovic/INA-5
...
Cirkovic/INA-5 (Ninja task scheduler)
2022-05-27 12:05:47 +10:00
Nikola Cirkovic
3d67c99567
INA-5 | replace archived with is_deleted property
2022-05-27 02:50:50 +02:00
Nikola Cirkovic
5538c2ee59
INA-5 | TaskSchedulerTransformer [License, typehints]
2022-05-25 23:27:07 +02:00
David Bomba
b6f48c0d8c
Page numbering for PDFs
2022-05-25 22:00:17 +10:00
David Bomba
a2977ef1ad
minor fixes for self updater
2022-05-25 20:53:12 +10:00
David Bomba
51455cacef
Page numbering for PDFs
2022-05-25 16:34:43 +10:00
Nikola Cirkovic
de4adadfae
INA-5 | Use fractal
2022-05-25 00:06:42 +02:00
Nikola Cirkovic
fbb64effec
INA-5 | New way of setting next scheduled run date
2022-05-24 01:42:43 +02:00
Nikola Cirkovic
05ff9531ab
INA-5 | Add prepareForValidation |code cleanup
2022-05-23 21:57:48 +02:00
Nikola Cirkovic
492eb5ffbd
Merge branch 'v5-develop' into Cirkovic/INA-5
2022-05-23 02:33:06 +02:00
Nikola Cirkovic
b4c0fe3d53
INA-5 | Removed excess comment
2022-05-23 01:39:10 +02:00
Nikola Cirkovic
5a6f4801ce
INA-5 | Set multidb, set company_id as database parameter
2022-05-21 20:53:22 +02:00
David Bomba
66f3a4fc14
Improve system maintenance task
2022-05-20 09:46:21 +10:00
David Bomba
accd408ba1
Fixes for company ledger
2022-05-20 09:21:47 +10:00
David Bomba
16e55d89ec
Add a System maintenance teask
2022-05-19 20:39:02 +10:00
David Bomba
c172a5ed3b
Minor fixes
2022-05-19 17:41:53 +10:00
David Bomba
6a17a58df3
Merge branch 'stripe_ach_refactor' into v5-develop
2022-05-19 16:00:18 +10:00
David Bomba
d29a1626cb
Refactor for Stripe ACH
2022-05-19 15:48:31 +10:00
Nikola Cirkovic
131cacd47f
INA-5 | TaskScheduler Job [WIP]
2022-05-19 00:33:29 +02:00