home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.barnyard.co.uk
/
2015.02.ftp.barnyard.co.uk.tar
/
ftp.barnyard.co.uk
/
cpm
/
walnut-creek-CDROM
/
CPM
/
DBASEII
/
TDAS.ARK
/
STUDENT5.PRG
< prev
next >
Wrap
Text File
|
1986-08-24
|
3KB
|
87 lines
*******************************************************************************
* This is the menu for various accounting processes. You *
* select the procedure you want. *
*******************************************************************************
SET talk OFF
STORE T TO Report
DO WHILE Report
STORE " " to Choice
STORE 'January February March April May June '+;
'July August SeptemberOctober November December ' to Date:str
*
STORE TRIM($(Date:str, VAL($(Cdate,1,2))*9-8,9))+;
", 19"+$(Cdate,7,2) to Rdate
STORE TRIM($(Date:str, VAL($(Cdate,1,2))*9-8,9))+" "+;
$(Cdate,4,2)+", 19"+$(Cdate,7,2) TO Sdate
ERASE
DO WHILE .NOT. Choice$"0123456789"
SET Intensity OFF
SET Color TO 11
@ 1,25 SAY "YOUR COMPANY NAME GOES HERE"
SET Color TO 9
@ 3,27 SAY "Accounting Report Menu"
SET Color TO 112,7
SET Intensity ON
@ 7,11 SAY "1 - Enter any rate-per-lesson changes."
@ 8,11 SAY "2 - Enter the number of lessons given in the month."
@ 9,11 SAY "3 - Enter, post or summarize payments and/or credits."
@ 10,11 SAY "4 - Print the statements: one only, or all of them."
@ 11,11 SAY "5 - Print mailing labels"
SET Intensity OFF
SET Color to 147
@ 12,1 SAY "***"
SET Color to 112,7
SET Intensity ON
@ 12,5 SAY "For safety, at this point make a copy of your 'B' diskette.;
Use it hence-"
@ 13,5 SAY "forth. SAVE the older diskette as your permanent record."
@ 14,11 SAY '6 - Run the monthly "activity" report'
@ 15,11 SAY "7 - POST the students' records (do"
SET Intensity OFF
SET Color TO 9
@ 15,46 SAY "AFTER"
SET Color TO 112,7
SET Intensity ON
@ 15,52 SAY "doing the above)."
@ 16,11 SAY '8 - Print an "Ageing Report."'
@ 17,11 SAY '9 - Print Attendance Record for the new month.'
@ 19,11 SAY "0 - Return to Previous Menu"
@ 21,26 SAY "-"
SET Intensity OFF
SET Color TO 240
@ 21,28 SAY "Pick One!"
SET Color to 112,7
SET Intensity ON
@ 21,24 GET Choice
READ NOUPDATE
ENDDO
*
DO CASE
CASE Choice = "1"
DO Stud5-1
CASE Choice = "2"
DO Stud5-2
CASE Choice = "3"
DO Stud5-3
CASE Choice = "4"
DO Stud5-4
CASE Choice = "5"
DO Stud5-5
CASE Choice = "6"
DO Stud5-6
CASE Choice = "7"
DO Stud5-7
CASE Choice = "8"
DO Stud5-8
CASE Choice = "9"
DO Stud5-9
CASE Choice = "0"
USE
STORE F to Report
RETURN
ENDCASE
RELEASE Choice
ENDDO
RETURN
* EOF
iling labels