mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-12 04:14:37 -04:00
Tests for taxes
This commit is contained in:
parent
c9fab675c8
commit
08940bdaa9
@ -32,9 +32,9 @@ class SumTaxTest extends TestCase
|
|||||||
"geoCounty" => "RIVERSIDE",
|
"geoCounty" => "RIVERSIDE",
|
||||||
"geoState" => "CA",
|
"geoState" => "CA",
|
||||||
"taxSales" => 0.0875,
|
"taxSales" => 0.0875,
|
||||||
"taxUse" => 0.0875,
|
"taxUse" => 0.0875, // tax amount where destination does not charge sales tax, but origin does
|
||||||
"txbService" => "N",
|
"txbService" => "N", // whether services are taxed in this locale
|
||||||
"txbFreight" => "N",
|
"txbFreight" => "N", // whether freight is taxes in this locale
|
||||||
"stateSalesTax" => 0.06,
|
"stateSalesTax" => 0.06,
|
||||||
"stateUseTax" => 0.06,
|
"stateUseTax" => 0.06,
|
||||||
"citySalesTax" => 0.01,
|
"citySalesTax" => 0.01,
|
||||||
@ -59,8 +59,8 @@ class SumTaxTest extends TestCase
|
|||||||
"district4UseTax" => 0.01,
|
"district4UseTax" => 0.01,
|
||||||
"district5Code" => "",
|
"district5Code" => "",
|
||||||
"district5SalesTax" => 0,
|
"district5SalesTax" => 0,
|
||||||
"district5UseTax" => 0,
|
"district5UseTax" => 0, //district1-5 portion of the district tax
|
||||||
"originDestination" => "D",
|
"originDestination" => "D", //location where this is taxed origin/destination/null
|
||||||
],
|
],
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user