This commit is contained in:
2021-08-31 19:54:11 +00:00
parent 682dd73a44
commit 35f84b7bb8
3 changed files with 89 additions and 48 deletions

View File

@@ -164,13 +164,14 @@ The following objects from v7 have been replaced by tags in v8:
In addition, all objects imported from v7 will be tagged with "v7-import".
### Reports
todo: reports, major differences from v7 here
AyaNova 8 has a built in report template editor to create and customize existing reports, however, the reporting system is completely new and not compatible with v7 style report templates which relied on a 3rd party commercial reporting component. Reporting is now HTML based and uses Javascript as the report language and HTML / Mustache template system as the report design template.
Reports that were customized in v7 and do not have a replacement provided with the stock v8 report templates will need to be re-created in v8.
### Wiki
The [Wiki](ay-start-form-wiki.md) feature has been changed substantially based on user feedback.
##### Editor
Previously there was a hybrid Wiki system, remote users (WBI) would interact with an HTML editor and HTML representation of the wiki document and windows AyaNova users would interact with a "rich text" editor similar to Wordpad. This required behind the scenes translations between Rich text format and HTML format and the results were not always compatible. In addition, it would have been very difficult to edit Wiki pages on small screen devices.