- Help Center Home
- Company Administration
- Merge Templates (Smarty Tags)
-
General Navigation
-
System Forms
- Budget Amendments
- Budget Items
- Change Orders
- Contract Exhibits
- Contracts
- Cost Proposals
- Directives
- Drawing Packages
- Drawings
- Emails
- Field Reports
- Meetings
- Merge Documents
- Payment Applications
- Potential Change Orders
- Punch List Items
- Request For Information
- Request For Proposal
- Specification Packages
- Specifications
- Submittal Items
- Submittal Packages
-
Company Administration
-
Project Administration
-
Reports & Dashboards
-
Release Notes
Format currency in a Merge Template
Currency fields in ProjectTeam.com come over as non-formatted number fields in merge documents unless you add the currency tag.
To convert a number field to show currency formatted on your merged outputs, you must add the following specifier to your merge tag:
- {$projectteam_0001|currency_format:”$”}
The specifier will add the US Dollar symbol and round your number to two decimals.