This commit is contained in:
2020-06-20 22:49:39 +00:00
parent efe3aeea66
commit a8b8a30338
2 changed files with 21 additions and 16 deletions

View File

@@ -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
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
is this where roles are set?
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"
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
- 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
@@ -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
- "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
=========================================================================================================
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

View File

@@ -45,7 +45,8 @@
@input="fieldValueChanged('currencyName')"
></v-text-field>
</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-model="obj.hour12"
:readonly="formState.readOnly"
@@ -54,7 +55,7 @@
:error-messages="form().serverErrors(this, 'hour12')"
@change="fieldValueChanged('hour12')"
></v-checkbox>
</v-col>
</v-col> -->
<v-col cols="12" sm="6" lg="4" xl="3">
<!-- https://vuetifyjs.com/en/components/color-pickers -->
<span class="v-label v-label--active theme--light">
@@ -418,7 +419,7 @@ async function fetchTranslatedText(vm) {
"LanguageCode",
"TimeZone",
"UserEmailAddress",
"Hour12",
//"Hour12",
"UserColor",
"Translation",
"DarkMode"