top of page

Adding Product Comment to Invoice

Writer: EH LimEH Lim

In MoneyWorks accounting software, you can add the specification or the content of the product under the Comment field of the item profile.

If you like to add this “comment” in the invoice template, you may customize the “Description” column of the invoice template and add a Lookup() function after the Description code:

Lookup (Detail.StockCode, “Product.Comment”)

The Calculation box of the Description column will be as:

if(Detail.StockCode = “*@”, “\n”, “”) + Detail.Description + “\n” + lookup (Detail.StockCode, “Product.Comment”)

 
 
 
Contact MoneyWorks

Visit

33 Ubi Avenue 3 #07-50 VERTEX (Tower A) Singapore 408868 

Contact us

Call

T: +65 6634 6065

F: +65 6337 2616

Contact us
  • Facebook
Copyright

© 2023 by

LedgerWorks Pte Ltd

Proudly made by Wix.com

bottom of page