<xs:complexType name="StockTransactionRowsFilter" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element minOccurs="1" maxOccurs="1" name="StoreId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="StockTransactionId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="StockTransactionRowId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="ProductId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="CashRegisterGroupId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="VatId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="SaleTypeId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="StockTransactionJournalId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="StockAdjustmentId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="CashSaleRowId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="InvoiceSaleRowId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="ReceivedProductRowId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="ReturnOfGoodsRowId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="ReceiptId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="CashSaleId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="InvoiceSaleId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="InvoiceId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="ReceivedProductId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="ReturnOfGoodsId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="CashDeclarationId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="DateFrom" nillable="true" type="xs:dateTime" />
<xs:element minOccurs="1" maxOccurs="1" name="DateTo" nillable="true" type="xs:dateTime" />
<xs:element minOccurs="1" maxOccurs="1" name="JournalizedOnly" type="tns:BooleanFilter" />
<xs:element minOccurs="1" maxOccurs="1" name="IncludeStockAdjustment" nillable="true" type="xs:boolean" />
<xs:element minOccurs="1" maxOccurs="1" name="IncludeInventory" nillable="true" type="xs:boolean" />
<xs:element minOccurs="1" maxOccurs="1" name="IncludeStockZero" nillable="true" type="xs:boolean" />
<xs:element minOccurs="1" maxOccurs="1" name="IncludeReceivedProducts" nillable="true" type="xs:boolean" />
<xs:element minOccurs="1" maxOccurs="1" name="IncludeSupplierReturns" nillable="true" type="xs:boolean" />
<xs:element minOccurs="1" maxOccurs="1" name="IncludeCashSale" nillable="true" type="xs:boolean" />
<xs:element minOccurs="1" maxOccurs="1" name="IncludeInvoiceSale" nillable="true" type="xs:boolean" />
<xs:element minOccurs="1" maxOccurs="1" name="IncludeWaste" nillable="true" type="xs:boolean" />
<xs:element minOccurs="1" maxOccurs="1" name="IncludeReceivedProductQtyDifference" nillable="true" type="xs:boolean" />
<xs:element minOccurs="1" maxOccurs="1" name="IncludeCashDeclaration" nillable="true" type="xs:boolean" />
<xs:element minOccurs="1" maxOccurs="1" name="IncludeInvoiceJournal" nillable="true" type="xs:boolean" />
<xs:element minOccurs="1" maxOccurs="1" name="ProcessType" type="tns:StockTransactionProcessType" />
<xs:element minOccurs="1" maxOccurs="1" name="JournalType" type="tns:StockTransactionJournalType" />
<xs:element minOccurs="1" maxOccurs="1" name="StockTransactionBoundOnly" type="tns:BooleanFilter" />
<xs:element minOccurs="1" maxOccurs="1" name="DueDate" nillable="true" type="xs:dateTime" />
<xs:element minOccurs="0" maxOccurs="1" name="IdentificationCode" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="IdentificationDescription" type="xs:string" />
<xs:element minOccurs="1" maxOccurs="1" name="IgnoreAllProcessFilters" type="xs:boolean" />
</xs:sequence>
</xs:complexType>
|