This commit is contained in:
@@ -11,8 +11,6 @@ todo: import mode server state setting
|
|||||||
only can do an import if in import mode, v8 migrate checks first
|
only can do an import if in import mode, v8 migrate checks first
|
||||||
any other login needs to get message about import mode so users know what's up
|
any other login needs to get message about import mode so users know what's up
|
||||||
|
|
||||||
todo: consider if people might want to delete po's in future and not affect inventory, need some kind of override or something
|
|
||||||
maybe if it's a archival utility or cleanup utility in future then that's an idea, but YAGNI for now
|
|
||||||
|
|
||||||
todo: NOT import PO's unless they are current, active and unreceived
|
todo: NOT import PO's unless they are current, active and unreceived
|
||||||
todo: erase database should reset all id values if they aren't reset already so that future data doesn't result in a new PO starting at 29000 due to huge db trial seed prior
|
todo: erase database should reset all id values if they aren't reset already so that future data doesn't result in a new PO starting at 29000 due to huge db trial seed prior
|
||||||
|
|||||||
@@ -17,14 +17,14 @@
|
|||||||
value="Open"
|
value="Open"
|
||||||
data-cy="serverStateOpen"
|
data-cy="serverStateOpen"
|
||||||
></v-radio>
|
></v-radio>
|
||||||
<v-radio
|
|
||||||
:label="$ay.t('ServerStateOps')"
|
|
||||||
value="OpsOnly"
|
|
||||||
></v-radio>
|
|
||||||
<v-radio
|
<v-radio
|
||||||
:label="$ay.t('ServerStateMigrateMode')"
|
:label="$ay.t('ServerStateMigrateMode')"
|
||||||
value="MigrateMode"
|
value="MigrateMode"
|
||||||
></v-radio>
|
></v-radio>
|
||||||
|
<v-radio
|
||||||
|
:label="$ay.t('ServerStateOps')"
|
||||||
|
value="OpsOnly"
|
||||||
|
></v-radio>
|
||||||
</v-radio-group>
|
</v-radio-group>
|
||||||
</v-col>
|
</v-col>
|
||||||
<v-col cols="12">
|
<v-col cols="12">
|
||||||
|
|||||||
Reference in New Issue
Block a user