Click or drag to resize
Infosoft Logo

IRetailInvoicingService Interface

Defines operations related to invoicing for the retail module.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Retail
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public interface IRetailInvoicingService : IBusinessService

The IRetailInvoicingService type exposes the following members.

Methods
 NameDescription
Public methodCheckCreditInvoice Creates a credit invoice for a given invoice number/title code.
Public methodCreditInvoice Creates a credit invoice for a given invoice number/title code.
Public methodPrintSingleInvoice Creates a PDF print file based on a single invoice.
Public methodStartHistoryTransfer Starts the invoice history transfer operation for the retail module.
Public methodStartInvoicePrint Starts the invoice print operation for the retail module.
Public methodStartInvoicing Starts the invoicing operation for the retail module.
Public methodStartInvoicingReset Starts an invoicing reset operation for the retail module.
Top
See Also