project QadFinancials > class BBankCharge > business logic query BankChargeCurrency


Parameters


iiBusinessRelationIdinteger


query condition


  each BankCharge where
BankCharge.BusinessRelation_ID = iiBusinessRelationId

      first Currency (inner-join) where
Currency.Currency_ID = BankCharge.Currency_ID AND


query resultset tqBankChargeCurrency


field namedata typedb fielddescription
tiBankCharge_IDintegerBankCharge.BankCharge_IDRecord ID
tlBankChargeIsTaxablelogicalBankCharge.BankChargeIsTaxableTaxable
tlBankChargeIsTaxIncludedlogicalBankCharge.BankChargeIsTaxIncludedTax Included
tcBankChargeTaxClasscharacterBankCharge.BankChargeTaxClassTax Class
tiBusinessRelation_IDintegerBankCharge.BusinessRelation_IDLink to BusinessRelation
tiCurrency_IDintegerBankCharge.Currency_IDLink to Currency
tcCurrencyCodecharacterCurrency.CurrencyCodeCurrency Code


Internal usage


QadFinancials
method BBankCharge.GetCurrencyByBusinessRelation
method BCDocument.CalculateBankChargeTax
method BCDocument.GetBankChargeValidandType