TBDEVICE Interface Program
Danyl-Expense Logger Data Format
Overview
The TABS III Data Collection Device Conversion program (DANYL-Expense Logger format) can be used to convert photocopy expense transactions from the Danyl Expense Logger system to be compatible with the Merge TABS III Remote Data program.
The TBDEVICE program must reside in the same directory as the TABS III programs in order to work properly. The Danyl-Expense Logger data must reside in the TABS III 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 TABS III 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 TABS III tcodes with the information that will be imported into TABS III.
Creating Validation Files
A client validation file named TRACER.CV2 can be created that is used by the Danyl Expense Logger System. This file will contain a record for each active client/matter that exists in the TABS III Client file. Use the following procedure to create the validation file:
Note: Validation files should be recreated and transferred to the Danyl-Expense Logger system after changes have been made to the client file in TABS III.
Converting the Danyl-Expense Logger Data
Use the following procedure for conversion:
Note: A TBDEVICE.LOG file is created and will contain any records that were not converted. If no errors were encountered during the conversion, then the TBDEVICE.LOG file will be a zero byte file.
Note: If you are using a full user system, the data file containing the logged photocopies will automatically be deleted when the conversion is complete to avoid double posting of the data. However, when using a demo system, the data file is not deleted.
Note: You can change the disbursement transaction codes and the detail description options used by the Danyl-Expense Logger format by selecting File | Configure.
File Layout
The following information is imported from the Danyl-Expense Logger data file.
|
TRACER.LGS File Layout |
|||
|
Field # |
Is Field Converted? |
Field |
Format |
|
1 |
Yes |
Date |
MM/DD/YY |
|
2 |
No |
Time |
HH:MM |
|
3 |
No |
Unit Number |
01 thru 95 |
|
4 |
Yes |
Disbursement Code |
00 thru 99 |
|
5 |
Yes |
Amount |
nnn.nn format |
|
6 |
No |
Copy Count |
1 thru 99999 |
|
7 |
Yes |
Phone Number |
nnn-nnn-nnnn or 011nnnnnnnn |
|
8 |
No |
User Initials |
|
|
9 |
Yes |
Client Number |
|
|
10 |
Yes |
Matter/File Number |
|
|
CrLf |
carriage return/line feed |
||
Notes
Sample Data File
The following is an example of a Danyl-Expense Logger data file.
01/08/02,08:57,01,13,00002.50,00025," ","PJT",101,00 01/08/02,09:14,01,14,00004.25,00000,"609-234-8000","WF ",200,03 01/08/02,10:15,02,14,00015.00,00000,"212-921-1175","WF ",200,01 01/09/02,09:10,01,11,00003.75,00035," ","PJT",200,03 01/09/02,10:15,01,13,00005.00,00042," ","PRM",200,02
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 DANYL – EXPENSE LOGGER
Validation F:\STI\TBDEVICE.EXE /VALIDATION DANYL – EXPENSE LOGGER
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 online Help includes complete details regarding Startup Options.
2002/09