Skip to content

PAMS_TEMPLATE_VARIABLES

reference
1 min readUpdated

Kind: Constant

Source: Frontend/src/app/components/configuration/templates/html-templates-variable.ts (line 184)

Part of: Frontend

Definition

ts
TemplateVariable[]

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)

  • TemplatesListComponentFrontend/src/app/components/configuration/templates/templates-list/templates-list.component.ts:1
  • ProcurementHtmlTemplateServiceFrontend/src/app/components/procurement/procurement-html.service.ts:1
  • SalesHtmlTemplateServiceFrontend/src/app/services/sales/new-job/sales-html-template.service.ts:1

Was this page helpful?

Download as PDF