BILLmanager 6

Document templates

BILLmanager generates an e-document for every financial operation. It contains information about the operations and company data. Document templates show how your real documents will look like.

BILLmanager is able to generate: 

  • Contracts;
  • Invoices.

EJS-template

A document template is an EJS-code that specifies which fields shall be displayed on the form, how to arrange them and what formatting type to select. See also EJS-templates

During the preliminary configuration, we recommend finding document templates and configure them if necessary. To do this, go to the section Settings → Documents templates → select a document template → Edit button.

The template configuration page:

Note:
You can see the final version of your document only after the document is already created.

Adding an image

You can add an image to the template. For example, an image of a stamp or signature. To do this, add a line in the necessary place in the template:

<div class="company"><img src="stamp009_4.png" width="270" height="145"/></div>

where stamp009_4.png is the image of the stamp with the signature.

If the stamp and signature are separate images, then such lines should be added according to the number of images. Place the images in the /usr/local/mgr5/skins/userdata/ directory.