Template Variables

string ContactInfo

Contact information as defined in the layout.

string Locale

2-letter language identifier.

string LogoUrl

Logo URL.

string Title

Document title.

AddressItem BillingAddress

Billing address.

AddressItem ShippingAddress

Shipping address.

string QuoteNumber

Quote number

string QuoteDate

Issue date

string CloseDate

Expiry date

string AcceptDate

Date quote is accepted

bool StatusOpen

True if quote is open.

bool StatusExpired

True if quote is expired.

bool StatusWon

True if quote is accepted.

bool StatusLost

True if quote is marked as lost.

bool StatusInactive

True if quote is marked as inactive.

string Currency

3-letter currency code.

string CurrencyLocale
string PreparedBy

Prepared by name if specified.

string SalesPerson

Sales person.

string SalesPersonTitle

Sales person job/title.

string SalesPersonImageUrl

Sales person profile picture URL.

string SalesTaxNumber

Sales tax number.

html IntroText

Quote preface / introductory text.

html Notes

Notes as defined in layout.

html TermsConditions

Terms and conditions as defined in layout.

string Link2Calendar

Link to sales person's Link2Calendar if enabled.

string Link2CalendarText

Text to display for Link2Calendar link.

string Link2Forms

Link to Link2Forms if enabled.

string Link2FormsText

Text to display for Link2Forms link.

bool HasSelectables

Whether quote has optional products.

bool HasProductImages

Whether products have image.

List<[HbsLineItem](#HbsLineItem)> LineItems

Quote line items.

string Subtotal

Product subtotal price excluding taxes and shipping.

Dictionary<Guid, [TaxItem](#TaxItem)> Taxes

Applicable taxes.

string ShippingCost

Shipping cost.

decimal ShippingCostRaw
string Total

Grand total

decimal TotalRaw
decimal DepositRate

Deposit required in percentage.

string DepositAmount

Deposit required in monetary amount.

decimal DepositAmountRaw
string DepositDate

Deposit due date

List<[AcceptanceInfoItem](#AcceptanceInfoItem)> AcceptanceDetails

Acceptance details when quote is accepted.

List<[PaymentItem](#PaymentItem)> Payments

Payment history.

html ValidationSummary

Validation error messages for online quotes.

Config Config

Contains all config variables defined under <config> section.

Res Res

Contains localized text strings.

AcceptanceInfoItem {#AcceptanceInfoItem}

string Label
string Value

AddressItem {#AddressItem}

string Name
string Company
string Address
string Phone
string Email

Config {#Config}

Contains all config variables defined under <config> section.

HbsLineItem {#HbsLineItem}

Abstract class for line items.

Guid Id
LineItemType Type
string Name
string Description
string Url

PaymentItem {#PaymentItem}

string Date
string TransactionId
string Amount

Res {#Res}

Contains localized text strings.

Acceptance_AcceptedBy
Acceptance_Comments
Acceptance_Date
Acceptance_Email
Acceptance_FormIntro
Acceptance_FormTitle
Acceptance_IpAddress
Acceptance_Name
Acceptance_PoNumber
Acceptance_Title
Action_AcceptQuote
Action_TermsConditions
Deposit_Amount
Deposit_Due
Deposit_Immediately
Deposit_Title
Deposit_Within1Day
Deposit_WithinNDays
Field_MaxChars
Payment_Amount
Payment_Date
Payment_Footnote
Payment_Title
Payment_TransactionId
Product_Name
Product_Price
Product_Quantity
Product_RunningSubtotal
Product_Total
Quote_BillTo
Quote_Currency
Quote_DateIssued
Quote_PreparedBy
Quote_PreparedFor
Quote_QuoteNumber
Quote_SalesPerson
Quote_SalesTaxNumber
Quote_SentTo
Quote_ShippingCost
Quote_ShipTo
Quote_Subtotal
Quote_Title
Quote_Total
Quote_ValidUntil
QuoteStatus_Accepted
QuoteStatus_Expired
QuoteStatus_Lost
QuoteStatus_LostNote
Terms_Title

TaxItem {#TaxItem}

string Name
decimal Rate
string Amount

© 2024 Linktivity. All rights reserved.