Commit Graph

128 Commits

Author SHA1 Message Date
David Bomba 7c9b4fe0bf Fixes for imports 2024-10-03 16:02:04 +10:00
David Bomba 498fb51faa Minor updates 2024-09-29 14:12:54 +10:00
David Bomba 5732794681 Fixes for inbound validation of payments 2024-09-26 16:06:16 +10:00
David Bomba f5226d342f QB Sync 2024-09-25 20:16:16 +10:00
David Bomba 94fb81c57b Small fixes for QB oauth 2024-09-25 14:20:49 +10:00
David Bomba 2c188b026d Fixes for quickbooks creation 2024-09-25 13:20:05 +10:00
David Bomba aca1f3c413 minor fixes 2024-09-25 10:27:14 +10:00
David Bomba 01a42bb7e2 QB Sync 2024-09-22 19:27:34 +10:00
David Bomba 1a438ecd64 Remove annotations from tests 2024-09-16 21:13:55 +10:00
Lucas D Hedding 72009d2269
Merge remote-tracking branch 'origin/v5-develop' into HEAD 2024-09-04 08:47:35 -06:00
Lucas D Hedding 5b9af52ba1
fix failing tests, resolves https://github.com/laravel/framework/issues/49237 2024-09-03 09:32:29 -06:00
David Bomba 4e5ebc235d Add hash to products 2024-08-26 16:54:22 +10:00
David Bomba 7f226fe5d2 minor adjustments 2024-08-26 15:48:48 +10:00
David Bomba 8160af4ef4 PHP CS Fixer 2024-08-22 16:57:52 +10:00
David Bomba 036aca49a4 Rollback for new payment flow 2024-08-22 16:45:06 +10:00
Kendall Arneaud 7c1f892ec2
Merge branch 'feature/import-quickbooks' into v5-develop
Signed-off-by: Kendall Arneaud <kendall.arneaud@gmail.com>
2024-08-02 10:02:45 -04:00
David Bomba 78fc17b1cb Fixes for wave (set import prefix to -invoice as there is only a single accounting file for wave 2024-07-25 08:25:37 +10:00
karneaud 473f9ea0a0 update test case for import invoice feature 2024-07-17 12:34:26 -04:00
karneaud 519bb57368 update sample data 2024-07-16 13:03:17 -04:00
karneaud 2df99a312e update quickbook test for product import 2024-07-15 21:29:51 -04:00
karneaud 4cde94f203 add item sample data 2024-07-15 21:29:32 -04:00
karneaud 0941d1ae32 test data 2024-07-15 15:08:04 -04:00
karneaud 4d431935e1 add test case for quickbooks import class 2024-07-15 15:07:49 -04:00
David Bomba 244eabc448 Change for task imports. 2024-05-04 09:15:54 +10:00
David Bomba f16e8fdd15 Fixes for KRW currency formatting 2024-02-07 07:42:46 +11:00
David Bomba f7340d6114 PHP CS Fixer 2023-11-26 18:41:42 +11:00
David Bomba 57a2a836f1 Task imports + tests 2023-11-14 14:53:25 +11:00
David Bomba bf0d39cbb7 Recurring Invoice import 2023-04-19 15:37:08 +10:00
David Bomba 65c7a2c1d5 Import Recurring Invoices 2023-04-19 15:21:50 +10:00
David Bomba 35b1aaf507 Fixes for invoice 2 go imports 2023-04-13 16:00:59 +10:00
David Bomba 5f44203c9b Fixes for tests 2023-04-13 15:28:26 +10:00
David Bomba 4babfbb651 php-cs-fixer 2023-02-16 12:36:09 +11:00
David Bomba bc402ec30c Fixes for tests 2023-01-18 18:56:15 +11:00
David Bomba 077986d59c Clean up legacy importer 2023-01-12 09:19:38 +11:00
David Bomba a6fde2dbcd Minor formatting changes for tests 2022-11-07 15:33:18 +11:00
David Bomba 28dd999cb8 remove html_back as key from restore 2022-11-07 12:55:11 +11:00
David Bomba c0870afded Fixes for verifyphone 2022-11-03 16:45:56 +11:00
David Bomba d082b21c9b update vendor csv for tests 2022-09-01 16:13:50 +10:00
= 4e3f52a1ee Refactor for payments to improve query efficiency 2022-08-22 13:24:33 +10:00
David Bomba 87396cd626 Fixes for expense date imports 2022-08-01 08:02:04 +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 3e916e0f1f Fixes for tests 2022-06-24 11:55:41 +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 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 e153a0a06a Update license 2022-06-08 14:25:44 +10:00
David Bomba e521718605 New Schema Dump 2022-04-26 16:53:41 +10:00
David Bomba 5d91773651 Fixes for tests 2022-03-06 20:13:40 +11:00
David Bomba 89d0cb7bb7 Invoicely import tests 2022-02-17 12:12:51 +11:00
David Bomba 20758256c9 Invoice 2 Go tests 2022-02-17 11:51:22 +11:00
David Bomba 4cc56c3995 Fresh Books Import Tests 2022-02-17 10:47:17 +11:00