Kind: Constant
Source: Frontend/src/app/components/configuration/templates/html-templates-variable.ts (line 184)
Part of: Frontend
Definition
tsTemplateVariable[]
Value
ts[
// ==================== GENERAL ====================
{
id: 1,
name: 'Today',
label: 'Today Date',
type: 'date',
category: 'General',
propertyMap: {
sales: ['Today'],
buyout: ['Today'],
procurement: ['Today'],
invoice: ['Today']
}
},
// ==================== CLIENT INFO ====================
{
id: 2,
name: 'ClientName',
l…
Used by
3 references from 3 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (3)
TemplatesListComponent—Frontend/src/app/components/configuration/templates/templates-list/templates-list.component.ts:1ProcurementHtmlTemplateService—Frontend/src/app/components/procurement/procurement-html.service.ts:1SalesHtmlTemplateService—Frontend/src/app/services/sales/new-job/sales-html-template.service.ts:1
Was this page helpful?