| | 1 | [[PageOutline]] |
| | 2 | |
| | 3 | = Truck / ID Storage = |
| | 4 | == About == |
| | 5 | The Cardinal 825 features an ID / Truck Storage application with full database capabilities, nearly |
| | 6 | unlimited id / truck storage capabilities, report printings, and much more. |
| | 7 | |
| | 8 | [[Image(ids.jpeg)]] |
| | 9 | |
| | 10 | * Full database capabilities from SQLite. |
| | 11 | * Nearly unlimited truck storage capabilities (~1,500,000 on standard storage). |
| | 12 | * Fully configurable report listings and printing capabilities. Reports can be filtered and sorted by |
| | 13 | * various fields. |
| | 14 | * Three configurable prompts and up to three linked ids / trucks. |
| | 15 | * Temporary and permanent ids / trucks. |
| | 16 | |
| | 17 | == Team == |
| | 18 | Existing bugs and features can be found [query:component=App/Std/TruckIdStorage here]. If you have any issues create a [/newticket?component=App/Std/TruckIdStorage&owner=kyle_s new ticket]. Before contacting support please be sure to check the [query:component=App/Std/TruckIdStorage&status!=closed active tickets] to verify the issue isn't already known. |
| | 19 | |
| | 20 | === Support === |
| | 21 | [[UserProfilesList(role=support)]] |
| | 22 | |
| | 23 | === Developers === |
| | 24 | [[UserProfilesList(name=%Kyle%)]] |
| | 25 | |
| | 26 | == Download == |
| | 27 | Latest Version: [attachment:ids v1.0.0.32] |
| | 28 | |
| | 29 | == Source == |
| | 30 | Feel free to [/browser/app/std/truckidstorage browse] the source. You can checkout the source by using one of the following: |
| | 31 | |
| | 32 | {{{ |
| | 33 | # Latest Development Source |
| | 34 | svn co http://tech.825spectrum.com/svn/applications/standard/ids/trunk |
| | 35 | |
| | 36 | # Tags of Stable Releases |
| | 37 | svn co http://tech.825spectrum.com/svn/applications/standard/ids/tags/1.0.x.x |
| | 38 | }}} |
| | 39 | |
| | 40 | == Changelog == |
| | 41 | [/log/app/std/truckidstorage View the changelog here.] |
| | 42 | |