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

PRCB1G.m

Go to the documentation of this file.
  1. PRCB1G ;WISC/PLT-IFCAP CURRENT DETAIL OCCRUAL ;12/2/97 14:03
  1. V ;;5.1;IFCAP;;Oct 20, 2000
  1. ;Per VHA Directive 10-93-142, this routine should not be modified.
  1. QUIT ;invalid entry
  1. ;
  1. EN ;year to date detail accrual
  1. N PRCA,PRCB,PRCQCD,PRCOPT,PRCRI,PRCDI,PRCDUZ,PRC,PRCDES,PRCTD
  1. N A,B,C
  1. Q1 ;station
  1. S PRCF("X")="AS" D ^PRCFSITE G:'% EXIT
  1. S PRCRI(420)=+PRC("SITE"),PRCOPT=1
  1. Q4 ;prompt fiscal year
  1. S A=$$DATE^PRC0C("T","E"),PRCTD=$P(A,"^",1,2)
  1. S E="O^2:4^K:X'?2N&(X'?4N) X",Y(1)="Enter a fiscal year in format: YY OR YYYY. For example: 96 or 1996"
  1. D FT^PRC0A(.X,.Y,"For Fiscal Year",E,$P(PRCTD,"^"))
  1. G:X["^"!(X="")!(Y'?2.4N) EXIT
  1. S:Y?2N Y=$$YEAR^PRC0C(Y) I Y>PRCTD D EN^DDIOL("Too early to run this report") G Q4
  1. S A=$$QTRDATE^PRC0D(Y,$S(+PRCTD=Y:$P(PRCTD,"^",2),1:4)),PRCA=A W " Fiscal Year: ",$P(PRCA,"^")
  1. S $P(PRCA,"^",11)=$P(PRCA,"^",8)_"-"_PRC("SITE")
  1. I $O(^PRCH(440.6,"ST","N~",0)) D EN^DDIOL("Warning: An unregistered card exists in your file. Contact the P.C. Coordinator.")
  1. Q5 D YN^PRC0A(.X,.Y,"Ready to Print","O","NO")
  1. I X["^"!(X="")!'Y G Q4
  1. D ACCR
  1. D EN^DDIOL(" "),EN^DDIOL(" ") G Q4
  1. ;
  1. EXIT QUIT
  1. ;
  1. ;
  1. ACCR ;start accrual
  1. N PRCDUZ
  1. S PRCDUZ=DUZ
  1. S ZTDESC="IFCAP YTD Detail Accrual for Fiscal Year: "_$P(PRCA,"^")
  1. S PRCDES=ZTDESC
  1. S ZTRTN="TMEN^PRCB1G1" F A="PRCOPT","PRCA","PRCTD","PRCDUZ","PRCDES","DUZ*" S ZTSAVE(A)=""
  1. D ^PRCFQ
  1. QUIT
  1. ;