Improved SUV Detection.
This commit is contained in:
@@ -93,5 +93,10 @@
|
||||
"title": "Release Notes for 1.0.27",
|
||||
"date": "02/17/2022",
|
||||
"notes": "Bug Fix: \n- Improved handling $0 DB items from Mitchell Cloud Estimating.\n- Adjusted handling of part quantities during calculation.\n- Removed line discounts from count of RPS eligible parts in header.\n- Added automatic exlcusion for -02 estimates."
|
||||
},
|
||||
"1.0.28": {
|
||||
"title": "Release Notes for 1.0.28",
|
||||
"date": "05/26/2022",
|
||||
"notes": "Bug Fix: \n- Improved SUV detection."
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"productName": "ImEX RPS",
|
||||
"author": "ImEX Systems Inc. <support@thinkimex.com>",
|
||||
"description": "ImEX RPS",
|
||||
"version": "1.0.27",
|
||||
"version": "1.0.28",
|
||||
"main": "electron/main.js",
|
||||
"homepage": "./",
|
||||
"dependencies": {
|
||||
|
||||
@@ -22,6 +22,8 @@
|
||||
"FLEX SE",
|
||||
"ECOSPORT",
|
||||
|
||||
"TRAILBLAZER",
|
||||
|
||||
"CHEROKEE",
|
||||
"CHEROKEE CLASSIC",
|
||||
"CHEROKEE COUNTRY",
|
||||
@@ -201,5 +203,8 @@
|
||||
"JUKE SV",
|
||||
"JUKE",
|
||||
"ROGUE",
|
||||
"ROGUE SV"
|
||||
"ROGUE SV",
|
||||
"XTERRA"
|
||||
|
||||
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user