Copy of Snippet "PO Lines"

Balt PO

{formtext: name=LineNum1; default=1; cols=2} | {formtext: name=Qty1; cols=5} | {formtext: name=UOM1; default=EA; cols=3} | {formtext: name=Part No1; cols=10}| {formtext: name=Rev1; cols=3} | {formtext: name=Description1; cols=20} | ${formtext: name=Unit Price1; default=; cols=8} | | {=`unit price1`* qty1; format=$,.2f}
{formtext: name=LineNum2; default=2; cols=2} | {formtext: name=Qty2; cols=5} | {formtext: name=UOM2; default=EA; cols=3} | {formtext: name=Part No2; cols=10} | {formtext: name=Rev2; cols=3} | {formtext: name=Description2; cols=20} | ${formtext: name=Unit Price2; default=; cols=8} | | {=`unit price2`* qty2; format=$,.2f}
{formtext: name=LineNum3; default=3; cols=2} | {formtext: name=Qty3; cols=5} | {formtext: name=UOM3; default=EA; cols=3} | {formtext: name=Part No3; cols=10} | {formtext: name=Rev3; cols=3} | {formtext: name=Description3; cols=20} | ${formtext: name=Unit Price3; default=; cols=8} | | {=`unit price3`* qty3; format=$,.2f}
{formtext: name=LineNum4; default=4; cols=2} | {formtext: name=Qty4; cols=5} | {formtext: name=UOM4; default=EA; cols=3} | {formtext: name=Part No4; cols=10} | {formtext: name=Rev4; cols=3} | {formtext: name=Description4; cols=20} | ${formtext: name=Unit Price4; default=; cols=8} | | {=`unit price4`* qty4; format=$,.2f}
{formtext: name=LineNum5; default=5; cols=2} | {formtext: name=Qty5; cols=5} | {formtext: name=UOM5; default=EA; cols=3} | {formtext: name=Part No5; cols=10} | {formtext: name=Rev5; cols=3} | {formtext: name=Description5; cols=20} |${formtext: name=Unit Price5; default=; cols=8} | | {=`unit price5`* qty5; format=$,.2f}

Total {=`unit price1`*qty1+`unit price2`*qty2+`unit price3`*qty3+`unit price4`*qty4+`unit price5`*qty5; format=$,.2f}

1 Like