This commit is contained in:
2021-11-23 00:06:39 +00:00
parent 6fd7f00f2b
commit 17b6a29b11
2 changed files with 7 additions and 3 deletions

View File

@@ -959,8 +959,11 @@ BUILD 139 CHANGES OF NOTE
REPORT FIELD CHANGES
Quote, PM, Service WO - WorkorderItemPart 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)
PartInventory - PartNumber now PartName and added PartDescription (that was PartName)
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

View File

@@ -45,7 +45,7 @@
:class="form().childRowErrorClass(thisVm(), 'Items', index)"
>
<td class="text-left">
{{ item.partViz }}
{{ item.partNameViz }}
</td>
<th class="text-right">
{{ $ay.dec(item.quantity) }}
@@ -175,7 +175,7 @@
)
"
@input="fieldValueChanged(`Items[${editItemIndex}].PartId`)"
:name.sync="obj.items[editItemIndex].partViz"
:name.sync="obj.items[editItemIndex].partNameViz"
></gz-pick-list>
</v-col>
@@ -726,6 +726,7 @@ async function fetchTranslatedText(vm) {
"PartAssemblyNotes",
"PartList",
"Part",
"PartName",
"WorkOrderItemPartQuantity",
"PartAssemblyCustom1",
"PartAssemblyCustom2",