Requires: Moneyworks v8
This Moneyworks script allows you to record and use a set of prices for each product or a group of products for each of your customers or a group of customers. Prices can include price breaks for different quantities.
If you change the product or name code of an item, the special pricing information will be lost. You will have to re-enter the information for any customer/item combinations that are affected.
This script uses Moneyworks' user2 table to store information
Field | Data stored |
---|---|
Key | concatenated Name SequenceNumber/Name group Code plus product SequenceNumber/product group code |
Text1 | Name Code/Name group Code |
Text2 | Product Code/Product group Code |
Text | The special price(s) of the item along with the price breaks in a string with this format: special_price; pricebreak1-specialprice1; pricebreak2-specialprice2; pricebreak3-specialprice3; pricebreak4-specialprice4; |
float3 | discount |
Date1 | The expiry date of the price. Set to 1/1/2040 if you don't want the item to expire |