http://retail3000.net/Retail3000Webservice/WebserviceLogisticsComponents
StockTransactionRowsFilter Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceLogisticsComponents : StockTransactionRowsFilter Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceLogisticsComponents
Diagram
IgnoreAllProcessFilters Element IdentificationDescription Element IdentificationCode Element DueDate Element StockTransactionBoundOnly Element JournalType Element ProcessType Element IncludeInvoiceJournal Element IncludeCashDeclaration Element IncludeReceivedProductQtyDifference Element IncludeWaste Element IncludeInvoiceSale Element IncludeCashSale Element IncludeSupplierReturns Element IncludeReceivedProducts Element IncludeStockZero Element IncludeInventory Element IncludeStockAdjustment Element JournalizedOnly Element DateTo Element DateFrom Element CashDeclarationId Element ReturnOfGoodsId Element ReceivedProductId Element InvoiceId Element InvoiceSaleId Element CashSaleId Element ReceiptId Element ReturnOfGoodsRowId Element ReceivedProductRowId Element InvoiceSaleRowId Element CashSaleRowId Element StockAdjustmentId Element StockTransactionJournalId Element SaleTypeId Element VatId Element CashRegisterGroupId Element ProductId Element StockTransactionRowId Element StockTransactionId Element StoreId Element Sequence StockTransactionRowsFilter Complex Type
Overview
Sequence
StoreId xs:int
ProductId xs:int
VatId xs:int
SaleTypeId xs:int
ReceiptId xs:int
CashSaleId xs:int
InvoiceId xs:int
DateFrom xs:dateTime
DateTo xs:dateTime
IncludeInventory xs:boolean
IncludeStockZero xs:boolean
IncludeCashSale xs:boolean
IncludeWaste xs:boolean
DueDate xs:dateTime
IdentificationCode optional xs:string
IdentificationDescription optional xs:string
Used By
NewStockTransactionRowsFilterResult Element
filter Element
filter Element
Source
<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>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceLogisticsComponents