diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index b776d29b..f13458be 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -204,11 +204,6 @@ Coded by importance \_____|______|_____|______|_| \_| |_| - - -todo: 1 Add task group allow to choose the User at same time or will have to assign them all which is fucked for a restricted user - - - 2 todo: CURRENCY / DECIMAL control, not too happy with them, considering rolling my own maybe here are some ideas: To get current use the latest version which is completely different and seems ok, here is a dude who implemented it with vuetify so would need to copy this @@ -867,6 +862,8 @@ BUILD 8.0.0-beta.0.14 CHANGES OF NOTE - native browser time control now shows the label - Help -> about added items to show settings for Dark mode and Use native browser date time inputs - work order item tasks cleaned up restricted user being able to edit other users tasks but then getting server error, now it just prevents any edit also in UI +- work order item tasks added User selection option with Task Group selection form so that the tasks when added will have the user pre-selected to save typing and enable restricted user feature more easily +- updated workorder doc about task group user selection and updated image diff --git a/ayanova/src/main.js b/ayanova/src/main.js index 395d6347..9c912a90 100644 --- a/ayanova/src/main.js +++ b/ayanova/src/main.js @@ -66,7 +66,7 @@ import chartBarHorizontalControl from "./components/chart-bar-horizontal-control //DEVELOPMENT MODE //THIS SHOULD BE FALSE IN RELEASE //************************************************************ -const DEV_MODE = true; +const DEV_MODE = false; //************************************************************ //************************************************************** //**************************************************************