TBDEVICE Interface Program
Danyl-LANsimile Professional/RECOUNT 3000 Data Format
Overview
The TABS III Data Collection Device Conversion program (DANYL-LANsimile/RECOUNT format) can be used to convert photocopy expense transactions and disbursements from the Danyl LANsimile Professional/RECOUNT 3000 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-LANsimile Professional/RECOUNT 3000 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 TABS III tcodes to the disbursement codes.
Creating Validation Files
A client validation file named TRACER.CV2 can be created that is used by the Danyl LANsimile Professional or RECOUNT 3000 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-LANsimile Professional/RECOUNT system after changes have been made to the client file in TABS III.
Converting the Danyl-LANsimile Professional/RECOUNT 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-LANsimile Professional/RECOUNT format by selecting File | Configure.
File Layout
The following information is imported from the Danyl-LANsimile/RECOUNT 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 |
No |
Fax Page Count |
0 thru 9999 |
|
8 |
Yes |
Phone Number |
nnn-nnn-nnnn or 011nnnnnnnn |
|
9 |
No |
Call Duration |
12.3 minutes stored as 123 |
|
10 |
No |
User Initials |
|
|
11 |
Yes |
Client Number |
|
|
12 |
Yes |
Matter/File Number |
|
|
CrLf |
carriage return/line feed |
||
Notes
Sample Data File
The following is an example of a Danyl-LANsimile/RECOUNT data file.
01/08/02,08:57,01,13,00002.50,00025,0000," ", ,"PJT",101,00 01/08/02,09:14,01,14,00004.25,00000,0010,"609-234-8000",0005,"WF ",200,03 01/08/02,10:15,02,14,00015.00,00000,0020,"212-921-1175",0008,"WF ",200,01 01/09/02,09:10,01,11,00003.75,00035,0000," ", ,"PJT",200,03 01/09/02,10:15,01,13,00005.00,00042,0000," ", ,"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 – LANSIMILE/RECOUNT 3000
Validation F:\STI\TBDEVICE.EXE /VALIDATION DANYL – LANSIMILE/RECOUNT 3000
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