expenseItemTranslation
Stores translations of expense item descriptions, enabling businesses to manage expenses in multiple languages.
Columns
| Name | Type | References | Description |
| item [KEY] | String | The identifier or name of the item, used to reference and track products, services, or other inventory within the system. | |
| displayname | String | The name displayed for the item in the user interface or product listing, used for easy identification. | |
| featureddescription | String | A highlighted description of the item, typically used to emphasize key selling points or features. | |
| language | String | The language in which the content is presented, supporting localization and multi-lingual communication. | |
| nopricemessage | String | The message displayed when the item does not have a price set, informing customers that pricing is unavailable. | |
| outofstockmessage | String | The message displayed when the item is out of stock, informing customers that the item is not currently available. | |
| pagetitle | String | The title of the page associated with the item, typically used for SEO and navigation purposes on the website. | |
| salesdescription | String | A description used for sales and marketing, highlighting the features and benefits of the item to encourage purchase. | |
| specialsdescription | String | A description highlighting any special offers, discounts, or promotions associated with the item. | |
| storedescription | String | The description of the item as it appears in the store, often providing key details for customer reference. | |
| storedetaileddescription | String | A detailed description of the item, providing comprehensive information about its features, specifications, or usage. | |
| storedisplayname | String | The name displayed for the item in the store or catalog, used to identify it in the shopping environment. |