This commit is contained in:
@@ -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
|
||||
- case 4032 see case notes
|
||||
|
||||
@@ -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;
|
||||
//************************************************************
|
||||
//**************************************************************
|
||||
//**************************************************************
|
||||
|
||||
Reference in New Issue
Block a user