diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index cbb0f43b..7c38862c 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -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 diff --git a/ayanova/src/api/ayanova-version.js b/ayanova/src/api/ayanova-version.js index fc6ec932..efb80eb9 100644 --- a/ayanova/src/api/ayanova-version.js +++ b/ayanova/src/api/ayanova-version.js @@ -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." }; diff --git a/ayanova/src/main.js b/ayanova/src/main.js index 8788b7c3..f4565ea6 100644 --- a/ayanova/src/main.js +++ b/ayanova/src/main.js @@ -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; //************************************************************ //************************************************************** //**************************************************************