Sale Event with dept Line
In this section, the following examples are presented:
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>211</ReportSequenceNumber>
<PrimaryReportPeriod>RetailTransaction</PrimaryReportPeriod>
<SecondaryReportPeriod>2</SecondaryReportPeriod>
<BeginDate>2021-07-03T</BeginDate>
<BeginTime>16:13:40-07:00</BeginTime>
<EndDate>2021-07-03T</EndDate>
<EndTime>16:14:43-07:00</EndTime>
</JournalHeader>
<SaleEvent>
<EventSequenceID/>
<TrainingModeFlag/>
<CashierID>3</CashierID>
<RegisterID>102</RegisterID>
<TillID>1</TillID>
<OutsideSalesFlag/>
<TransactionID>1026294</TransactionID>
<EventStartDate>2021-07-03T</EventStartDate>
<EventStartTime>16:13:40-07:00</EventStartTime>
<EventEndDate>2021-07-03T</EventEndDate>
<EventEndTime>16:14:43-07:00</EventEndTime>
<BusinessDate>2021-07-03T00:00:00-07:00</BusinessDate>
<ReceiptDate/>
<ReceiptTime/>
<OfflineFlag/>
<SuspendFlag/>
<TransactionDetailGroup>
<TransactionLine>
<MerchandiseCodeLine>
<MerchandiseCode>2701</MerchandiseCode>
<Description>Online Lottery Net S</Description>
<RegularSellPrice>15.0000</RegularSellPrice>
<SalesQuantity>1</SalesQuantity>
<SalesAmount>15.0000</SalesAmount>
</MerchandiseCodeLine>
</TransactionLine>
<TransactionLine status="void">
<MerchandiseCodeLine>
<MerchandiseCode>2701</MerchandiseCode>
<Description>Online Lottery Net S</Description>
<RegularSellPrice>15.0000</RegularSellPrice>
<SalesQuantity>1</SalesQuantity>
<SalesAmount>-15.0000</SalesAmount>
</MerchandiseCodeLine>
</TransactionLine>
<TransactionLine>
<MerchandiseCodeLine>
<MerchandiseCode>2701</MerchandiseCode>
<Description>Online Lottery Net S</Description>
<RegularSellPrice>15.0000</RegularSellPrice>
<SalesQuantity>1</SalesQuantity>
<SalesAmount>15.0000</SalesAmount>
</MerchandiseCodeLine>
</TransactionLine>
<TransactionLine>
<TenderInfo>
<Tender>
<TenderCode>CASH</TenderCode>
<TenderSubCode>1</TenderSubCode>
</Tender>
<TenderAmount>15.0000</TenderAmount>
<ChangeFlag/>
</TenderInfo>
</TransactionLine>
</TransactionDetailGroup>
<TransactionSummary>
<TransactionTotalGrossAmount>15.0000</TransactionTotalGrossAmount>
<TransactionTotalNetAmount>15.0000</TransactionTotalNetAmount>
<TransactionTotalTaxSalesAmount>0.0000</TransactionTotalTaxSalesAmount>
<TransactionTotalTaxNetAmount>0.0000</TransactionTotalTaxNetAmount>
<TransactionTotalGrandAmount>15.0000</TransactionTotalGrandAmount>
</TransactionSummary>
</SaleEvent>
</JournalReport>
</NAXML-POSJournal>
To download the Sale Event with dept Line in Conexxus Format XML file, click here.
<?xml version="1.0"?>
<trans type="sale" recalled="false">
<trHeader>
<termMsgSN type="FINANCIAL" term="102">10236291</termMsgSN>
<trTickNum>
<posNum>102</posNum>
<trSeq>1026294</trSeq>
</trTickNum>
<trUniqueSN>179233</trUniqueSN>
<period level="0" seq="16" name="HOUR"/>
<period level="1" seq="223" name="Shift"/>
<period level="2" seq="211" name="Day"/>
<date>2021-07-03T16:13:40-07:00</date>
<duration>63</duration>
<till>1</till>
<cashier sysid="3" empNum="3" posNum="102" period="64" drawer="1">PETER</cashier>
<storeNumber>1</storeNumber>
</trHeader>
<trValue>
<trTotNoTax>15.00</trTotNoTax>
<trTotWTax>15.00</trTotWTax>
<trTotTax>0.00</trTotTax>
<trTax/>
<trCurrTot locale="USD">15.00</trCurrTot>
<trSTotalizer>15.00</trSTotalizer>
<trGTotalizer>45.00</trGTotalizer>
</trValue>
<trLines>
<trLine type="dept">
<trlTaxes/>
<trlFlags>
<trlUpdDepCust/>
<trlNetVoid/>
<trlCatCust/>
</trlFlags>
<trlDept number="2701" type="norm">Online Lottery Net S</trlDept>
<trlNetwCode>400</trlNetwCode>
<trlQty>1</trlQty>
<trlSign>1.00</trlSign>
<trlUnitPrice>15.00</trlUnitPrice>
<trlLineTot>15.00</trlLineTot>
<trlDesc>Online Lottery Net S</trlDesc>
</trLine>
<trLine type="void dept">
<trlTaxes/>
<trlFlags>
<trlNetVoid/>
</trlFlags>
<trlDept number="2701" type="norm">Online Lottery Net S</trlDept>
<trlNetwCode>400</trlNetwCode>
<trlQty>1</trlQty>
<trlSign>-1.00</trlSign>
<trlVoidLineIx>1</trlVoidLineIx>
<trlUnitPrice>15.00</trlUnitPrice>
<trlLineTot>-15.00</trlLineTot>
<trlDesc>Online Lottery Net S</trlDesc>
</trLine>
<trLine type="dept">
<trlTaxes/>
<trlFlags/>
<trlDept number="2701" type="norm">Online Lottery Net S</trlDept>
<trlNetwCode>400</trlNetwCode>
<trlQty>1</trlQty>
<trlSign>1.00</trlSign>
<trlUnitPrice>15.00</trlUnitPrice>
<trlLineTot>15.00</trlLineTot>
<trlDesc>Online Lottery Net S</trlDesc>
</trLine>
</trLines>
<trPaylines>
<trPayline type="sale" sysid="1" locale="US DOLLAR">
<trpPaycode mop="1" cat="0" nacstendercode="generic" nacstendersubcode="generic">CASH</trpPaycode>
<trpAmt>15.00</trpAmt>
</trPayline>
</trPaylines>
</trans>
To download the Sale Event with dept Line in Verifone Format XML file, click here.