I sell wine. Wine taxation consists, normally, of (a) duty - a fixed amount per bottle - and (b) VAT.
Every time the duty rate changes it involves having to manually reprice every product, which is a long and tedious process.
It occurred to me that we might be able to use components to semi-automate this.
So each product would consist of (1) a base price, and (2) a duty amount. There would be probably 6 duty amounts - they might vary because of bottle size, wine type (sparkling has higher rates), and origin (a surcharge applies to duty charged on wines originating from outside the EU).
Each product would use one of these 6 duty "components".
All the stuff in the UG talks about components being used to offer users product options - but of course there are no user options here - they don't get to choose whether or not they pay the duty or which rate is charged for a given product. The advantage for me is simply that I have to change 6 values instead of several hundred.
I don't want this use of components to be in any way visible to the users - all they see, whether on screen or on their invoice, is a product which costs a certain amount of money, which is (base price+duty)x(1+VAT%).
To compound matters further, I'd like to be able to offer mixed cases which are made up of other products as components of the mixed case. Each product in the mixed case would itself be made up of a base product plus the duty "component". So we would need Actinic to support multiple-levels of components.
Is all this possible? Any comments/ideas? Has anyone done anything similar?
Nick
Every time the duty rate changes it involves having to manually reprice every product, which is a long and tedious process.
It occurred to me that we might be able to use components to semi-automate this.
So each product would consist of (1) a base price, and (2) a duty amount. There would be probably 6 duty amounts - they might vary because of bottle size, wine type (sparkling has higher rates), and origin (a surcharge applies to duty charged on wines originating from outside the EU).
Each product would use one of these 6 duty "components".
All the stuff in the UG talks about components being used to offer users product options - but of course there are no user options here - they don't get to choose whether or not they pay the duty or which rate is charged for a given product. The advantage for me is simply that I have to change 6 values instead of several hundred.
I don't want this use of components to be in any way visible to the users - all they see, whether on screen or on their invoice, is a product which costs a certain amount of money, which is (base price+duty)x(1+VAT%).
To compound matters further, I'd like to be able to offer mixed cases which are made up of other products as components of the mixed case. Each product in the mixed case would itself be made up of a base product plus the duty "component". So we would need Actinic to support multiple-levels of components.
Is all this possible? Any comments/ideas? Has anyone done anything similar?
Nick
Comment