I am trying to get the suggested tip on my guest checks using the @trailer on the bottom of the checks in RVC Descriptors. I have the below trailer.isl saved in the 9700/etc folder. What other setup steps am I missing?
// Just numbers to help align 12345678901234567890123456789012
format t1 as " For your convenience we are "
format t2 as " providing the following "
format t3 as " gratuity calculations: "
format t4 as " 15% is $",0.16 * (@ttldue - @dsc)
format t5 as " 18% is $",0.18 * (@ttldue - @dsc)
format t6 as " 20% is $",0.20 * (@ttldue - @dsc)
@trailer[1] = " "
@trailer[2] = t1
@trailer[3] = t2
@trailer[4] = t3
@trailer[5] = " "
@trailer[6] = t4
@trailer[7] = t5
// Just numbers to help align 12345678901234567890123456789012
format t1 as " For your convenience we are "
format t2 as " providing the following "
format t3 as " gratuity calculations: "
format t4 as " 15% is $",0.16 * (@ttldue - @dsc)
format t5 as " 18% is $",0.18 * (@ttldue - @dsc)
format t6 as " 20% is $",0.20 * (@ttldue - @dsc)
@trailer[1] = " "
@trailer[2] = t1
@trailer[3] = t2
@trailer[4] = t3
@trailer[5] = " "
@trailer[6] = t4
@trailer[7] = t5