Changes

Form - Revenue Engine

2,033 bytes added, 20:27, 27 August 2017
no edit summary
=== Product Field ===
 
 
This field is where the system chan find the different types of items sold. The premise here is that there is a field which contains a closed question type field listing the product sold.
 
 
If the form is a till then the field will not serve much value. If the form is used for Membership, this field would be the membership type.
 
 
 
=== Products Value ===
 
 
This field will contain one of two things. If the contents are a field name, e.g. strCDA_X_field_Y_Z the system will use this field to create a list of the products. Otherwise it will contain a list of comma separated products. These values will be matched against the Product Field.
 
 
 
=== Price Values ===
 
 
This field needs to be a perfect match for the Products Value field. If there are 10 values in the Products Value field, there needs to be 10 prices in the Price Values field.
 
 
Similar to the Products Value field you can use a field name or comma separated values.
 
 
The amount of values must match or the engine won't process.
 
 
 
=== VAT Values ===
 
 
This field is a smart field. It needs the same amount of values as products and prices. If there is a % value in the string, then it will be calculated. If not it will be treated as a set amount.
 
 
If it is a field name then the field will be loaded instead.
 
 
The amount of values must match or the engine won't process.
 
 
 
=== Cost Values ===
 
 
So working out the cost of the activity is either a
* single value (0 is a very easy way of saying... nope, don't want to work out costs)
* field name (the field will read the values from that field)
* comma separated values ( must match the products, vales, etc. )
 
 
 
=== Cost Currency Values and Price Currency Values ===
 
 
Like Cost values the codes here are three letter representative codes for currencies:
* single value (EUR is a very easy way of saying... nope, don't want to work out currencies they're all EURO)
* field name (the field will read the values from that field)
* comma separated values ( must match the products, vales, etc. )
7,528
edits