|
IRetailerInvoiceService Interface |
Defines operations related to invoice sums and invoice lines (RetailerInvoiceSum(/History) and RetailerInvoiceLine(/History)).
Namespace: Infosoft.Common.Contracts.ServiceContracts.RetailAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax No code example is currently available or this language may not be supported.
The IRetailerInvoiceService type exposes the following members.
Methods | Name | Description |
---|
| GetAllRetailerInvoiceHistoriesByTitleAndPeriod |
Gets all retailers' invoice histories by title and period.
|
| GetAllRetailerInvoiceLines |
Gets all instances of the RetailerInvoiceLine entity, i.e. lines for invoices that haven't been printed/dispatched yet.
|
| GetAllRetailerInvoiceSumByTitle |
Gets all retailers' invoice sum by title.
|
| GetAllRetailerInvoiceSums |
Gets all instances of the RetailerInvoiceSum entity, i.e. invoices that haven't been printed/dispatched yet.
|
| GetAllRetailersUninvoicedDataByTitleAndPeriod |
Gets all retailers un-invoiced data by title and period.
|
| GetRetailerInvoiceLineHistoriesBasedOnInvoiceSumHistories |
Gets all RetailerInvoiceLineHistory objects in a given interval of invoice numbers, by looking at the _main_ invoice number.
|
| GetRetailerInvoiceLineHistoriesInInterval |
Gets all RetailerInvoiceLineHistory objects in a given interval of invoice numbers, by looking at the _main_ invoice number.
|
| GetRetailerInvoiceLinesBasedOnInvoiceSums |
Gets all RetailerInvoiceLine objects in a given interval of invoice numbers, by looking at the _main_ invoice number.
|
| GetRetailerInvoiceLinesInInterval |
Gets all RetailerInvoiceLine objects in a given interval of invoice numbers, by looking at the _main_ invoice number.
|
| GetRetailerInvoiceSumByInvoiceNumberAndTitle |
Gets the RetailerInvoiceSum object matching a given invoice number/title code, or null if nothing matches.
|
| GetRetailerInvoiceSumHistoriesInInterval |
Gets all RetailerInvoiceSumHistory objects in a given interval of invoice numbers, by looking at the _main_ invoice number.
|
| GetRetailerInvoiceSumHistoryByInvoiceNumberAndTitle |
Gets the RetailerInvoiceSumHistory object matching a given invoice number/title code, or null if nothing matches.
|
| GetRetailerInvoiceSumsInInterval |
Gets all RetailerInvoiceSum objects in a given interval of invoice numbers, by looking at the _main_ invoice number.
|
TopSee Also