diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 3a708560..a5130b2e 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -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 diff --git a/ayanova/src/views/inv-part-assembly.vue b/ayanova/src/views/inv-part-assembly.vue index 64d14560..8e9f8b16 100644 --- a/ayanova/src/views/inv-part-assembly.vue +++ b/ayanova/src/views/inv-part-assembly.vue @@ -45,7 +45,7 @@ :class="form().childRowErrorClass(thisVm(), 'Items', index)" > - {{ item.partViz }} + {{ item.partNameViz }} {{ $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" > @@ -726,6 +726,7 @@ async function fetchTranslatedText(vm) { "PartAssemblyNotes", "PartList", "Part", + "PartName", "WorkOrderItemPartQuantity", "PartAssemblyCustom1", "PartAssemblyCustom2",