Menu

unicenta

Sam
2018-01-30
2018-01-31
  • Sam

    Sam - 2018-01-30

    Hey guys ,
    I need the order as sorted the items while printing as below:
    Order items needs to be sorted as below
    Top of the page
    All Starters Then
    Main Meal
    Then-side orders
    Then-drinks in unicenta

     
  • chris J.

    chris J. - 2018-01-30

    This goes through the barcode.
    I used this as a plu code.
    and sorted my order forms on plu code

    I need to figure out how I did exactly

    chris j

     
  • Sam

    Sam - 2018-01-31

    Chris J,

    can you figure out that and describe me about these things?

    Sudan Thapa

     

    Last edit: Sam 2018-01-31
  • Mitsh

    Mitsh - 2018-01-31

    I don't have a ready to use solution for this. But I can tell you how can implement this if you know how to code.

    You will have to create properties for each product like

    <?xml version="1.0" encoding="UTF-8" standalone="no"?> 
    <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">  
    <properties> 
    <entry key=”kitchencategory”>Starters</entry>
    <entry key="sendstatus">No</entry>
    </properties>
    

    and make changes to your Printer.Ticket script similar to attached script. We have implement this for Kitchen Printing.

     

    Last edit: Mitsh 2018-01-31
  • Sam

    Sam - 2018-01-31

    Mithil Shah,

    i have performed all the task but it won't gave me positive response.

    Sudan

     

    Last edit: Sam 2018-01-31

Log in to post a comment.

MongoDB Logo MongoDB