We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
An Invoice is modified when:
If the status is Complete and all the other RouteTasks on a ServiceTemplate are Complete: Create a new Invoice
If any status on a ServiceTemplate is not Complete: Delete any related Invoice (reference is part of the ServiceTemplate)
Do nothing this will only affect future generated Invoices
-for consistency with ServiceTemplates only propagating to future services
-to allow the user to feel safe when editing invoices in QuickBooks
-because it is the easiest :)