industry taxes testing

This commit is contained in:
2019-01-05 19:52:59 -06:00
parent 51d45c4d08
commit 9501cf563f

View File

@@ -8,14 +8,15 @@
namespace App\Library\Finances;
use DB;
use App\Library\Esi;
use App\Library\Esi\Esi;
use App\Models\Finances\StructureIndustryTaxJournal;
class StructureIndustryTax {
public function InsertStructureIndustryTax($journal, $corpId, $division) {
//Create the ESI Helper class
$esiHelper = new Esi;
//Check to see if we can find the entry in the database already.
//If we don't then add it to the database