This commit is contained in:
@@ -535,9 +535,10 @@ PM TODO:
|
|||||||
PM and QUOTE BIZ - all the notifications are probably fucked as copied directly from wo
|
PM and QUOTE BIZ - all the notifications are probably fucked as copied directly from wo
|
||||||
fix and add their own special ones
|
fix and add their own special ones
|
||||||
|
|
||||||
|
PM TESTING
|
||||||
todo: pm needs fields for copy wiki and copy attachments so server knows to do that on generate
|
Test generate threshold and etc
|
||||||
|
Test with insufficient inventory on generation
|
||||||
|
Test with crazy values and add sanity rules to prevent
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -161,7 +161,13 @@
|
|||||||
></gz-date-time-picker>
|
></gz-date-time-picker>
|
||||||
</v-col>
|
</v-col>
|
||||||
|
|
||||||
<v-col cols="12" sm="6" lg="4" xl="3">
|
<v-col
|
||||||
|
v-if="form().showMe(this, 'CopyWiki')"
|
||||||
|
cols="12"
|
||||||
|
sm="6"
|
||||||
|
lg="4"
|
||||||
|
xl="3"
|
||||||
|
>
|
||||||
<v-checkbox
|
<v-checkbox
|
||||||
v-model="value.copyWiki"
|
v-model="value.copyWiki"
|
||||||
:readonly="formState.readOnly"
|
:readonly="formState.readOnly"
|
||||||
@@ -173,7 +179,13 @@
|
|||||||
></v-checkbox>
|
></v-checkbox>
|
||||||
</v-col>
|
</v-col>
|
||||||
|
|
||||||
<v-col cols="12" sm="6" lg="4" xl="3">
|
<v-col
|
||||||
|
v-if="form().showMe(this, 'copyAttachments')"
|
||||||
|
cols="12"
|
||||||
|
sm="6"
|
||||||
|
lg="4"
|
||||||
|
xl="3"
|
||||||
|
>
|
||||||
<v-checkbox
|
<v-checkbox
|
||||||
v-model="value.copyAttachments"
|
v-model="value.copyAttachments"
|
||||||
:readonly="formState.readOnly"
|
:readonly="formState.readOnly"
|
||||||
|
|||||||
Reference in New Issue
Block a user