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

RCXFMSWR.m

Go to the documentation of this file.
  1. RCXFMSWR ;WISC/RFJ-fms writeoff (wr) code sheet generator ;1 Nov 97
  1. ;;4.5;Accounts Receivable;**96,135,98,156,170,191,220,184**;Mar 20, 1995
  1. ;;Per VHA Directive 10-93-142, this routine should not be modified.
  1. Q
  1. ;
  1. ;
  1. STARTWR(RCDATEND) ; top entry point to generate a wr code sheet
  1. ;
  1. ; rcdatend is the ending date of the period.
  1. ; This date is the 3rd work day from the end of the month.
  1. ; The utility $$LDATE^RCRJR is used to figure it out. It will
  1. ; change from month to month and figures in holidays also.
  1. ; For example, if running the ARDC for the month of June 2003
  1. ; the EOAM will calculate out to be June 25, 2003.
  1. ; This is called by the background monthly data collector
  1. ;
  1. ; data stored in tmp($j,rcrjrcolwr,type,revsourcecode)
  1. ; this is called by the background monthly data collector
  1. ;
  1. N GECSDATA,RCTRANID,RESULT
  1. ; lookup fms document number to see if the monthly sv has been sent
  1. ; example rcdatend=3010531, lookup on 3010500
  1. D KEYLOOK^GECSSGET("WR-"_$E(RCDATEND,1,5)_"00",1)
  1. ;
  1. ; get the transacion id for the fms document
  1. ; if it is not sent, get the next number available
  1. I $G(GECSDATA) S RCTRANID=$E($P(GECSDATA("2100.1",GECSDATA,".01","E"),"-",2),1,11)
  1. I $G(RCTRANID)="" S RCTRANID=$$ENUM^RCMSNUM
  1. I RCTRANID<0 Q ;unable to retrieve the next number
  1. ; remove dash (example 460-K1A05HY)
  1. S RCTRANID=$TR(RCTRANID,"-")
  1. ;
  1. ; build and send the sv document to fms
  1. S RESULT=$$BUILDWR(RCDATEND,+$G(GECSDATA),RCTRANID)
  1. ; error in building code sheet
  1. I 'RESULT Q
  1. ;
  1. ; add/update entry in file 347 for reports
  1. N %DT,%X,D,D0,DA347,DI,DQ,DIC,ERROR
  1. S DA347=$O(^RC(347,"D","WR-"_$E(RCDATEND,1,5)_"00",0))
  1. ; if not in the file, addit fmsdocid wr id
  1. I 'DA347 D OPEN^RCFMDRV1($P(RESULT,"^",2),8,"WR-"_$E(RCDATEND,1,5)_"00",.DA347,.ERROR)
  1. I DA347 D SSTAT^RCFMFN02($P(RESULT,"^",2),1)
  1. Q
  1. ;
  1. ;
  1. BUILDWR(RCDATEND,RCGECSDA,RCTRANID) ; generate a wr code sheet for monthly data
  1. ; rcgecsda is the ien for the gcs stack file 2100.1 for rebuilds
  1. ; data stored in tmp($j,rcrjrcolwr)
  1. ;
  1. N AMOUNT,COUNT,CR2,DESCRIP,DOCTOTAL,FISCALYR,FMSLINE,FUND,GECSFMS,RSC,TYPE
  1. ;
  1. S FISCALYR=$$FY^RCFN01(RCDATEND)
  1. ;
  1. S COUNT=0,DOCTOTAL=0
  1. S TYPE="" F S TYPE=$O(^TMP($J,"RCRJRCOLWR",TYPE)) Q:TYPE="" D
  1. . S FUND="" F S FUND=$O(^TMP($J,"RCRJRCOLWR",TYPE,FUND)) Q:FUND="" D
  1. . . S RSC="" F S RSC=$O(^TMP($J,"RCRJRCOLWR",TYPE,FUND,RSC)) Q:RSC="" D
  1. . . . S AMOUNT=^TMP($J,"RCRJRCOLWR",TYPE,FUND,RSC),DOCTOTAL=DOCTOTAL+AMOUNT
  1. . . . I AMOUNT=0 Q
  1. . . . S COUNT=COUNT+1
  1. . . . S FMSLINE(COUNT)="LIN^~CRA^"_$S($L(COUNT)=1:"00",$L(COUNT)=2:"0",1:"")_COUNT
  1. . . . ;S $P(FMSLINE(COUNT),"^",4)=$S(FUND=4032:"03",1:FISCALYR) ;begin fy
  1. . . . S $P(FMSLINE(COUNT),"^",4)=FISCALYR ;begin fy
  1. . . . S $P(FMSLINE(COUNT),"^",4)=$S($E(FUND,1,4)=5287:"05",1:FISCALYR) ;begin fy
  1. . . . S $P(FMSLINE(COUNT),"^",6)=FUND
  1. . . . S $P(FMSLINE(COUNT),"^",7)=$E(RCTRANID,1,3) ;site number
  1. . . . S $P(FMSLINE(COUNT),"^",10)=RSC
  1. . . . ;
  1. . . . ; vendor id
  1. . . . S $P(FMSLINE(COUNT),"^",18)="MCCFVALUE"
  1. . . . I FUND=4032!(FUND=528709) S $P(FMSLINE(COUNT),"^",18)="EXCFVALUE"
  1. . . . ; for transaction type P4, send vendorid of PERSONOTH
  1. . . . I TYPE="P4" S $P(FMSLINE(COUNT),"^",18)="PERSONOTH"
  1. . . . ;
  1. . . . S $P(FMSLINE(COUNT),"^",20)=$J(AMOUNT,0,2)
  1. . . . S $P(FMSLINE(COUNT),"^",21)="I"
  1. . . . S $P(FMSLINE(COUNT),"^",23)=TYPE_"^~"
  1. ;
  1. ; no code sheets to send
  1. I COUNT=0 Q "0^No wr code sheets to send for this month"
  1. ;
  1. S CR2="CR2^"_$E(RCDATEND,2,3)_"^"_$E(RCDATEND,4,5)_"^"_$E(RCDATEND,6,7)
  1. S $P(CR2,"^",10)="E"
  1. S $P(CR2,"^",13)=999999999999
  1. S $P(CR2,"^",15)=$J(DOCTOTAL,0,2)
  1. S $P(CR2,"^",17)=$E(RCDATEND,2,3)
  1. S $P(CR2,"^",18)=$E(RCDATEND,4,5)
  1. S $P(CR2,"^",19)=$E(RCDATEND,6,7)_"^~"
  1. ;
  1. ; put together document in gcs
  1. N %DT,D0,DA,DI,DIC,DIE,DQ,DR,X,Y
  1. S Y=$E(RCDATEND,1,5)_"00" D DD^%DT
  1. S DESCRIP="Monthly Write Off for "_Y
  1. I 'RCGECSDA D CONTROL^GECSUFMS("A",$E(RCTRANID,1,3),RCTRANID,"WR",10,0,"",DESCRIP)
  1. I RCGECSDA D REBUILD^GECSUFM1(RCGECSDA,"A",10,"N","Rebuild "_DESCRIP) S GECSFMS("DA")=RCGECSDA
  1. ;
  1. ; store document in gcs
  1. D SETCS^GECSSTAA(GECSFMS("DA"),CR2)
  1. F COUNT=1:1 Q:'$D(FMSLINE(COUNT)) D SETCS^GECSSTAA(GECSFMS("DA"),FMSLINE(COUNT))
  1. D SETCODE^GECSSDCT(GECSFMS("DA"),"D RETN^RCFMFN02")
  1. D SETSTAT^GECSSTAA(GECSFMS("DA"),"Q")
  1. ; set the key for lookup
  1. D SETKEY^GECSSTAA(GECSFMS("DA"),"WR-"_$E(RCDATEND,1,5)_"00")
  1. ;
  1. ; return 1 for success ^ fms document transaction number
  1. Q "1^WR-"_$P(GECSFMS("CTL"),"^",9)