Menampilkan total Amount di template Item Transfer
Menampilkan total Amount di template Item Transfer
Menampilkan total amount di template item transfer, caranya adalah
- Ke menu setup | form template
2. Klik nama template | klik Design as frf
3. Klik file | data dictionary
4. Klik invoice amount | new variable | masukkan Amout di new variable | checklist Expression | Expressionnya isi [[Quantity]*[Unit Price]] | klik ok.
5. Klik file | data dictionary kembali | klik new variable | masukkan TotalAmount | Expressionnya isi 0 | klik ok.
6. Klik close | yes.
7. Klik tab detail | checklist unit price di screen dan print
8. Klik designer | klik kolom variable item description dan tambahkan:
if FinalPass then
begin
TotalAmount := TotalAmount + Amount;
end;
9. Klik checklist | insert rectangle object | letakkan dibagian footer | insert expression | variable | invoice item | klik TotalAmount 2 kali | ok | ok | checklist.
10. Klik close | yes.
Leave a Reply
Want to join the discussion?Feel free to contribute!