You are here: RainWorx.FrameWorx.DAL > IDataContext Interface > IDataContext Methods > SalesInvoicesReport Method

IDataContextSalesInvoicesReport Method

AuctionWorx 3.5 API

Namespace:  RainWorx.FrameWorx.DAL
Assembly:  RainWorx.FrameWorx.DAL (in RainWorx.FrameWorx.DAL.dll) Version: 3.5

Syntax

C#
Page<SalesInvoicesReportResult> SalesInvoicesReport(
	string actingUserName,
	DateTime dateStart,
	DateTime dateEnd,
	int invoiceIDLow,
	int invoiceIDHigh,
	int eventID,
	string payee,
	string payer,
	int lineItemCountLow,
	int lineItemCountHigh,
	int totalQtyLow,
	int totalQtyHigh,
	decimal subTotalLow,
	decimal subTotalHigh,
	decimal taxLow,
	decimal taxHigh,
	decimal shippingLow,
	decimal shippingHigh,
	decimal buyersPremiumLow,
	decimal buyersPremiumHigh,
	decimal adjustmentsLow,
	decimal adjustmentsHigh,
	decimal totalLow,
	decimal totalHigh,
	int isPaid,
	string firstName,
	string lastName,
	string address,
	string city,
	string stateRegion,
	string zipPostal,
	string country,
	string sortColumn,
	bool sortDescending,
	int pageIndex,
	int pageSize,
	ref int currencyCount,
	ref decimal totalAmount,
	string packedValues
)

Parameters

actingUserName
Type: SystemString
dateStart
Type: SystemDateTime
dateEnd
Type: SystemDateTime
invoiceIDLow
Type: SystemInt32
invoiceIDHigh
Type: SystemInt32
eventID
Type: SystemInt32
payee
Type: SystemString
payer
Type: SystemString
lineItemCountLow
Type: SystemInt32
lineItemCountHigh
Type: SystemInt32
totalQtyLow
Type: SystemInt32
totalQtyHigh
Type: SystemInt32
subTotalLow
Type: SystemDecimal
subTotalHigh
Type: SystemDecimal
taxLow
Type: SystemDecimal
taxHigh
Type: SystemDecimal
shippingLow
Type: SystemDecimal
shippingHigh
Type: SystemDecimal
buyersPremiumLow
Type: SystemDecimal
buyersPremiumHigh
Type: SystemDecimal
adjustmentsLow
Type: SystemDecimal
adjustmentsHigh
Type: SystemDecimal
totalLow
Type: SystemDecimal
totalHigh
Type: SystemDecimal
isPaid
Type: SystemInt32
firstName
Type: SystemString
lastName
Type: SystemString
address
Type: SystemString
city
Type: SystemString
stateRegion
Type: SystemString
zipPostal
Type: SystemString
country
Type: SystemString
sortColumn
Type: SystemString
sortDescending
Type: SystemBoolean
pageIndex
Type: SystemInt32
pageSize
Type: SystemInt32
currencyCount
Type: SystemInt32
totalAmount
Type: SystemDecimal
packedValues
Type: SystemString

Return Value

Type: PageSalesInvoicesReportResult
See Also

Reference

Copyright © 2002-2022. RainWorx Software. All rights reserved.