Void Event with MoneyOrder Line
In this section, the following examples are presented:
- Void Event with MoneyOrder Line in Conexxus Format
- Void Event with MoneyOrder 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>210</ReportSequenceNumber>
<PrimaryReportPeriod>RetailTransaction</PrimaryReportPeriod>
<SecondaryReportPeriod>2</SecondaryReportPeriod>
<BeginDate>2021-07-15T</BeginDate>
<BeginTime>05:22:16-04:00</BeginTime>
<EndDate>2021-07-15T</EndDate>
<EndTime>05:22:29-04:00</EndTime>
</JournalHeader>
<VoidEvent>
<EventSequenceID/>
<TrainingModeFlag/>
<CashierID>1</CashierID>
<RegisterID>102</RegisterID>
<TillID>1</TillID>
<OutsideSalesFlag/>
<TransactionID>1020140</TransactionID>
<EventStartDate>2021-07-15T</EventStartDate>
<EventStartTime>05:22:16-04:00</EventStartTime>
<EventEndDate>2021-07-15T</EventEndDate>
<EventEndTime>05:22:29-04:00</EventEndTime>
<BusinessDate>2021-07-15T00:00:00-04:00</BusinessDate>
<ReceiptDate/>
<ReceiptTime/>
<OfflineFlag/>
<SuspendFlag/>
<TransactionDetailGroup>
<TransactionLine>
<FeeLine>
<FeeID>10</FeeID>
<MerchandiseCode>2</MerchandiseCode>
<Description>MoneyOrderFee</Description>
<FeeAmount>0.0500</FeeAmount>
</FeeLine>
<MoneyOrderLine>
<MoneyOrderFeeCollected>0.1000</MoneyOrderFeeCollected>
<MoneyOrderFaceAmount>10.1000</MoneyOrderFaceAmount>
<MoneyOrderTypeIndicator>DrinksUp</MoneyOrderTypeIndicator>
</MoneyOrderLine>
</TransactionLine>
</TransactionDetailGroup>
<TransactionSummary>
<TransactionTotalGrossAmount>10.1000</TransactionTotalGrossAmount>
<TransactionTotalNetAmount>10.1000</TransactionTotalNetAmount>
<TransactionTotalTaxSalesAmount>0.0000</TransactionTotalTaxSalesAmount>
<TransactionTotalTaxNetAmount>0.0000</TransactionTotalTaxNetAmount>
<TransactionTotalGrandAmount>10.1000</TransactionTotalGrandAmount>
<TransactionTotalFeeNetAmount>0.1000</TransactionTotalFeeNetAmount>
</TransactionSummary>
</VoidEvent>
</JournalReport>
</NAXML-POSJournal>
To download the Void Event with the MoneyOrder Line in Conexxus Format file, click here.
<?xml version="1.0"?>
<trans type="void" recalled="false">
<trHeader>
<termMsgSN type="FINANCIAL" term="101">102140</termMsgSN>
<trTickNum>
<posNum>102</posNum>
<trSeq>1020140</trSeq>
</trTickNum>
<trUniqueSN>140</trUniqueSN>
<period level="0" seq="5" name="HOUR"/>
<period level="1" seq="326" name="Shift"/>
<period level="2" seq="210" name="Day"/>
<date>2021-07-15T05:22:16-04:00</date>
<duration>13</duration>
<till>1</till>
<cashier sysid="1" empNum="1" posNum="101" period="72" drawer="1">CORPORATE</cashier>
<storeNumber>BC234</storeNumber>
</trHeader>
<trValue>
<trTotNoTax>10.10</trTotNoTax>
<trTotWTax>10.10</trTotWTax>
<trTotTax>0.00</trTotTax>
<trTax/>
<trCurrTot locale="USD">10.10</trCurrTot>
<trSTotalizer>0</trSTotalizer>
<trGTotalizer>10.10</trGTotalizer>
</trValue>
<trLines>
<trLine type="moneyOrder">
<trlTaxes/>
<trlFee>
<trlFeeNum>10</trlFeeNum>
<trlFeeAmount>0.05</trlFeeAmount>
<trlFeeName>MoneyOrderFee</trlFeeName>
<trlFeeDepNum>2</trlFeeDepNum>
<trlFeeDepName>DrinksUp</trlFeeDepName>
<trlFeeCat number="0"/>
<trlFeeIdentifier/>
</trlFee>
<trlFlags>
<trlSpDisc/>
<trlMoneyOrder/>
</trlFlags>
<trlDept number="2" type="moneyOrder">DrinksUp</trlDept>
<trlNetwCode>400</trlNetwCode>
<trlQty>2</trlQty>
<trlSign>1.00</trlSign>
<trlUnitPrice>5.00</trlUnitPrice>
<trlLineTot>10.10</trlLineTot>
<trlDesc>DrinksUp</trlDesc>
</trLine>
</trLines>
</trans>
To download the Void Event with MoneyOrder Line in Verifone Format file, click here.