mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-01 03:14:47 -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 = new \stdClass();
|
||||||
$this->regions->AU->has_sales_above_threshold = false;
|
$this->regions->AU->has_sales_above_threshold = false;
|
||||||
$this->regions->AU->tax_all_subregions = false;
|
$this->regions->AU->tax_all_subregions = false;
|
||||||
$this->regions->AU->vat_threshold = 75000;
|
$this->regions->AU->tax_threshold = 75000;
|
||||||
$this->auSubRegions();
|
$this->auSubRegions();
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
@ -115,7 +115,7 @@ class TaxModel
|
|||||||
|
|
||||||
$this->regions->EU->has_sales_above_threshold = false;
|
$this->regions->EU->has_sales_above_threshold = false;
|
||||||
$this->regions->EU->tax_all_subregions = false;
|
$this->regions->EU->tax_all_subregions = false;
|
||||||
$this->regions->EU->vat_threshold = 10000;
|
$this->regions->EU->tax_threshold = 10000;
|
||||||
$this->euSubRegions();
|
$this->euSubRegions();
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
|
@ -106,7 +106,7 @@ region:
|
|||||||
apply_tax: false
|
apply_tax: false
|
||||||
EU:
|
EU:
|
||||||
tax_all: false
|
tax_all: false
|
||||||
vat_threshold: 10000
|
tax_threshold: 10000
|
||||||
has_sales_above_threshold: false
|
has_sales_above_threshold: false
|
||||||
subregions:
|
subregions:
|
||||||
AT:
|
AT:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user