Summary:
In addition to the items previously mentioned in this guide, there are a number of other variables which are currently available:
Project Name: |
{{ project_name }} |
Drawing Name: |
{{ drawing_name }} |
Date Proposal Created: |
{{ report_time | date("m - d - Y") }} |
Category products format text: |
{{ "Turf" | category_used_products_format }} |
Category products - product names: |
{{ "Turf" | category_used_products_names }} |
Total price: |
{{ "include" | project_total_price }} |
Payment balance: |
{{ True | payment_data | access_data("balance_amount") }} |
Subtotal |
{{ "include"| project_subtotal_price }} |
Date of proposal created |
{{ report_time | date("m - d - Y") }} |
|
{{ report_time | date("d/m/Y") }} |
Drawing first version time |
{{ drawing_first_version_time | date("l, F d, Y") }} |
Drawing last version time |
{{ drawing_version_time | date("l, F d, Y") }} |
Comments
Please sign in to leave a comment.