Tabs3 TBDevice
CONVTRAK (ERS) Data Format
Overview
The Tabs3 TBDevice software [CONVTRAK (ERS) format] can be used to convert photocopies, faxes, phone calls, laser copies, database records, disbursements, and time transactions from the Control Systems ERS System software to be compatible with the Merge Tabs3 Remote Data program.
The TBDevice software must reside in the same directory as the Tabs3 software in order to work properly. The Control Systems ERS data must reside in the Tabs3 program directory. Details regarding the exact file layout can be found on the following page.
Installation
To install the TBDevice interface program on your hard disk:
Note: The TBDevice interface program (TBDEVICE.EXE) must be installed in the same directory where the Tabs3 program resides.
Configuring the Data Collection Device Type
Before you can convert any data from a data collection device, TBDevice must be configured to handle the necessary format. The main purpose of the configuration is to map the disbursement codes to Tabs3 tcodes with the information that will be imported into Tabs3.
Creating Validation Files
A client validation file named CLIENT.DAT can be created that is used by the Control Systems ERS system. This file will contain a record for each active client/matter that exists in the Tabs3 Client file. Use the following procedure to create the validation file:
Note: Validation files should be recreated and transferred to the Control Systems ERS system after changes have been made to the client file in Tabs3.
Converting the Control Systems ERS Data
Use the following procedure for conversion:
Note: You can change the disbursement transaction codes and the detail description options used by the CONTRAK (ERS) format by selecting File | Configure.
ERSCUST.DAT File Layout
File Type: Fixed Length (various lengths depending on the transaction type)
Note: The record length for each transaction type is different. The following table lists the possible transaction types and record lengths:
|
Type |
Description |
Length |
|
C |
Photocopy |
184 |
|
F |
Fax |
217 |
|
P |
Phone Call |
201 |
|
L |
Laser Copy |
176 |
|
D |
Database |
195 |
|
X |
Disbursement |
175 |
|
T |
Time |
187 |
|
Name |
Start |
Length |
Description |
|
Transaction Type |
1 |
1 |
Either a "C", "F", "P", "L", "D", "X", or "T" |
|
Client/Matter Number |
2 |
16 |
Can have a "." or "-" or no separator between |
|
Transaction Date |
20 |
6 |
Transaction date in YYMMDD format |
|
Description |
70 |
32 |
Transaction description - used in converted descriptions |
|
Fields Specific to Photocopies |
|||
|
Copy Count |
159 |
8 |
Used in converted descriptions |
|
Amount |
175 |
8 |
$1.23 stored as 123 |
|
Fields Specific to Faxes |
|||
|
City |
166 |
8 |
Used in converted descriptions |
|
State |
174 |
2 |
Used in converted descriptions |
|
Page Count |
184 |
8 |
Used in converted descriptions |
|
Amount |
208 |
8 |
$1.23 stored as 123 |
|
Fields Specific to Phone Calls |
|||
|
City |
166 |
8 |
Used in converted descriptions |
|
State |
174 |
2 |
Used in converted descriptions |
|
Amount |
192 |
8 |
$1.23 stored as 123 |
|
Fields Specific to Laser Copies |
|||
|
Page Count |
151 |
8 |
Used in converted descriptions |
|
Amount |
167 |
8 |
$1.23 stored as 123 |
|
Fields Specific to Database Transactions |
|||
|
Amount |
186 |
6 |
$1.23 stored as 123 |
|
Fields Specific to Miscellaneous Disbursements |
|||
|
Amount |
166 |
8 |
$1.23 stored as 123 |
|
Fields Specific to Time Transactions |
|||
|
Timekeeper |
30 |
8 |
Has to correspond to the Tabs3 timekeeper number |
|
Amount |
178 |
8 |
$1.23 stored as 123 |
Sample ERSCUST.DAT data file:
Note:
Each record has been divided into 3 separate sections (2 75 byte sections followed by a 34/67/51/26/45/25/37 byte section for record type C/F/P/L/D/X/T) so the records won't be truncated on the page. Also, the first 3 lines are not part of the ERSCUST.DAT file.
1 2 3 4 5 6 7
123456789012345678901234567890123456789012345678901234567890123456789012345
---------------------------------------------------------------------------
C100.00 199502011116 SUBPOE
NAS COPFAX02WAGNER 5516 1
3 3 75 75
F200.01 199502021626
COPFAX02SMITHC 1186 1
8002530332 NEW CASTDE 68 2 550 0 550
P200.02 199502161125 21
PHONTRAKEXT21 3
023258900 NEW CASTDE 78 61 61
X200.03 199502081210
COPFAX01HENRY 2179 P
OSTAGE 1441 1441
D300.00 199502031124
COPFAX01ADAMS 0796 L
EXIS 180 2995 2995
L400.00 199502031447
COPFAX01GUTH 5804 1
112 1120 1120
T402.00 199502031459003 CORP D
OCUMENTS COPFAX01GUTH 5804 1
99502272314 960 9750 9750
Startup Options
Command line options can be used when starting TBDevice to bypass the User ID prompt and automatically execute the Convert and Validation programs thereby eliminating user interaction. These startup options can be quite useful when implemented as part of a batch file.
The following are examples of the available startup options:
Bypass the User ID prompt F:\STI\TBDEVICE.EXE ALICE
Convert F:\STI\TBDEVICE.EXE /CONVERT CONVTRAK (ERS)
Validation F:\STI\TBDEVICE.EXE /VALIDATION CONVTRAK (ERS)
Note: The normal "sign in" routine is used when TBDevice is started with the "/CONVERT" or "/VALIDATION" options. If you have not specified a User ID on the command line, you will be required to enter the User ID. If password security has been defined, you will also be required to enter the password before the Convert or Validation program will proceed.
The TBDevice Help includes complete details regarding Startup Options.
2003/12