IHostDocumentsGetFormattedInvoiceDocument(Object, Object) Method
Get the formatted document of an invoice using the series and number based on the mask indicated in the [MASCARA_DOCUMENTO] parameter.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
string GetFormattedInvoiceDocument(
Object serial,
Object number
)
Function GetFormattedInvoiceDocument (
serial As Object,
number As Object
) As String
- serial Object
- Invoice document serial.
- number Object
- Invoice document number.
StringString with the formatted invoice document.