From 596f66652306b6b8f24d43445dc15a3c6960ab2c Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 23 Nov 2021 18:05:52 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 5 ++++- ayanova/src/main.js | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index e9811e17..cbb0f43b 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -959,6 +959,8 @@ BUILD 139 CHANGES OF NOTE 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 @@ -966,8 +968,9 @@ BUILD 139 CHANGES OF NOTE 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 \ No newline at end of file +- case 4032 see case notes diff --git a/ayanova/src/main.js b/ayanova/src/main.js index f4565ea6..8788b7c3 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 = true; +const DEV_MODE = false; //************************************************************ //************************************************************** //**************************************************************