This commit is contained in:
@@ -959,8 +959,11 @@ BUILD 139 CHANGES OF NOTE
|
|||||||
REPORT FIELD CHANGES
|
REPORT FIELD CHANGES
|
||||||
Quote, PM, Service WO - WorkorderItemPart change 'PartViz' to PartNameViz (also available PartDescriptionViz)
|
Quote, PM, Service WO - WorkorderItemPart change 'PartViz' to PartNameViz (also available PartDescriptionViz)
|
||||||
PurchaseOrder - change 'PartViz' to PartNameViz (also available PartDescriptionViz)
|
PurchaseOrder - change 'PartViz' to PartNameViz (also available PartDescriptionViz)
|
||||||
|
PartAssembly - changed 'PartViz' to PartNameViz
|
||||||
PartRequests - PartNumber now PartName and added PartDescription (that was PartName)
|
PartRequests - PartNumber now PartName and added PartDescription (that was PartName)
|
||||||
PartInventory - PartNumber now PartName and added PartDescription (that was PartName)
|
PartInventory - PartNumber now PartName and added PartDescription (that was PartName)
|
||||||
Part inventory transactions - change 'PartViz' to PartNameViz (also available PartDescriptionViz and PartUpcViz)
|
Part inventory transactions - change 'PartViz' to PartNameViz (also available PartDescriptionViz and PartUpcViz)
|
||||||
|
|
||||||
|
- Example report naming convention: prepend all Example report names so that the first character is a 💡 lightbulb emoji 💡
|
||||||
|
I've changed the code to ensure it sorts emoji last behind all ascii characters
|
||||||
|
Also recommend drop the word "EXAMPLE" or make it the final word in the name so that people can see the relevant bits sooner
|
||||||
|
|||||||
@@ -45,7 +45,7 @@
|
|||||||
:class="form().childRowErrorClass(thisVm(), 'Items', index)"
|
:class="form().childRowErrorClass(thisVm(), 'Items', index)"
|
||||||
>
|
>
|
||||||
<td class="text-left">
|
<td class="text-left">
|
||||||
{{ item.partViz }}
|
{{ item.partNameViz }}
|
||||||
</td>
|
</td>
|
||||||
<th class="text-right">
|
<th class="text-right">
|
||||||
{{ $ay.dec(item.quantity) }}
|
{{ $ay.dec(item.quantity) }}
|
||||||
@@ -175,7 +175,7 @@
|
|||||||
)
|
)
|
||||||
"
|
"
|
||||||
@input="fieldValueChanged(`Items[${editItemIndex}].PartId`)"
|
@input="fieldValueChanged(`Items[${editItemIndex}].PartId`)"
|
||||||
:name.sync="obj.items[editItemIndex].partViz"
|
:name.sync="obj.items[editItemIndex].partNameViz"
|
||||||
></gz-pick-list>
|
></gz-pick-list>
|
||||||
</v-col>
|
</v-col>
|
||||||
|
|
||||||
@@ -726,6 +726,7 @@ async function fetchTranslatedText(vm) {
|
|||||||
"PartAssemblyNotes",
|
"PartAssemblyNotes",
|
||||||
"PartList",
|
"PartList",
|
||||||
"Part",
|
"Part",
|
||||||
|
"PartName",
|
||||||
"WorkOrderItemPartQuantity",
|
"WorkOrderItemPartQuantity",
|
||||||
"PartAssemblyCustom1",
|
"PartAssemblyCustom1",
|
||||||
"PartAssemblyCustom2",
|
"PartAssemblyCustom2",
|
||||||
|
|||||||
Reference in New Issue
Block a user