31 lines
671 B
Mathematica
31 lines
671 B
Mathematica
RCDPBPL1 ;WISC/RFJ-bill profile options ;1 Jun 99
|
|
;;4.5;Accounts Receivable;**114**;Mar 20, 1995
|
|
;;Per VHA Directive 10-93-142, this routine should not be modified.
|
|
Q
|
|
;
|
|
;
|
|
BILLTRAN ; show transactions for a bill
|
|
D EN^VALM("RCDP TRANSACTIONS LIST")
|
|
;
|
|
D INIT^RCDPBPLM
|
|
S VALMBCK="R"
|
|
; fast exit
|
|
I $G(RCDPFXIT) S VALMBCK="Q"
|
|
Q
|
|
;
|
|
;
|
|
NEWBILL ; select a new bill
|
|
D FULL^VALM1
|
|
S VALMBCK="R"
|
|
;
|
|
W !!,"This option will allow you to select a new bill to display."
|
|
W ! S %=$$SELBILL^RCDPBTLM
|
|
I %<1 Q
|
|
S RCBILLDA=%
|
|
;
|
|
; if called from account profile, pick new account
|
|
I $D(^TMP("RCDPAPLM",$J)) S RCDEBTDA=$P(^PRCA(430,RCBILLDA,0),"^",9)
|
|
;
|
|
D INIT^RCDPBPLM
|
|
Q
|