Improved SUV Detection.

This commit is contained in:
Patrick Fic
2022-05-26 12:02:39 -07:00
parent 12eee30ea1
commit 611b6fbe43
3 changed files with 12 additions and 2 deletions

View File

@@ -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."
}
}

View File

@@ -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": {

View File

@@ -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"
]