From d0a047dcb16e803e442b67e03bc38c957b680e47 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 7 Jul 2021 22:20:36 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 8118a5fe..e7611144 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -420,15 +420,10 @@ todo: many biz objects are not using new PUT methodology -CURRENTLY DOING: +CURRENTLY DOING: Report editor exposing AType field + -todo: attempting to open report from report data list gives error that reportDataOptions are not defined - Error - Name:Error, Message:ay-report-edit::created - missing report data options cannot proceed - filename: http://localhost:8080/js/ay-report-edit.js - lineNumber: 2509 - info: created hook (Promise/async) -todo: expose report NOTES field in report data list todo: report editor feature: expose aytype field with a picklist so user can change report type @@ -436,6 +431,8 @@ todo: report editor feature: so a customer report can be repurposed as a headoffice report (for example) without having to resort to manually editing report file template and re-importing +todo: expose report NOTES field in report data list + todo: joyce requested fields to add to reports viz fields PO Customer address and contact information (for PO where a customer has been selected to be shipped to) @@ -1274,6 +1271,11 @@ BUILD 114 workorderitempart - part name in addition to part number - added as "PartNameViz" Workorder header - Customer scheduled user alert notes - added as "CustomerTechNotesViz" +- Report editor fixed regression where could not open a report template from the main report template data list +- Report editor exposed the AType AyaNova Type field in the form to facilitate re-using a report with a different type of object + For example: idea being that a user can duplicate a report template originally made for a Customer then change it to a HeadOffice type and just edit the changed bits + this is also to facilitate you being able to port the Widget reports to other objects +