This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities. |
202 documents found.
Document Templates define the layout (look and feel) of the Invoices, Quotes, or Credit Notes you send to your Clients. They are fully editable as required and allow for Document Details to be added to generated Documents via the “replacer tags” visible in the right side panel.
The following tags are required for all document templates:
Repeater sections are HTML content tags that identify which section of a Template to repeat for each Detail Item. These include:
Document Details - Example:
<!--[@DOCDETAIL_REPEATER]--> <tr> <td>[@DOCDETAIL_DESCRIPTION]</td> <td align="right">[@CURRENCY_SYMBOL][@DOCDETAIL_AMOUNT]</td> <td align="right">[@DOCDETAIL_QUANTITY]</td> <td align="right">[@CURRENCY_SYMBOL][@DOCDETAIL_TAXTOTAL]</td> <td align="right">[@CURRENCY_SYMBOL][@DOCDETAIL_TOTAL]</td> </tr> <!--[/@DOCDETAIL_REPEATER]-->
Tax Totals - Example:
<!--[@TAXTOTAL_REPEATER]--> <tr> <td align="left"><b>[@TAXTOTAL_NAME]</b></td> <td align="right">[@CURRENCY_SYMBOL] [@TAXTOTAL_AMOUNT]</td> </tr> <!--[/@TAXTOTAL_REPEATER]-->
** all content will be repeated for each applicable Detail Item required in the generated Document.
** when using images in your document template SimplyFi requires fully qualified URL for image source (e.g. http://localhost/gemini/mylogo.jpg).
SimplyFi ships with Sample Templates included in the application. To add a sample template to your instance of SimplyFi, use the applicable “Template Manager” on the editor you are using (RadEditor or TinyMCE) to select and insert one of the sample templates.