Skip to content

DocumentoService class

Allows working with Documento entities.

public class DocumentoService : CompanyServiceBase<Documento>

Public Members

name description
DocumentoService() The default constructor.
Compute(…) Requests a Documento totals computation. (2 methods)
Emit(…) Requests a Documento's emission (issuing).
ImportAcconti(…) Imports one or more bills of account into an existing document.
ImportDdt(…) Import one or more DDTs into an existing document.
ImportOrdini(…) Imports one or more orders into an existing document.
ImportPreventivi(…) Imports one or more quotes into an existing document.
ImportProForma(…) Imports one or more proforma documents into an existing document.
ImportResi(…) Imports one or more return documents into an existing document.
override NewInstance(…) You should use the alternative NewInstance overload instead.
NewInstance(…) Requests a new, properly initialized Documento instance. (2 methods)
PeriodicInvoicing(…) Generates invoices from DDTs issued in a given period.

See Also