We have requirement in Invoice Smartform in which we need to display the subtotal of tax amount in the table footer.
For Example below is the sample data
Material MRP Qty TAX% Tax Amount
a X 2 5 100
x Y 3 4 200
p Z 5 2 300
q X1 4 5 200
r Y1 4 2 200
---------------------------------------------------------------------------------------------------------
TAX2 500
TAX4 200
TAX5 300
---------------------------------------------------------------------------------------------------------
How should I handle this do I need to code the logic I smart form or Driver program.
Do I need to use a separate Table for footer in Smart form or can I define a footer type in the Item table?
Please suggest the approach.
Regards,
Tausif
Edited by: Tausif Akram on May 7, 2010 3:04 PM