This commit is contained in:
@@ -6,19 +6,6 @@ WIFI change 5g channel to 52,56,60 and 2g channel to 8
|
|||||||
recheck before doing as it seems to vary, maybe someone else's is auto switching
|
recheck before doing as it seems to vary, maybe someone else's is auto switching
|
||||||
|
|
||||||
|
|
||||||
todo: datetime should support keyboard entry if typing
|
|
||||||
|
|
||||||
todo: useroptions hour12 maybe not a thing anymore now that using native time picker?
|
|
||||||
|
|
||||||
todo: if dbid in url query parameter of contact form on server it should include that in the message
|
|
||||||
also something needs to be fixed there, it's been in notes forever
|
|
||||||
|
|
||||||
|
|
||||||
todo: Migrate to v8 plugin needs to work with a trial database as well as a licensed database
|
|
||||||
It should check if a trial or not and give heavy warning if not
|
|
||||||
kind of cool if it checked for a recent backup before doing anything damaging
|
|
||||||
or triggered a checkpoint backup
|
|
||||||
|
|
||||||
todo: USERS - Administration - Users
|
todo: USERS - Administration - Users
|
||||||
is this where roles are set?
|
is this where roles are set?
|
||||||
role control see below somewhere
|
role control see below somewhere
|
||||||
@@ -61,6 +48,17 @@ todo: Check administration ui rights as limited user
|
|||||||
todo: Backup, probably need to add option "Do not backup automatically"
|
todo: Backup, probably need to add option "Do not backup automatically"
|
||||||
or something to that effect for scenarios where the built in backup won't be used / won't work
|
or something to that effect for scenarios where the built in backup won't be used / won't work
|
||||||
|
|
||||||
|
|
||||||
|
todo: if dbid in url query parameter of contact form on server it should include that in the message
|
||||||
|
also something needs to be fixed there, it's been in notes forever
|
||||||
|
|
||||||
|
|
||||||
|
todo: Migrate to v8 plugin needs to work with a trial database as well as a licensed database
|
||||||
|
It should check if a trial or not and give heavy warning if not
|
||||||
|
kind of cool if it checked for a recent backup before doing anything damaging
|
||||||
|
or triggered a checkpoint backup
|
||||||
|
|
||||||
|
|
||||||
todo: ability to mass tag items from list CLIENT UI
|
todo: ability to mass tag items from list CLIENT UI
|
||||||
- some kind of generic or copyable light interface for any mass / bulk job?
|
- some kind of generic or copyable light interface for any mass / bulk job?
|
||||||
this will get re-used for other stuff undoubtedly down the road
|
this will get re-used for other stuff undoubtedly down the road
|
||||||
@@ -147,6 +145,12 @@ todo: Investigate Workorder structure and datagrid see case https://rockfish.aya
|
|||||||
todo: Document in user manual the Widget form as an example with instruction on how to use the various controls etc
|
todo: Document in user manual the Widget form as an example with instruction on how to use the various controls etc
|
||||||
- "Anatomy of a AyaNova Form"
|
- "Anatomy of a AyaNova Form"
|
||||||
|
|
||||||
|
todo: INSTALLER
|
||||||
|
Might need to move up the installer so that Joyce can test and can just install it standalone and test out shit
|
||||||
|
Windows installer for first iteration
|
||||||
|
include the portable postgres
|
||||||
|
easy way to select command line params without resorting to editing text files for end user
|
||||||
|
initially it's an installation option, but then need to edit after the fact
|
||||||
|
|
||||||
=========================================================================================================
|
=========================================================================================================
|
||||||
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
|
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
|
||||||
|
|||||||
@@ -45,7 +45,8 @@
|
|||||||
@input="fieldValueChanged('currencyName')"
|
@input="fieldValueChanged('currencyName')"
|
||||||
></v-text-field>
|
></v-text-field>
|
||||||
</v-col>
|
</v-col>
|
||||||
<v-col cols="12" sm="6" lg="4" xl="3">
|
<!-- Keeping in case decide to implement non-native time pickers again, but this won't work with native ones
|
||||||
|
<v-col cols="12" sm="6" lg="4" xl="3">
|
||||||
<v-checkbox
|
<v-checkbox
|
||||||
v-model="obj.hour12"
|
v-model="obj.hour12"
|
||||||
:readonly="formState.readOnly"
|
:readonly="formState.readOnly"
|
||||||
@@ -54,7 +55,7 @@
|
|||||||
:error-messages="form().serverErrors(this, 'hour12')"
|
:error-messages="form().serverErrors(this, 'hour12')"
|
||||||
@change="fieldValueChanged('hour12')"
|
@change="fieldValueChanged('hour12')"
|
||||||
></v-checkbox>
|
></v-checkbox>
|
||||||
</v-col>
|
</v-col> -->
|
||||||
<v-col cols="12" sm="6" lg="4" xl="3">
|
<v-col cols="12" sm="6" lg="4" xl="3">
|
||||||
<!-- https://vuetifyjs.com/en/components/color-pickers -->
|
<!-- https://vuetifyjs.com/en/components/color-pickers -->
|
||||||
<span class="v-label v-label--active theme--light">
|
<span class="v-label v-label--active theme--light">
|
||||||
@@ -418,7 +419,7 @@ async function fetchTranslatedText(vm) {
|
|||||||
"LanguageCode",
|
"LanguageCode",
|
||||||
"TimeZone",
|
"TimeZone",
|
||||||
"UserEmailAddress",
|
"UserEmailAddress",
|
||||||
"Hour12",
|
//"Hour12",
|
||||||
"UserColor",
|
"UserColor",
|
||||||
"Translation",
|
"Translation",
|
||||||
"DarkMode"
|
"DarkMode"
|
||||||
|
|||||||
Reference in New Issue
Block a user