calculated memo line
1- if i have invoice as
item qty unit price total line
x 10 20 200
y 8 5 40
2- i want to add a memo line which calculate value automatically by formula
(200+40)*(5/100) = 12
3- if memo line don't support this option how i make this ?