Printer.Ticket.Logo You can change Printer.Inventory template in the Resources panel Inventory Record Date : ${inventoryrecord.printDate()} Reason : ${inventoryrecord.printReason()} User : ${inventoryrecord.printUser()} Location : ${inventoryrecord.printLocation()} Supplier : ${inventoryrecord.printSupplier()} Document : ${inventoryrecord.printSupplierDoc()} #if ($inventoryrecord.isInput()) In #else Out #end Item Price Qty Value ------------------------------------------ #foreach ($inventoryline in $inventoryrecord.getLines()) ${inventoryline.printName()} ${inventoryline.printPrice()} x${inventoryline.printMultiply()} ${inventoryline.printSubValue()} #if ($inventoryline.productAttSetInstId) ${inventoryline.productAttSetInstDesc} #end #end ------------------------------------------ Totals : ${inventoryrecord.printTotalArticles()} ${inventoryrecord.printSubTotal()} Please keep this ticket