This Add-In automates the generation of a report for the most recent assignment of an NFC key or driver to a vehicle within the from date. Options are provided to select the from date and sorting. Generation of a downloadable report is accomplished with a single click.
This add-in was developed using generator-addin to allow local developmented and testing.
- Install nodejs latest LTS
- Install dependencies:
npm install -g gulp-cli bower - Clone the samples repository
git clone https://github.com/Geotab/addin-last-insert-key.git addin-last-insert-key - Naviagte to the working directory
cd addin-last-insert-key - Restore packages using
npm installandbower install - Run the sample
gulp serve
Add the configuration below to the to the system setting -> add-ins section of the MyGeotab database
{
"name": "Last Insert Key Report",
"supportEmail": "support@geotab.com",
"version": "0.0.1",
"items": [{
"url": "https://cdn.rawgit.com/Geotab/addin-last-insert-key/master/dist/lastInsertKey.html",
"path": "ActivityLink/",
"menuName": {
"en": "Last Insert Key"
},
"icon": "https://cdn.jsdelivr.net/gh/Geotab/addin-last-insert-key@master/dist/images/icon.png"
}]
}