added report rendering timeout setting to ops info
This commit is contained in:
@@ -126,14 +126,6 @@ Coded by importance
|
||||
|
||||
|
||||
|
||||
todo: bugbug - v8migrate is not using the service completed status properly. It makes one that is locked automatically to be used with sc v7 wo but then it uses a different one that isn't locked
|
||||
not sure why there are two but it should be using the locking one.
|
||||
|
||||
todo: should some things that were tagified be reverted back like in v7 due to reporting and other issues?
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -218,8 +210,7 @@ function ayGroupByTag(reportDataArray, tagContains) {
|
||||
\_____|______|_____|______|_| \_| |_|
|
||||
|
||||
|
||||
- 1 since v8 doesn't have a way to add parts that are not in inventory, does it need a reserved or desired qty type field or record??
|
||||
i'd prefer not as it could go awry and not be consumed if they just don't do it properly.
|
||||
|
||||
- 1 todo: server settings ops page is not showing new report rendering settings, it appears to have static items it expects and displays :(
|
||||
- 1 locked quote can't be unlocked because status *can* be changed but doesn't go dirty to save
|
||||
- 1 quote convert to wo but insufficient inventory go to save get mysterious error and red woitem but not in the part which is green and shows request more
|
||||
|
||||
@@ -32,6 +32,17 @@
|
||||
</v-list-item-content>
|
||||
</v-list-item>
|
||||
|
||||
<v-list-item>
|
||||
<v-list-item-content>
|
||||
<v-list-item-title
|
||||
>AYANOVA_REPORT_RENDERING_TIMEOUT</v-list-item-title
|
||||
>
|
||||
<v-list-item-subtitle class="text-wrap">{{
|
||||
config.ayanovA_REPORT_RENDERING_TIMEOUT
|
||||
}}</v-list-item-subtitle>
|
||||
</v-list-item-content>
|
||||
</v-list-item>
|
||||
|
||||
<v-list-item>
|
||||
<v-list-item-content>
|
||||
<v-list-item-title>AYANOVA_FOLDER_USER_FILES</v-list-item-title>
|
||||
|
||||
Reference in New Issue
Block a user