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
|
||||
fix and add their own special ones
|
||||
|
||||
|
||||
todo: pm needs fields for copy wiki and copy attachments so server knows to do that on generate
|
||||
|
||||
PM TESTING
|
||||
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>
|
||||
</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-model="value.copyWiki"
|
||||
:readonly="formState.readOnly"
|
||||
@@ -173,7 +179,13 @@
|
||||
></v-checkbox>
|
||||
</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-model="value.copyAttachments"
|
||||
:readonly="formState.readOnly"
|
||||
|
||||
Reference in New Issue
Block a user