You can create Invoices based on one or more delivery note lines.
To do it you need to set the following properties on the invoice lines:-
sboInvoice.Lines.BaseType = "15"
sboInvoice.Lines.BaseEntry = <DocEntry from Delivery>
sboInvoice.Lines.BaseLine = <LineNum from Delivery>
Regards,
John
Add a comment