Start version 140

This commit is contained in:
2021-11-23 18:29:24 +00:00
parent 596f666523
commit 1d4330db33
3 changed files with 5 additions and 28 deletions

View File

@@ -946,31 +946,8 @@ MID CENTURY MODERN TUNES - https://www.allmusic.com/album/ultra-lounge-vol-14-bo
#######################################################################################################################################
https://www.ayanova.com/Downloads/v8/ayanova8.alpha.139-win-x64.7z
https://www.ayanova.com/Downloads/v8/migrate139.7z
https://www.ayanova.com/Downloads/v8/ayanova8.alpha.140-win-x64.7z
https://www.ayanova.com/Downloads/v8/migrate140.7z
BUILD 139 CHANGES OF NOTE
BUILD 140 CHANGES OF NOTE
- case 4025 change part name to description and part number to part name
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)
v8Migrate changes
Added option up front to select migrate partnumber format
- 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 in report chooser list behind all ascii characters
Also recommend drop the word "EXAMPLE" or if you feel it must be there to make it the final word in the name so that people can see the relevant bits sooner
Also recommend remove any words that redundantly refer to the object type i.e. no need to put "Customer" in a Customer report unless it's necessary
e.g. "EXAMPLE single line per PO" becomes "💡 Single line per PO" or "💡 Single line per PO example"
- v8Migrate added logging of user's optional selections for migration to log
- case 4028 see case
- case 4029 fixed
- case 4030 see case notes
- case 4031 done
- case 4032 see case notes

View File

@@ -1,4 +1,4 @@
export default {
version: "8.0.0-alpha.139",
version: "8.0.0-alpha.140",
copyright: "© 1999-2021, Ground Zero Tech-Works Inc."
};

View File

@@ -68,7 +68,7 @@ import chartBarHorizontalControl from "./components/chart-bar-horizontal-control
//DEVELOPMENT MODE
//THIS SHOULD BE FALSE IN RELEASE
//************************************************************
const DEV_MODE = false;
const DEV_MODE = true;
//************************************************************
//**************************************************************
//**************************************************************