=== Revenue Header and associated capability ===
==== Revenue Header CCL changes ====
This engine allows for the previously conceived "Campaign Accounts" module to be implemented. Within the CCL are a number of fields to allow for an amount to be logged.
* strCCL_[i]_Amount_Price decimal (9,4)
* strCCL_[i]_Amount_VAT decimal (9,4)
* strCCL_[i]_Amount_Total decimal (9,4)
5 new fields are being added to every CCL
* strCCL_[i]_Amount_VATPC text
* strCCL_[i]_Amount_Cost decimal (9,4)
* strCCL_[i]_Amount_NetMargin decimal (9,4)
* strCCL_[i]_Amount_GrossMargin decimal (9,4)
* strCCL_[i]_Amount_CurrencyPrice varchar(3)
* strCCL_[i]_Amount_CurrencyCost varchar(3)