Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Routine: ABPACMRP

ABPACMRP.m

Go to the documentation of this file.
  1. ABPACMRP ;CLOSE THE MONTHLY REPORTING PERIOD; [ 07/04/91 7:43 AM ]
  1. ;;1.4;AO PVT-INS TRACKING;*0*;IHS-OKC/KJR;JULY 25, 1991
  1. K ABPA("HD") S ABPA("HD",1)=ABPATLE
  1. S ABPA("HD",2)="Close the Monthly Reporting Period" D ^ABPAHD
  1. S Y=$E(DT,1,3),X=$E(DT,4,5) I +X'=1 S X=X-1 S:X<10 X=0_X S Y=Y_X_"00"
  1. E S Y=(Y-1)_1200
  1. S ABPA("DT")=Y X ^DD("DD")
  1. I $D(^ABPAFAC(DUZ(2),1,ABPA("DT"),0))=1 D Q
  1. .K ABPAMESS
  1. .S ABPAMESS="The '"_Y_"' reporting period has already been closed."
  1. .S ABPAMESS(2)="... Press any key to continue ..." D PAUSE^ABPAMAIN
  1. K DIR S DIR(0)="YA",DIR("A",1)="CLOSE THE '"_Y_"' REPORTING PERIOD!"
  1. S DIR("A")=" ARE YOU SURE? " W !!!,*7 D ^DIR
  1. I Y D
  1. .I $D(^ABPAFAC(DUZ(2),1,0))=0 D
  1. ..S ^ABPAFAC(DUZ(2),1,0)="^9002270.08D^^0"
  1. .K DIC S DIC="^ABPAFAC("_DUZ(2)_",1,",DA(1)=DUZ(2),DIC(0)="L"
  1. .S X=ABPA("DT") W ! D ^DIC W !!,"All done!"
  1. .K ABPAMESS D PAUSE^ABPAMAIN
  1. K X,Y,ABPA("DT"),DIC,DA
  1. Q
  1. ;
  1. CHECK ;ENTRY POINT - CHECK FOR CLOSED REPORTING PERIOD
  1. K CLOSED S CLOSED=1
  1. S Y=$E(DT,1,3),X=$E(DT,4,5) I +X'=1 S Y=Y_0_(X-1)_"00"
  1. E S Y=(Y-1)_1200
  1. S ABPA("DT")=Y X ^DD("DD")
  1. I $D(^ABPAFAC(DUZ(2),1,ABPA("DT"),0))=1 Q
  1. E D S CLOSED=0
  1. .K ABPAMESS S ABPAMESS="POSTING DENIED - The '" W *7
  1. .S ABPAMESS=ABPAMESS_Y_"' reporting period has not been closed."
  1. .S ABPAMESS(2)="... Press any key to continue ..." D PAUSE^ABPAMAIN