The JobTracker API .NET software development kit (SDK) consists of:
- .NET object model (JobTrackerAPI3.dll)
- API User Guide, a help file which provides a reference to the properties and methods on the object model
Download the latest version of the SDK from:
http://www.moraware.com/downloads/JTAPISDK3.1.zip
To use the SDK on your machine, simply download the latest .zip file and extract the contents to your local file system.
To use the object model from your .NET project, you first need to create a reference to the .dll in your project properties.
Version History:
| Version | Release Notes |
|---|---|
| 3.1 | Add support for 1 minute increments for activity time & duration |
| 3.0 | Add support for inactive products and product attribute values Add lookup to get serial number Id's from names Allocate material using serial number name Add items to an inventory count using serial number name |
| 2.0 | Add support for processes, purchase orders, serial numbers and material allocation |
| 1.1 | .NET nullable types replace custom NullableDate, NullableInt32, NullableNumeric classes |
| 1.0 | Initial Release |