Edit an existing invoice
- Find jobs for invoicing.
- Double-click the job to be edited. A warning is given as an invoice already exists for the selected job.
InvUDF.VBS is a VBScript file located in the folder defined by the ConfigDirectory GLOBAL setting.
If the CanEditInvoice subroutine exists in InvUDF.VBS, it is invoked after a request to edit an invoice, but before the invoice is actually edited.
- Click OK to open the Invoice select Job screen, displaying the previous invoices for the job, and the list of samples in the job..
- Select the invoice to be edited in the Previous invoices section.
- Select Edit existing.
- Click OK to load the selected invoice, using the details from the existing invoice..
If the ChangeExistingInvoice Invoice program setting is disabled, no invoice details can be changed.
-
Make the necessary changes.
- Generate the invoice.
- Save the invoice report.
InvUDF.VBS is a VBScript file located in the folder defined by the ConfigDirectory GLOBAL setting.
If the BeforeSaveInvoice subroutine exists in InvUDF.VBS, it is invoked before the invoice report is saved.