From b03425d492e66811db6116b5f71b90fe893bdfef Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 3 Sep 2020 22:49:06 +0000 Subject: [PATCH] --- ayanova/src/views/ay-report-edit.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ayanova/src/views/ay-report-edit.vue b/ayanova/src/views/ay-report-edit.vue index d05c98fc..e1f05361 100644 --- a/ayanova/src/views/ay-report-edit.vue +++ b/ayanova/src/views/ay-report-edit.vue @@ -134,12 +134,19 @@ import * as monaco from "monaco-editor"; /*TODO: +Make up sample reports for widget that show off the basics including logo etc + make them auto generate with sample data in seeder + +ayReportData object, should it be named something else? Does it even matter? Immediately render last report code needs proper implementation for both widget and widgets currently it's nonsense -print / preview coded to work with saved report and renders "Design" translation should be "Report editor" + +Start thinking about currency formatting and date/time formatting etc. +Maybe client can pass a function to server, or server can use exact same libs but can be initiated with specific locale from client? + build release for joyce to play with and give feedback */