Skip to main content

Sample Order States

The Sample Order States include the following:

Sample Order State: New

 <?xml version="1.0"?>
 <!DOCTYPE POSOutput >
 <POSOutput vendor="SICOM" model="SL" version="1.0" terminal="0" 
POSVersion="3.02d" employee_badge="101" insert="2" >
 <Order number="16" line_items="0" state="New" order_time="1271445475" 
waste="no" overring="no" destination="1">
 <ItemBuild>
 <ProductDetail>
 <Product name="BURGER " long_name="" category="3" price="100" qualifiers="0" 
qty="1" plu="20500" extended_price="100">
 </Product>
 </ProductDetail>
 </ItemBuild>
 <Subtotal value="0"/>
 <Taxes>
 </Taxes>
 <Total value="0"/>
 </Order>
 </POSOutput>

Example of New Order Screen

OCU_Sample_Order_State_New.png

Sample Order State: ValueMeal

<?xml version="1.0"?>
 <!DOCTYPE POSOutput >
 <POSOutput vendor="SICOM" model="SL" version="1.0" terminal="0" 
POSVersion="3.02d" employee_badge="101" insert="2" >
 <Order number="15" line_items="2" state="InProgress" order_time="1271444029" 
waste="no" overring="no" destination="1">
<MainOrder>
 <ProductDetail>
 <Product name="BURGER " long_name="" category="3" price="100" qualifiers="0" 
qty="1" plu="20500" extended_price="100">
 </Product>
 <ValueMeal name="KIDS MEAL BRG" long_name="" category="81" price="279" 
line_items="4" qty="1" plu="3001000" extended_price="279">
 <Product name="BURGER " long_name="" category="3" price="0" qualifiers="0" 
qty="1" plu="20500" extended_price="0">
 </Product>
 <Product name="KD FRY " long_name="" category="8" price="0" qualifiers="0" 
qty="1" plu="50010" extended_price="0">
 </Product>
 <Product name="KD COKE " long_name="KIDS COKE" category="9" price="0" 
qualifiers="0" qty="1" plu="80099" extended_price="0">
 </Product>
 <Product name="MEAL TOY - BO" long_name="" category="60" price="0" 
qualifiers="0" qty="1" plu="7019300" extended_price="0">
 </Product>
 </ValueMeal>
 </ProductDetail>
 </MainOrder>
 <Subtotal value="379"/>
 <Taxes>
 <Tax name="TAX " value="23"/>
 </Taxes>
 <Total value="402"/>
 </Order>
 </POSOutput>

Example of ValueMeal Screen

OCU_Sample_Order_State_ValueMeal.png

Sample Order State: Qualifier

 <?xml version="1.0"?>
 <!DOCTYPE POSOutput >
 <POSOutput vendor="SICOM" model="SL" version="1.0" terminal="0" 
POSVersion="3.02d" employee_badge="101" insert="2" >
 <Order number="11" line_items="1" state="InProgress" order_time="1271443374" 
waste="no" overring="no" destination="1">
 <MainOrder>
 <ProductDetail>
 <Product name="BURGER " long_name="" category="3" price="100" qualifiers="1" 
qty="1" plu="20500" extended_price="100">
 <Qualifier name=" no onion " long_name="" category="21" price="0" qty="1" 
plu="9010100" extended_price="0"/>
 </Product>
 </ProductDetail>
 </MainOrder>
 <ItemBuild>
 <ProductDetail>
 <Product name="CHS BURGER " long_name="" category="3" price="100" 
qualifiers="0" qty="1" plu="20600" extended_price="100">
 </Product>
 </ProductDetail>
 </ItemBuild>
 <Subtotal value="100"/>
 <Taxes>
 <Tax name="TAX " value="6"/>
 </Taxes>
 <Total value="106"/>
 </Order>
 </POSOutput>

Example of Qualifier Screen

OCU_Sample_Order_State_Qualifier.png

Sample Order State: OrderDiscount

<?xml version="1.0"?>
 <!DOCTYPE POSOutput >
 <POSOutput vendor="SICOM" model="SL" version="1.0" terminal="0" 
POSVersion="3.02d" employee_badge="101" insert="2" >
 <Order number="12" line_items="2" state="InProgress" order_time="1271443555" 
waste="no" overring="no" destination="1">
 <MainOrder>
 <ProductDetail>
 <Product name="BURGER " long_name="" category="3" price="100" qualifiers="0" 
qty="3" plu="20500" extended_price="300">
 </Product>
 <Product name="CHS BURGER " long_name="" category="3" price="100" 
qualifiers="0" qty="2" plu="20600" extended_price="200">
 </Product>
 </ProductDetail>
 </MainOrder>
 <OrderDiscounts>
 <OrderDiscount name="10%% BUSINESS " long_name="" category="81" 
extended_price="-50" qty="1"/>
 </OrderDiscounts>
 <Subtotal value="450"/>
 <Taxes>
 <Tax name="TAX " value="27"/>
 </Taxes>
 <Total value="477"/>
 </Order>
 </POSOutput>

Example of OrderDiscount Screen

OCU_Sample_Order_State_OrderDiscount.png

Sample Order State: DTStore (or Paid)

 <?xml version="1.0"?>
 <!DOCTYPE POSOutput >
 <POSOutput vendor="SICOM" model="SL" version="1.0" terminal="0" 
POSVersion="3.02d" employee_badge="101" insert="2" >
 <Order number="14" line_items="1" state="DTStore" order_time="1271443874" 
waste="no" overring="no" destination="1">
 <MainOrder>
 <ProductDetail>
 <Product name="BURGER " long_name="" category="3" price="100" qualifiers="0" 
qty="5" plu="20500" extended_price="500">
 </Product>
 </ProductDetail>
 </MainOrder>
 <Subtotal value="500"/>
 <Taxes>
 <Tax name="TAX " value="30"/>
 </Taxes>
 <Payments>
 <Payment name="CASH " long_name="" value="600"/>
 </Payments>
 <Change value="70"/>
 <Total value="530"/>
 </Order>
 </POSOutput>

Example of Paid Screen

OCU_Sample_Order_State_Paid.png