David Bomba
7331c2985b
Fixes for tests
2022-09-18 10:15:51 +10:00
David Bomba
7a15afa827
Fixes for tests
2022-09-15 17:56:11 +10:00
David Bomba
b6b36c89fd
Add webhook functionality to credits
2022-09-15 17:43:33 +10:00
David Bomba
8d250209e3
Fixes for tests.
2022-09-05 17:51:26 +10:00
David Bomba
9846a3e18f
Fixes for default mark down settings
2022-09-05 17:18:08 +10:00
David Bomba
d082b21c9b
update vendor csv for tests
2022-09-01 16:13:50 +10:00
David Bomba
384ce1fa8d
Use transaction when marking an invoice as paid
2022-08-29 18:15:50 +10:00
=
4e3f52a1ee
Refactor for payments to improve query efficiency
2022-08-22 13:24:33 +10:00
=
b5f61d22a7
Tests for credit balance
2022-08-22 10:27:11 +10:00
=
59e3ab9993
Working on client credit balance field
2022-08-22 08:48:52 +10:00
=
5070b2745e
Adjust credit balance on client record
2022-08-22 08:24:36 +10:00
David Bomba
9781fc2fbc
Clean up for tests
2022-08-19 12:49:35 +10:00
David Bomba
87e3f12920
Fixes for edge case when deleting an invoice with a partial payment
2022-08-19 12:48:58 +10:00
David Bomba
6e134098b5
tests for deleting an invoice
2022-08-19 12:09:50 +10:00
David Bomba
e716bb5a02
Fixes for showing fees in both the product and tax tables
2022-08-19 08:41:50 +10:00
David Bomba
b7a5c055a8
Fixes for single route actions
2022-08-18 14:08:50 +10:00
David Bomba
e1fd87d174
Add validation for task time logs
2022-08-18 13:29:18 +10:00
David Bomba
f014ced0d5
Fixes for tax floats with precision greater than 2
2022-08-16 08:02:48 +10:00
=
9d5c181634
Convert quote to project tests
2022-08-15 13:49:47 +10:00
David Bomba
89b6bc5ae4
Fixes for generated number tests
2022-08-10 14:10:05 +10:00
David Bomba
2893c98b0e
Tests for reminders
2022-08-10 13:35:47 +10:00
David Bomba
87396cd626
Fixes for expense date imports
2022-08-01 08:02:04 +10:00
David Bomba
cbe9b7f4f9
Skip apple pay tests
2022-07-30 10:41:54 +10:00
David Bomba
717a34aa99
Fixes for tests
2022-07-28 11:24:50 +10:00
David Bomba
d93bac1b09
Improve efficiency of queries relying on Country
2022-07-28 10:58:13 +10:00
David Bomba
2e98a513a7
Updates for L9
2022-07-20 16:18:21 +10:00
David Bomba
071f2ee102
Post Merge v5-develop
2022-07-15 17:41:30 +10:00
David Bomba
330c5bcba1
Fixes for tests
2022-07-01 19:24:22 +10:00
David Bomba
0894752c80
Fixes for tests
2022-06-30 17:51:39 +10:00
David Bomba
776f3428ba
Purchase order decorators
2022-06-29 11:37:40 +10:00
David Bomba
425aa29f0c
Fixes for tests
2022-06-24 21:33:43 +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
David Bomba
add5a9d9f7
Fixes for tests
2022-06-24 12:21:31 +10:00
David Bomba
3e916e0f1f
Fixes for tests
2022-06-24 11:55:41 +10:00
David Bomba
2e29bbce3c
Laravel 9
2022-06-23 15:34:15 +10:00
David Bomba
6020927645
Add laravel igniition to dependencies
2022-06-23 13:28:33 +10:00
David Bomba
4eed22d811
Refactor for store client request
2022-06-23 13:12:28 +10:00
David Bomba
ade8b24031
Laravel 9
2022-06-23 09:24:56 +10:00
Shift
4f7a8f9752
Set return type of base TestCase methods
...
From the [PHPUnit 8 release notes][1], the `TestCase` methods below now declare a `void` return type:
- `setUpBeforeClass()`
- `setUp()`
- `assertPreConditions()`
- `assertPostConditions()`
- `tearDown()`
- `tearDownAfterClass()`
- `onNotSuccessfulTest()`
[1]: https://phpunit.de/announcements/phpunit-8.html
2022-06-21 10:00:57 +00:00
Shift
06d910a53b
Use Faker methods
...
Accessing Faker properties was deprecated in Faker 1.14.
2022-06-21 09:59:36 +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
45a6daf347
fixes for tests
2022-06-15 14:38:47 +10:00
David Bomba
b1c3878da2
Bulk actions for Purchase Orders
2022-06-10 18:00:07 +10:00
David Bomba
bc21d916b9
Adjustments for payment requests
2022-06-10 08:20:40 +10:00
David Bomba
f494e73d46
V5.3.97
2022-06-09 18:13:41 +10:00
David Bomba
76bd11facb
Purchase Order Events
2022-06-09 12:24:42 +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
David Bomba
21c5bdcd90
Fixes for tests
2022-06-08 08:27:47 +10:00
David Bomba
d7c7289ca9
Update for invoice designs
2022-06-07 20:36:47 +10:00