This commit is contained in:
2022-02-11 19:23:58 +00:00
parent 508b66ca52
commit 643ac38095
2 changed files with 3 additions and 6 deletions

View File

@@ -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

View File

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