project QadFinancials > class BReportingJournalReport > business logic query TaxRegisterByCompany


Parameters


icTaxRegCodecharacter
iiCompanyIdinteger


query condition


  each TaxReg where
TaxReg.TaxRegCode = icTaxRegCode

      each TaxRegCompany (inner-join) where
TaxRegCompany.Company_Id = iiCompanyId AND
TaxRegCompany.TaxReg_ID = TaxReg.TaxReg_ID AND

          first Company (inner-join) where
Company.Company_Id = iiCompanyId AND
Company.Company_ID = TaxRegCompany.Company_ID AND


query resultset tqTaxRegisterByCompany


field namedata typedb fielddescription
tcCompanyCodecharacterCompany.CompanyCodeEntity Code
tcTaxRegCodecharacterTaxReg.TaxRegCodeTax Register Code


Internal usage


QadFinancials
method BReportingJournalReport.ReportingJournalExceptReport