trait CRM_Financial_Form_SalesTaxTrait

Methods

assignSalesTaxTermToTemplate()

Assign the sales tax term to the template.

assignSalesTaxRates()

Assign sales tax rates to the template.

string
getSalesTaxTerm()

Return the string to be assigned to the template for sales tax - e.g GST, VAT.

assignSalesTaxMetadataToTemplate()

Assign information to the template required for sales tax purposes.

array
getTaxRatesForFinancialTypes()

Get sales tax rates.

string
getTaxRateForFinancialType(int $financialTypeID)

No description

Details

at line 38
assignSalesTaxTermToTemplate()

Assign the sales tax term to the template.

at line 45
assignSalesTaxRates()

Assign sales tax rates to the template.

at line 54
string getSalesTaxTerm()

Return the string to be assigned to the template for sales tax - e.g GST, VAT.

Return Value

string

at line 66
assignSalesTaxMetadataToTemplate()

Assign information to the template required for sales tax purposes.

at line 76
array getTaxRatesForFinancialTypes()

Get sales tax rates.

Return Value

array

at line 85
string getTaxRateForFinancialType(int $financialTypeID)

Parameters

int $financialTypeID

Return Value

string