Home
last modified time | relevance | path

Searched refs:TaxGLCode (Results 1 – 13 of 13) sorted by relevance

/dports/finance/weberp/webERP/includes/
H A DDefineCartClass.php574 var $TaxGLCode; variable in Tax
581 $TaxGLCode){ argument
588 $this->TaxGLCode = $TaxGLCode;
595 $TaxGLCode) { argument
602 $TaxGLCode);
H A DDefineSuppTransClass.php567 Var $TaxGLCode; variable in Tax
575 $TaxGLCode){ argument
582 $this->TaxGLCode = $TaxGLCode;
590 $TaxGLCode){ argument
596 $TaxGLCode);
/dports/finance/weberp/webERP/sql/mysql/
H A Dupgrade2.8-2.9.sql5 ALTER TABLE TaxAuthorities ADD INDEX (TaxGLCode);
8 ALTER TABLE TaxAuthorities ADD FOREIGN KEY ( TaxGLCode ) REFERENCES ChartMaster( AccountCode );
/dports/finance/weberp/webERP/
H A DCredit_Invoice.php379 $TaxGLCodes[$Tax->TaxAuthID] = $Tax->TaxGLCode;
445 $TaxGLCodes[$FreightTaxLine->TaxAuthID] = $FreightTaxLine->TaxGLCode;
H A DSelectCreditItems.php748 $TaxGLCodes[$Tax->TaxAuthID] = $Tax->TaxGLCode;
813 $TaxGLCodes[$FreightTaxLine->TaxAuthID] = $FreightTaxLine->TaxGLCode;
H A DConfirmDispatch_Invoice.php445 $TaxGLCodes[$Tax->TaxAuthID] = $Tax->TaxGLCode;
577 $TaxGLCodes[$FreightTaxLine->TaxAuthID] = $FreightTaxLine->TaxGLCode;
H A DSupplierCredit.php1080 '" . $Tax->TaxGLCode . "',
H A DCounterReturns.php725 $TaxGLCodes[$Tax->TaxAuthID] = $Tax->TaxGLCode;
H A DSupplierInvoice.php1452 '" . $Tax->TaxGLCode . "',
H A DCounterSales.php822 $TaxGLCodes[$Tax->TaxAuthID] = $Tax->TaxGLCode;
/dports/finance/weberp/webERP/sql/mysql/country_sql/
H A Dweberpchina.sql4676 KEY `TaxGLCode` (`taxglcode`),
H A Ddefault.sql3283 KEY `TaxGLCode` (`taxglcode`),
H A Ddemo.sql3285 KEY `TaxGLCode` (`taxglcode`),