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 */