mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Updates for tax model
This commit is contained in:
parent
c43d0ea652
commit
751c55dd3c
@ -68,7 +68,7 @@ class TaxModel
|
||||
$this->regions->AU = new \stdClass();
|
||||
$this->regions->AU->has_sales_above_threshold = false;
|
||||
$this->regions->AU->tax_all_subregions = false;
|
||||
$this->regions->AU->vat_threshold = 75000;
|
||||
$this->regions->AU->tax_threshold = 75000;
|
||||
$this->auSubRegions();
|
||||
|
||||
return $this;
|
||||
@ -115,7 +115,7 @@ class TaxModel
|
||||
|
||||
$this->regions->EU->has_sales_above_threshold = false;
|
||||
$this->regions->EU->tax_all_subregions = false;
|
||||
$this->regions->EU->vat_threshold = 10000;
|
||||
$this->regions->EU->tax_threshold = 10000;
|
||||
$this->euSubRegions();
|
||||
|
||||
return $this;
|
||||
|
@ -106,7 +106,7 @@ region:
|
||||
apply_tax: false
|
||||
EU:
|
||||
tax_all: false
|
||||
vat_threshold: 10000
|
||||
tax_threshold: 10000
|
||||
has_sales_above_threshold: false
|
||||
subregions:
|
||||
AT:
|
||||
|
Loading…
x
Reference in New Issue
Block a user