David Bomba
9ea94b285b
Refactor for taxes
2023-04-22 17:07:22 +10:00
David Bomba
78e429d559
Fixes for taxes
2023-04-19 16:51:01 +10:00
David Bomba
99364fab55
Minor fixes for calculate taxes in preview
2023-04-17 20:20:01 +10:00
David Bomba
47e35fe4d1
Doc blocks for Rules
2023-04-12 14:08:56 +10:00
David Bomba
05b55ca724
Fixes for EU Taxes
2023-04-10 17:33:24 +10:00
David Bomba
1a6d4a611f
v5.5.103
2023-04-08 08:32:38 +10:00
David Bomba
bd7722f6f0
Refactor for taxes
2023-04-03 07:48:59 +10:00
David Bomba
00c7fd7d37
Tests for calculating invoice taxes
2023-03-29 20:49:40 +11:00
David Bomba
45632721a2
Refactor for tax structure
2023-03-29 14:30:16 +11:00
David Bomba
d471604862
Refactor for tax structure
2023-03-29 14:23:06 +11:00
David Bomba
160ca1c9ad
Refactor for taxes
2023-03-27 14:47:01 +11:00
David Bomba
b94743f42d
Refactor for taxes
2023-03-27 07:57:29 +11:00
David Bomba
d52d2f1f37
Refactor for taxes
2023-03-27 07:46:26 +11:00
David Bomba
3ed45ad27f
Refactor for taxes
2023-03-25 11:02:43 +11:00
David Bomba
680277f062
Fixes for auto calculating taxes
2023-03-24 18:58:59 +11:00
David Bomba
aa51299a10
Working on auto tax calculations
2023-03-24 18:02:34 +11:00
David Bomba
b5a4fc9865
Working on taxes
2023-03-24 13:56:26 +11:00
David Bomba
66772e3897
calculate taxes
2023-03-24 07:40:44 +11:00
David Bomba
4babfbb651
php-cs-fixer
2023-02-16 12:36:09 +11:00
David Bomba
6c86d7151a
Update copyright year
2023-01-29 09:21:40 +11:00
David Bomba
b3d53a7cd8
Line item tax amounts
2022-11-10 21:57:55 +11:00
David Bomba
d0178d22ae
item tax amounts
2022-11-10 19:16:22 +11: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
25b48994d6
Fixes for invoice sum calculations
2022-06-07 21:07:14 +10:00
David Bomba
c0ba8aa822
TDD for purchase order PDFs
2022-06-06 22:27:17 +10:00
David Bomba
6f491dfb92
Update Copyright text
2022-04-27 13:20:41 +10:00
David Bomba
9cb26120ec
Disable autocomplete on expiry date of wepay credit cards
2022-02-12 07:35:08 +11:00
David Bomba
77034b6083
Fixes for zero percent line item taxes
2022-02-04 12:44:39 +11:00
David Bomba
f6f9bccdb4
Increased precision for unit cost
2022-01-08 20:16:21 +11:00
David Bomba
618027dcd8
Add gross line and subtotals
2021-09-15 10:00:29 +10:00
David Bomba
33c05b1ad0
Add exclusive taxes to line items
2021-09-15 09:02:25 +10:00
David Bomba
586d86c6bf
Removing logging
2021-08-17 20:19:30 +10:00
=
2ab2eef293
Fixes for rounding when applying line item discounts
2021-08-16 22:06:06 +10:00
David Bomba
950e0eca20
SEPA
2021-08-16 15:27:01 +10:00
David Bomba
36f6cbbcc9
Update license in codebase
2021-06-16 16:58:16 +10:00
David Bomba
6681b4fbfe
Fixes for import / migrartions
2021-02-07 23:35:16 +11:00
=
7c3a6766c0
FIxes for Zero taxes
2021-02-06 11:18:42 +11:00
David Bomba
773e131afc
Fixes for negative taxes
2021-02-06 10:39:40 +11:00
David Bomba
249c0e8b2b
fix for presenting company logo in portal
2021-01-13 12:15:04 +11:00
David Bomba
e42cb6f4d3
display tax rates with no trailing precision
2021-01-07 09:43:08 +11:00
David Bomba
934610a01c
Update copyright + version bump + set canadian dollar symbol to $
2021-01-04 08:54:54 +11:00
Benjamin Beganović
5a8dfd85eb
Apply php-cs-fixer
2020-12-21 11:46:46 +01:00
David Bomba
d8fab379ac
Fixes for release
2020-12-20 08:00:02 +11:00
David Bomba
6b02d51080
Invoice Import
2020-12-19 18:28:58 +11:00
Benjamin Beganović
ae88d5e08e
php-cs-fixer format
2020-11-25 15:19:52 +01:00
David Bomba
70a575386c
Fixes for designs in migration:
2020-10-07 10:16:57 +11:00
David Bomba
ba75a44eb8
Laravel 7.x Shift ( #40 )
...
* Adopt Laravel coding style
The Laravel framework adopts the PSR-2 coding style with some additions.
Laravel apps *should* adopt this coding style as well.
However, Shift allows you to customize the adopted coding style by
adding your own [PHP CS Fixer][1] `.php_cs` config to your project.
You may use [Shift's .php_cs][2] file as a base.
[1]: https://github.com/FriendsOfPHP/PHP-CS-Fixer
[2]: https://gist.github.com/laravel-shift/cab527923ed2a109dda047b97d53c200
* Shift bindings
PHP 5.5.9+ adds the new static `class` property which provides the fully qualified class name. This is preferred over using class name strings as these references are checked by the parser.
* Shift core files
* Shift to Throwable
* Add laravel/ui dependency
* Unindent vendor mail templates
* Shift config files
* Default config files
In an effort to make upgrading the constantly changing config files
easier, Shift defaulted them so you can review the commit diff for
changes. Moving forward, you should use ENV variables or create a
separate config file to allow the core config files to remain
automatically upgradeable.
* Shift Laravel dependencies
* Shift cleanup
* Upgrade to Laravel 7
Co-authored-by: Laravel Shift <shift@laravelshift.com>
2020-09-06 19:38:10 +10:00
David Bomba
fc40159d36
Fixes for currency precision
2020-06-15 21:42:46 +10:00
David Bomba
770f0763f4
OpenAPI documentation for Payments. ( #3223 )
...
* Working on API docs for payments
* Fixes for OpenAPI documentation
* Fix for conditionals in invoice calculator
2020-01-19 11:19:10 +10:00
David Bomba
957ac9f5d8
Fix for password protected authorization ( #3198 )
...
* Remove unnecessary save() on invoice
* Update copyright
* Working on Credit Repository
* Implement credits as a paymentable entity
* Add credit_id to transformer
* fix rules for update payment
* Fix random deleted_at keys in transformers
* Fix for password_protect check
2020-01-07 11:13:47 +11:00