Skip to main content
The following errors are specific to the Invoice module. The %s in error messages are placeholders used to indicate where a specific value, such as an Invoice ID, will be inserted when the actual error message is displayed. For example, lets assume the error is “The invoice status must be CREATED for this operation, but was %s.” This error occurs when a user tries to modify an invoice that’s currently in a PAID status. However, the system only allows modifications when the invoice is in a CREATED status. This means the error would display “The invoice status must be CREATED for this operation, but was PAID.”