*******************************************************************
acct/	
*******************************************************************
bal		Customer balances file
bal.bak		Customer balances file backup
bal.org         Customer balances file original    
charges		Customer charges file
charges.bak	Customer charges file backup
charges.org     Customer charges file original
credits		Customer credits file
credits.bak	Customer credits file backup
credits.org	Customer credits file original
cust		Customer file
cust.bak	Customer file backup
cust.org	Customer file original
custproc	Executable customer procedures for Accounting Menu System
discust.awk	Script to print the customer report
filedescript	Description of all files in Accounting Menu System
payments	Customer payments file
payments.bak	Customer payments file backup
payments.org    Customer payments file original
states		States file
states.bak	States file backup
unlkfl.ss	Unlock file shellscript
**************************************************************
control/             
**************************************************************
BEGIN.pro	Invoked by the .profile file at execution time
                To set umask, shell variables, start 'custproc'
                co-process, define forms schema and define temp
                directory.  
MFHELP.hlp	Standard help - how to request help, formatted 
TEMPLATE.frm	(form) template
auth.file	Accounting System authorization file
bal.dom		Balance file defines
bal.frm 	(bal) form
bal.hlp  	(bal) form formatted help file
chcrpa.dom	Charges, Credits and Payments file defines
chcrpa.frm	(chcrpa) form   
chcrpa.hlp 	(chcrpa) form formatted help  
cust.dom	Customer file defines
cust.hlp	(cust) menu formatted help
custf.frm       (custf) form
custf.hlp	(custf) form formatted help
deauth.bak	Accounting System deauthorization file backup
deauth.dat	Accounting System deauthorization file
discust.hlp	(discust) formatted help 
discust.mac	Display customer accounts macro
edit.frm	(edit) form
edit.hlp	(edit) form formatted help
editfl.mac	Edit file macro, display form for (edit)
editfl2.mac	Edit file macro - 2 - does actual editing
getform.mac	Getform macro - code to select various macros
imag.file	Menu image file for Accounting System
login.bak	Login.dat backup file
login.dat	Login permission file for Accounting System
menu.file	Menu file for use by menu shell	
restore.mac	Macro to restore accounting files
site.hlp	(site) menu formatted help
sortcnv.mac	Macro to determine the sort parameters for srtcst.mac
srtcst.hlp	Formatted help for the customer sort
srtcst.mac	Sort customer macro
srtfile.mac	Sort file macro
top.hlp		(top) menu formatted help
tr.hlp		(tr)  menu formatted help
unlkfl.mac	Unlock file macro
********************************************************************
develop/               
******************************************************************** 
TEMPLATE.c	C program template
TEMPLATE.mk	Makefile template
TEMPLATE.mnu	(name) menu template
bal.rhl		(bal) form raw help
chcrpa.rhl	(chcrpa) form raw help
cust.mnu	(cust) menu
cust.rhl	(cust) menu raw help
custf.rhl	(custf) form raw help
custproc.c	Custproc c program
custproc.h	Custproc header file
custproc.mk	Custproc make file
discust.rhl	Display customer raw help file
edit.rhl	(edit) raw help file
genparam.c	Genparam c program
parse.c		Parse c program
select.bak	Select.dat backup 
select.dat	Select.dat Menu selection file
site.mnu	(site) menu
site.rhl	(site) menu raw help
srtcst.rhl	Sort customer raw help
sud.c		Scan-until-delimiter c program source
top.mnu		(top) menu
top.rhl		(top) menu raw help
tr.mnu		(tr) menu
tr.rhl		(tr) menu raw help
unblock.c	Unblock c program source
***********************************************************************
