This commit is contained in:
2022-10-17 21:13:17 +00:00
parent ae234dcf94
commit 8ed84acf05
5 changed files with 38 additions and 50 deletions

View File

@@ -2,6 +2,8 @@
AyaNova features a built-in report template editor and reports can be created or customized directly within AyaNova.
We **strongly recommend** you only modify **copies** of the stock report templates using the `Duplicate` menu option so you have the original report for reference if something isn't working in your customized version. If you require replacement stock report templates [contact](https://contact.ayanova.com/contact) AyaNova support department with your AyaNova version and the templates you require.
AyaNova report templates are based upon commonly used web technology and are HTML based template documents that are used with the [Handlebars](https://handlebarsjs.com/) templating language to generate HTML documents that are rendered to .PDF [Portable document format](https://en.wikipedia.org/wiki/PDF) files.
[HTML](https://developer.mozilla.org/en-US/docs/Web/HTML), [CSS](https://developer.mozilla.org/en-US/docs/Web/CSS) and [Javascript](https://developer.mozilla.org/en-US/docs/Web/javascript) along with Handlebars templates are used to customize the existing reports in AyaNova and make new ones.