A title is the name of a particular transaction form in Manager. Titles appear near the top of forms in most themes when a transaction or record is viewed, but can be placed elsewhere.
Transactions that typically have external recipients offer options for custom titles when they are created. Modification of titles for those forms is common, sometimes even being required by law. These can occur in three ways with built-in features:
Request for quotation
by checking a box.Custom sales invoice title
and Custom credit note title
. Selecting either opens a free text field where you can specify a title of your choosing. The title of respective forms will change whenever the tax code is applied. For example, regulations in some jurisdictions require a change from Invoice on sales invoices to Tax Invoice.Any other form’s title can be changed by modifying a custom theme. (You cannot modify built-in themes.) If you have not created a custom theme yet, follow instructions in another Guide, then these steps:
{{title}}
. (You may have to scroll to the right to see complete lines.){{title | replace: "Old Title", "New Title"}}
. Preserve all other code in the same line. “Old Title” must be the name of the form you want to change, exactly as it appears when using the default theme. “New Title” is the text you wish to substitute. Both are case sensitive, and the quotation marks must be included.
Any time forms are viewed in the particular custom theme, old title text will be replaced by new title text.
Example
An Expense Claim could be turned into a Travel Expense Report with this substitution:
{{title | replace: "Expense Claim", "Travel Expense Report"}}
producing:
Subscribe to our newsletter and get exclusive product updates you won't find anywhere else straight to your inbox.