Suspended Sale Event with PLU Line
In this section, the following examples are presented:
- Suspended Sale and Suspended Network Sale Event with PLU Line in Conexxus Format
- Suspended Sale and Suspended Network Sale Event with PLU Line in Verifone Format
The examples below are taken from the testing environment with testing data. No association with any real company, product, event, or data is intended or should be inferred.
<?xml version="1.0"?>
<NAXML-POSJournal xmlns="http://www.naxml.org/POSBO/Vocabulary/2003-10-16" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="3.6" xsi:schemaLocation="http://www.naxml.org/POSBO/Vocabulary/2003-10-16 NAXML-POSJournal.xsd">
<TransmissionHeader>
<StoreLocationID>10015388</StoreLocationID>
<extension>
<countryCode>US</countryCode>
<currencyCode>USD</currencyCode>
</extension>
</TransmissionHeader>
<JournalReport>
<JournalHeader>
<ReportSequenceNumber>115</ReportSequenceNumber>
<PrimaryReportPeriod>RetailTransaction</PrimaryReportPeriod>
<SecondaryReportPeriod>2</SecondaryReportPeriod>
<BeginDate>2021-04-06T</BeginDate>
<BeginTime>16:55:58-07:00</BeginTime>
<EndDate>2021-04-06T</EndDate>
<EndTime>16:56:22-07:00</EndTime>
</JournalHeader>
<SaleEvent>
<EventSequenceID/>
<TrainingModeFlag/>
<CashierID>12</CashierID>
<RegisterID>102</RegisterID>
<TillID>1</TillID>
<OutsideSalesFlag/>
<TransactionID>1026688</TransactionID>
<EventStartDate>2021-04-06T</EventStartDate>
<EventStartTime>16:55:58-07:00</EventStartTime>
<EventEndDate>2021-04-06T</EventEndDate>
<EventEndTime>16:56:22-07:00</EventEndTime>
<BusinessDate>2021-04-06T00:00:00-07:00</BusinessDate>
<ReceiptDate/>
<ReceiptTime/>
<OfflineFlag/>
<SuspendFlag value="yes"/>
<TransactionDetailGroup>
<TransactionLine>
<ItemLine>
<ItemCode>
<POSCodeFormat format=""/>
<POSCode>00718122318421</POSCode>
<POSCodeModifier/>
</ItemCode>
<Description>Propane Exc</Description>
<MerchandiseCode>2215</MerchandiseCode>
<RegularSellPrice>21.9500</RegularSellPrice>
<SalesQuantity>1</SalesQuantity>
<SalesAmount>21.9500</SalesAmount>
</ItemLine>
<ItemTax>
<TaxLevelID>1</TaxLevelID>
<TaxableSalesAmount>21.9500</TaxableSalesAmount>
</ItemTax>
</TransactionLine>
<TransactionLine>
<TransactionTax>
<TaxLevelID>1</TaxLevelID>
<TaxRate>7</TaxRate>
<TaxReceiptDescription>Tax 1</TaxReceiptDescription>
<TaxableSalesAmount>21.9500</TaxableSalesAmount>
<TaxCollectedAmount>1.5400</TaxCollectedAmount>
<TaxForgivenSalesAmount>0.0000</TaxForgivenSalesAmount>
<TaxForgivenAmount>0.0000</TaxForgivenAmount>
</TransactionTax>
</TransactionLine>
</TransactionDetailGroup>
<TransactionSummary>
<TransactionTotalGrossAmount>21.9500</TransactionTotalGrossAmount>
<TransactionTotalNetAmount>21.9500</TransactionTotalNetAmount>
<TransactionTotalTaxSalesAmount>1.5400</TransactionTotalTaxSalesAmount>
<TransactionTotalTaxNetAmount>1.5400</TransactionTotalTaxNetAmount>
<TransactionTotalGrandAmount>23.4900</TransactionTotalGrandAmount>
</TransactionSummary>
</SaleEvent>
</JournalReport>
</NAXML-POSJournal>
To download the Suspended Sale Event with PLU Line in Conexxus Format XML file, click here.
<?xml version="1.0"?>
<trans type="sale" suspended="true" recalled="false">
<trHeader>
<termMsgSN type="FINANCIAL" term="103">10326686</termMsgSN>
<trTickNum>
<posNum>103</posNum>
<trSeq>1036688</trSeq>
</trTickNum>
<trUniqueSN>130634</trUniqueSN>
<period level="0" seq="16" name="HOUR"/>
<period level="1" seq="118" name="Shift"/>
<period level="2" seq="115" name="Day"/>
<date>2021-04-06T16:55:58-07:00</date>
<duration>24</duration>
<till>1</till>
<cashier sysid="12" empNum="12" posNum="103" period="58" drawer="1">MARTIN</cashier>
<storeNumber>1</storeNumber>
</trHeader>
<trValue>
<trTotNoTax>21.95</trTotNoTax>
<trTotWTax>23.49</trTotWTax>
<trTotTax>1.54</trTotTax>
<trTax>
<taxAmts>
<taxAmt sysid="1" cat="Tax 1">21.95</taxAmt>
<taxRate sysid="1" cat="Tax 1">7.000</taxRate>
<taxNet sysid="1" cat="Tax 1">1.54</taxNet>
<taxAttribute sysid="1" cat="Tax 1">0</taxAttribute>
</taxAmts>
</trTax>
<trCurrTot locale="USD">23.49</trCurrTot>
<trSTotalizer>0</trSTotalizer>
<trGTotalizer>0.00</trGTotalizer>
</trValue>
<trLines>
<trLine type="plu">
<trlTaxes>
<trlTax sysid="1" cat="Tax 1" reverse="0">21.95</trlTax>
<trlRate sysid="1" cat="Tax 1">7.000</trlRate>
</trlTaxes>
<trlFlags>
<trlPLU/>
<trlUpdPluCust/>
<trlUpdDepCust/>
<trlCatCust/>
</trlFlags>
<trlDept number="2215" type="norm">Propane Exchanges</trlDept>
<trlNetwCode>400</trlNetwCode>
<trlQty>1</trlQty>
<trlSign>1.00</trlSign>
<trlSellUnit>1.000</trlSellUnit>
<trlUnitPrice>21.95</trlUnitPrice>
<trlLineTot>21.95</trlLineTot>
<trlDesc>Lava Propane Exc</trlDesc>
<trlUPC>00718122318421</trlUPC>
<trlModifier>000</trlModifier>
<trlUPCEntry type="key"/>
</trLine>
</trLines>
</trans>
To download the Suspended Sale Event with PLU Line in Verifone Format XML file, click here.