Tabs3/ASCII Interface Program
Version 1.4
(Variable Length ASCII Records)
Overview
The Tabs3/ASCII interface program is a DOS based program. It is used to convert time and expense transactions from an ASCII file to be compatible with the Tabs3 Merge Data Capture Transactions program.
The ASCII data must be in a file named TABS3.ASC and must reside in the Tabs3 program directory. The file should contain no more than 9,999 records. If you need to import more than 9,999 records then the records will need to be converted in stages.
The Tabs3/ASCII interface program (CONVASCV.EXE) must be copied to the directory where the Tabs3 programs reside. The Tabs3 program directory can be found by starting Tabs3 and selecting Help | About Tabs3.
Note: The Create Validation Files program must be run before you can successfully use this data capture device interface program. The Create Validation Files program is found in Tabs3 by selecting the following menu options Maintenance|Integration|Create Validation Files. When creating validation files, select a Validation File Type of Data Capture Device.
Note: Payment transactions cannot be merged into Tabs3.
Note: This DOS program cannot be run under a 64-bit operating system. Although it can be installed on a 64-bit server, it must be run from a non-64-bit workstation.
Installation
The CONVASCV interface program (CONVASCV.EXE) must be transferred to the directory on your hard disk where the Tabs3 program files reside. This is done by using the SETUP program on the CONVASCV interface program CD.
To install the CONVASCV interface program on your hard disk:
The installation program will automatically start.
Note: If the CD Autorun feature is disabled, click the Start
button, and then click Run... Click the Browse button and
navigate to the CD drive. Double-click the LAUNCH.EXE file.
Click OK.
Executing the CONVASCV Interface Program
From a DOS prompt from the Tabs3 directory, enter the command "CONVASCV" to convert the ASCII data in the TABS3.ASC file to the required data format to be merged with Tabs3. You will be asked "Is it OK to continue? (Y/N)". If you enter "N" the program will be aborted. If you enter "Y" the program will look for the TABS3.ASC file containing ASCII data. If the TABS3.ASC file is found to contain data, the program will display the message "Converting Transactions" followed by a count for each transaction read from the file. As the transactions are being read, they will be converted so they will be compatible with the Tabs3 Merge Data Capture Transactions program.
When the CONVASCV program is done, the following files will exist: T3FEEKEY.REM, T3FEE.REM, T3FDESC1.REM, T3EXPKEY.REM, T3EDESC1.REM and T3EXP.REM. You must then start Tabs3 and run the Merge Data Capture Transactions program. This program will merge the data (*.REM) files created by the CONVASCV program with your main Tabs3 data files.
Note: If you are not using a demo version of the program, the TABS3.ASC file will automatically be deleted when the conversion is complete to avoid double posting of the data.
| TABS3.ASC File Layout | ||
| Field | Name | Format |
1 |
Timekeeper | up to 3 digits |
2 |
Client Number | up to 12 digits (with optional decimal point) |
3 |
Transaction Code | up to 5 digits preceded by a "$" for costs or payments (trans code cannot be greater than 30999 in value) |
4 |
Description | up to 5000 characters or 100 lines of text |
5 |
Date | mm/dd/yy format |
6 |
Hours Worked | hours worked in decimal format up to 320.00 maximum (i.e. 1.25 is 1 hr. 15 min.) |
7 |
Hourly Rate | hourly billing rate in dollar format up to 9999.99 |
8 |
Amount | billable dollar amount up to 9999999.99 |
9 |
CrLf | carriage return/line feed |
Notes
Dump of Sample Transactions
"02","101.00","1","Office conference with Karen Barrett and all of the apartment managers concerning the unpaid rents at the new apartments.","02/19/07",1.50,60.00,90.00 "01","200.01","$23","court filing fee.","02/15/07",0.00,0.00,15.00 "02","101.00","$21","photocopies.","02/15/07",0.00,0.00,1.25 "02","101.00","3","Telephone conference with Ms. Barrett.","02/19/07",1.22,0.00,73.20 "02","200.01","$21","Photocopy originals.","02/19/07",0.00,0.00,2.50 "02","200.02","$23","Pay County Court filing fee in advance on behalf of client.","02/19/07",0.00,0.00,25.002008/12/16