Product properties can be used for choosing barcode label format, marking item for the kitchen, setting special offers, etc.,
Additional data about a product can be stored in product properties. Product properties can be set under Stock>Products>Properties Tab > XML.
Product property for setting destination Kitchen and Send Status:
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd"> <properties> <entry key="kotnum">KOT4</entry> <entry key="sendstatus">No</entry> </properties>
Product property for setting label format:
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd"> <properties> <entry key="label">Printer.LabelSmall</entry> </properties>
Leave a Reply