Skip to content

jsdelivrbot/addin-last-insert-key

Repository files navigation

addin-last-insert-key

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.

Getting Started

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 install and bower install
  • Run the sample gulp serve

Installation

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

About

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.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors