ACRFIRS9 ;IHS/OIRM/DSD/AEF - WRITE IRS 1099 INSTRUCTIONS TO SCREEN; [ 11/01/2001 9:44 AM ]
;;2.1;ADMIN RESOURCE MGT SYSTEM;;NOV 05, 2001
;
;Writes instructions for using the IRS/1099 menu options.
EN ;EP -- MAIN ENTRY POINT
;
N DIR,X,Y
S DIR(0)="Y"
S DIR("A")="Do you want to print a copy of the instructions"
S DIR("B")="N"
D ^DIR
Q:$D(DTOUT)!($D(DUOUT))!($D(DIRUT))
Q:'Y
D QUE^ACRFUTL("DQ^ACRFIRS9","","PRINT 1099 INSTRUCTIONS")
Q
DQ ;EP -- QUEUED JOB STARTS HERE
;
W !,?3,"The following steps should be done in sequence to ensure accuracy of 1099's:"
W !,"1 -Option EFIN to make any needed corrections to the Finance Location",!," fields and be sure to enter CONTACT NAME and CONTACT PHONE number."
W !,"2 -Option CALC to calculate YTD Paid vendor amounts."
W !,"3 -Option RPTS to list & review all vendors with YTD-PAID entries."
W !,"4 -Decide whether to zero-out YTD-PAID field for all vendors and enter all OR"
W !," make selected corrections to YTD-PAID field because most are already correct"
W !," (Option ZERO to 'zero-out' YTD-PAID field for all vendors and enter for all)"
W !,"5 -Option INPT to enter/correct YTD-PAID field."
W !,"6 -Option RPTS again to check all YTD-PAID entries before printing."
W !,"7 -Option TRNS to prepare staging file for EXPORT & PRINT process."
W !,"8 -Option LIST to review a list of entries in the staging file. Correct"
W !," any missing data."
W !,"9 -Option PRNT to print 1099's (Will offer chance to print test 1099s.)"
W !,"10-Option EXP to export 1099 data to UNIX IRS/STATE files. (MUST DO TRNS 1ST)"
D ^%ZISC
Q
ACRFIRS9 ;IHS/OIRM/DSD/AEF - WRITE IRS 1099 INSTRUCTIONS TO SCREEN; [ 11/01/2001 9:44 AM ]
+1 ;;2.1;ADMIN RESOURCE MGT SYSTEM;;NOV 05, 2001
+2 ;
+3 ;Writes instructions for using the IRS/1099 menu options.
EN ;EP -- MAIN ENTRY POINT
+1 ;
+2 NEW DIR,X,Y
+3 SET DIR(0)="Y"
+4 SET DIR("A")="Do you want to print a copy of the instructions"
+5 SET DIR("B")="N"
+6 DO ^DIR
+7 IF $DATA(DTOUT)!($DATA(DUOUT))!($DATA(DIRUT))
QUIT
+8 IF 'Y
QUIT
+9 DO QUE^ACRFUTL("DQ^ACRFIRS9","","PRINT 1099 INSTRUCTIONS")
+10 QUIT
DQ ;EP -- QUEUED JOB STARTS HERE
+1 ;
+2 WRITE !,?3,"The following steps should be done in sequence to ensure accuracy of 1099's:"
+3 WRITE !,"1 -Option EFIN to make any needed corrections to the Finance Location",!," fields and be sure to enter CONTACT NAME and CONTACT PHONE number."
+4 WRITE !,"2 -Option CALC to calculate YTD Paid vendor amounts."
+5 WRITE !,"3 -Option RPTS to list & review all vendors with YTD-PAID entries."
+6 WRITE !,"4 -Decide whether to zero-out YTD-PAID field for all vendors and enter all OR"
+7 WRITE !," make selected corrections to YTD-PAID field because most are already correct"
+8 WRITE !," (Option ZERO to 'zero-out' YTD-PAID field for all vendors and enter for all)"
+9 WRITE !,"5 -Option INPT to enter/correct YTD-PAID field."
+10 WRITE !,"6 -Option RPTS again to check all YTD-PAID entries before printing."
+11 WRITE !,"7 -Option TRNS to prepare staging file for EXPORT & PRINT process."
+12 WRITE !,"8 -Option LIST to review a list of entries in the staging file. Correct"
+13 WRITE !," any missing data."
+14 WRITE !,"9 -Option PRNT to print 1099's (Will offer chance to print test 1099s.)"
+15 WRITE !,"10-Option EXP to export 1099 data to UNIX IRS/STATE files. (MUST DO TRNS 1ST)"
+16 DO ^%ZISC
+17 QUIT