| Track-IT® pro v2.x-3x
- Track-IT pro is written with power builder with a Foxpro Database
backend (*.DBF file format). This format is ODBC compatible.
When Track-IT light is used with Track-IT pro it automatically
uses the 2.x Track-IT light file format.
- Exporting information in Track-IT pro: All reports can be
exported in a variety of formats . See Exporting
- Track-IT pro v 3.0 database schema
- The first field in all tables, are the unique key for each
table. ID's for each table start at 100, and work their
way up.
- The PURGE field determines if that record will be taken
to the new database, or deleted.
The version table handles Track-IT pro updates,
and is not useful for reporting
|
VERSION
|
- VERSION
- NUMBER
- NAME
- MAXPRJ
- MAXACT
|
- MAXACTPR
- PRJLEN
- ACTLEN
- DESCLEN
- NAMELEN
|
The TRANS table is probably the most important
table of all. It stores the time transactions for each employee
|
TRANS
|
- TRANS
- ESTIMATE
- PROJECT
- ACTIVITY
- EMPLOYEE
- DEPT
- MANAGER
- LEADER
- DATE
- TIMEIN
|
- TIMEOUT
- TIMEWORK
- DESC
- BILLABLE
- APPROVED
- ARATE
- ERATE
- ECOST
- ERROR
|
The TABLE table contains information about
the next unique id for each table. Not useful in reporting.
The SECURITY table contains the security
information for the database, and determines what users have access
too.
|
SECURITY
|
- SECURITY
- NAME
- DESC
- DEFAULT
- TS
- PROJECT
- ESTIMATE
- CLIENT
- ACTIVITY
|
- DEPT
- EMPLOYEE
- PRJTYPE
- ACTGRP
- NEWDB
- OPENDB
- BACKREST
- CIEPROF
|
The PROJECT table contains all the projects,
what client a project belongs too, the leader of the project,
its type, and its billing type etc.
|
PROJECT
|
- PROJECT
- CLIENT
- EMPLOYEE
- PRJTYPE
- OUTSIDE
- NAME
- ACR
- DESC
|
- SDATE
- EDATE
- STATUS
- COSTTYPE
- COST
- EFFDATE
- HASEST
- PURGE
|
The PRJTYPE table is used to group projects,
and activities.
|
PRJTYPE
|
- PRJTYPE
- LINKID
- NAME
- DESC
- PURGE
|
The PRJACTS table is the information that
is contained within the Project/Assigned to tab.
It contains all assignments on all projects for all employees.
|
PRJACTS
|
- PRJACTS
- PROJECT
- EMPLOYEE
- ACTIVITY
|
The PHONE table contains all phone numbers
stored in Pro. The LINKTYPE determines which category it belongs in. (Project, Activity, etc)
|
PHONE
|
- PHONE
- LINKID
- LINKTYPE
- NUMBER
- DESC
- DISPLAY
|
The NOTE table contains all notes stored
in Pro. The LINKTYPE determines
which category it belongs in. (Project, Activity, etc)
|
NOTE
|
- NOTE
- LINKID
- LINKTYPE
- CONTENTS
- DATE
|
The EXPENSE table contains estimated expenses
that belong to projects.
|
EXPENSE
|
- EXPENSE
- PROJECT
- ESTIMATE
- EST_DESC
- ACTUAL
- ACT_DESC
|
The EXPACT table contains actual expenses
belonging to projects.
|
EXPACT
|
- EXPACT
- PROJECT
- USERID
- DATE
- PONUMBER
|
- INVOICE
- AMOUNT
- TAXES
- MARKUP
- DESC
|
The ESTIMATE table contains all records
for assignments in projects that have estimates.
|
ESTIMATE
|
- ESTIMATE
- PROJECT
- ACTIVITY
- EMPLOYEE
- DEPT
- MANAGER
- LEADER
- HOURS
|
- NEWHOURS
- ERATE
- ECOST
- ARATE
- BILLABLE
- DATE
- DESC
|
The EMPLOYEE table stores all employee
information for Track-IT pro.
|
EMPLOYEE
|
|
- EMPLOYEE
- DEPT
- SECURITY
- STATION
- OUTSIDE
- LNAME
- FNAME
- DWH
- DPW
|
- RATE
- COST
- SDATE
- EDATE
- USERID
- PASSWORD
- EFFDATE
- UNITTYPE
- PURGE
|
The DEPT table stores team information for
Track-IT pro
|
DEPT
|
- DEPT
- EMPLOYEE
- OUTSIDE
- NAME
- EFFDATE
- PURGE
|
The CLIENT table stores client information
for Track-IT pro
|
CLIENT
|
- CLIENT
- OUTSIDE
- NAME
- ACR
- CONTACT
- PURGE
|
The BILLING table contains billing information
for invoices, and payments.
|
BILLING
|
- BILLING
- PROJECT
- DATE
- TYPE
- NUMBER
- CHECKNO
- AMOUNT
- DFROM
|
- DTO
- FILENAME
- U1
- U2
- U3
- U4
- LTAX
- ETAX
|
The ADDRESS table keeps track of all Addresses
within Track-IT pro.
|
ADDRESS
|
- ADDRESS
- LINKID
- LINKTYPE
- DESC
- LINE1
|
- CITY
- PROVINCE
- POSTAL
- DISPLAY
|
The ACTIVITY table has all activities
that would be assigned to projects in Track-IT pro.
|
ACTIVITY
|
- ACTIVITY
- PROJECT
- PRJTYPE
- OUTSIDE
- NAME
- ACR
|
- ARATE
- DESC
- EFFDATE
- BILLABLE
- PURGE
|
|