Tracking Manager

Tracking Manager is a program that lets you store tracking numbers for packages that are in the mail.
This app is perfect for people like artists that send commissioned work to clients regularly.

Tracking a package

Use the form at the bottom of the main window to attach information to your package. The tracking number is the most important bit.
Whenever you'd like to check the status of your package, find it in the list and click its track button. Your browser should open the company's respective package tracking page.
Out of the box Tracking Manager lets you track packages sent with UPS, USPS, FedEx and DHL, just select one from the dropdown menu in the form.

Adding a shipping company to the list

First, navigate to the company's tracking page in your browser and enter your tracking number. Once you get to the page which shows you the status of your package, copy the URL. It should look something like this (supposing our tracking number is 123456):

http://shippingcompany.com/track/?trackingnumber=123456


In the Settings window click on the "Manage shipping companies" button. Enter the company name in the "Name" field and in the "URL scheme" field paste the URL you copied but replace the tracking number in it with "{moomoohk}" (without quotes). So for the example URL above, the URL scheme will look like this:

http://shippingcompany.com/track/?trackingnumber={momoohk}

And that's it. You can now use that company from the main window.

//TODO

Downloads