Commit d7bc132
Add support for itemized tax rates (#2862)
* Prevent empty tax rates backups
* Improve backup file names
* Allow to change Display tax totals option
* Add itemized_taxes property and method
* Add missing property declaration
* Backup tax rates when switching between itemized and total taxes
* Add support for itemized taxes
* Add changelog entries
* Add itemized tax rate name
* Improve documentation for `generate_itemized_tax_rate_name` method in TaxJar integration
* Refactor: Rename `itemized_taxes` to `is_tax_display_itemized` and improve method documentation in TaxJar integration
---------
Co-authored-by: Dustin Parker <11618203+dustinparker@users.noreply.github.com>1 parent 37794ab commit d7bc132
4 files changed
Lines changed: 282 additions & 47 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
3 | 6 | | |
4 | 7 | | |
5 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
165 | 169 | | |
166 | 170 | | |
167 | 171 | | |
| |||
258 | 262 | | |
259 | 263 | | |
260 | 264 | | |
261 | | - | |
| 265 | + | |
262 | 266 | | |
263 | 267 | | |
264 | 268 | | |
| |||
278 | 282 | | |
279 | 283 | | |
280 | 284 | | |
281 | | - | |
| 285 | + | |
282 | 286 | | |
283 | 287 | | |
284 | 288 | | |
| |||
0 commit comments