First Steps (An Introductory Example)
First Steps (An Introductory Example)
What follows is a short demonstration of the steps necessary to create a small decision table logic for the example of a VAT calculation.
This logic requires:
a dialog, which queries the user for the price before tax and displays the total price after tax
a decision table that calls the dialog
a decision table that performs the calculation
a parameter table that contains the necessary parameters
The order in which these elements are created is arbitrary, in principle. You should always choose the approach that you feel most comfortable with.
And one more tip: please take note of the links in the ePOS help that refer to more detailed explanations of the terminology and functions used. The help should therefore be kept open during the creation of this logic.
See also:
Introduction to decision tables
Basic structure of decision tables
Creating the logic structure (group and compound)