Skip to content

rogergrambihler/troopmaster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

troopmaster

Troopmaster is used by Scout Troops for keeping track of Scouts advancement, outings, personal information, etc. Troopmaster provides a way for exporting some of the data but doesn't provide a way to export Outing information. Outing information is also lost when a Scout is archived

Goal of the Troopmaster project is to be able to read the Troopmaster data and provide utilities.

The code to read the Troopmaster data is in the code\TMAPI folder and is modeled after the SqlLite api. Not all Troopmaster tables or record columns are currently read.

There is a sample utility console application in code\tm2sqllite that converts the Troopmaster data into a SqlLite database. A compiled copy can be downloaded at tm2sqllite download.

Code is C++ and currently compiled for Windows using the free Visual Studio Community but code is organized so that it can be made portable to other platforms. To compile download Visual Studio Community and then open the .csproj in the code\tm2sqllite folder.

About

Troopmaster utilities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published