This document describes the requirements for creating a source account balance history import file. This file can then be imported into Escape journal entries, and posted to the ledger, as historical account data. Account balances for the affected fiscal year accounts will reflect the import. Account inquiry and reporting can subsequently be done.
Importing account balance history data is generally done at system startup. Any number of fiscal year's data can be imported. Note that the fiscal year accounts to which the data will be posted must already exist in the system, and data for each fiscal year should be imported separately.
For instructions on running the Escape Account Balance Import Program, see the Escape System Setup Manual.
The following table lists the data fields, with field widths, that must be included in the import source file.
| Field Name | Data Type | Format | Field Desc |
|---|---|---|---|
| Account Number | String(60) | Match account structure with delimiters | Account # (left justify) |
| Description | String(60) | Text | Account description |
| Expensed Amt | String(13) | -DDDDDDDDD.dd | Total expensed balance |
| Encumbered Amt | String(13) | -DDDDDDDDD.dd | Total encumbrance balance |
| Budget Amt | String(13) | -DDDDDDDDD.dd | Original budget amount |
| Rev Budget Amt | String(13) | -DDDDDDDDD.dd | Revised budget balance |
| Revenue Amt | String(13) | -DDDDDDDDD.dd | Revenue amount |
| Expired Date | String(8) | YYYYMMDD | Expiration date, leave blank if still active |
| Short Desc | String(25) | Text | Short account description |
| Link To Account | String(40) | Match account structure with delimiters |
Other Fyr account to link to |
| Link Fyr | String(4) | YYYY | Fyr for link account |
Following are the rules for the source account data file:
NOTE: When you import accounts that do not exist in Escape, they are created for you.
The format area of the fields listed above have the following meaning:
NOTE: For account updating, the required fields are Fiscal Year, Account Number, and the desired account balance fields. Account Number must include delimiters, as in the Escape account structure.