Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points |  Interaction Calls |  FileMan Files Accessed Via FileMan Db Call
Print Page as PDF
Routine: RCBEUBIL

Package: Accounts Receivable

Routine: RCBEUBIL


Information

RCBEUBIL ;WISC/RFJ-utilties for bills (in file 430) ;Jun 06, 2014@19:11:19

Source Information

Source file <RCBEUBIL.m>

Entry Points

Name Comments DBIA/ICR reference
GETABILL() ; select an active bill
EDIT430(RCBILLDA,DR) ; edit the fields in 430 with the DR string passed
CHGSTAT(RCBILLDA,STATUS) ; change the current status
SETRCDOJ(RCBILLDA,RCTRANDA,RCDOJ) ; set the bill and transaction to rc or doj
; rcdoj = code RC or DOJ
SETBAL(RCTRANDA,RCNFLG) ; set the bills balance by adding value of transaction
FYMULT(RCTRANDA) ; update the fiscal year multiple for bill
; to equal the fiscal year multiple for transaction in file 433
SHOWBILL(RCBILLDA) ; show data for bill
ADDCOMM(RCBILLDA,COMMENT) ; automatically put a comment on a bill
; comment in the array comment(1)=first line
; comment(2)=second line

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!
  • Line Location: GETABILL+3
Function Call: WRITE
  • Prompt: !,"THIS IS NOT AN ACTIVE BILL !",!
  • Line Location: GETABILL+8
Function Call: WRITE
  • Prompt: !!,"YOU CANNOT USE THIS OPTION TO ADJUST REFERRED "_$P($G(RCCAT(RCCATEG)),"^",2)_" BILLS !",!
  • Line Location: GETABILL+13
Function Call: WRITE
  • Prompt: !,"YOU CANNOT ADJUST A PREPAYMENT BILL !",!
  • Line Location: GETABILL+15
Function Call: WRITE
  • Prompt: !?8,"Principal Balance: ",$J($P(DATA7,"^"),9,2)
  • Line Location: SHOWBILL+3
Function Call: WRITE
  • Prompt: !?8," Interest Balance: ",$J($P(DATA7,"^",2),9,2)
  • Line Location: SHOWBILL+4
Function Call: WRITE
  • Prompt: !?8," Admin Balance: ",$J($P(DATA7,"^",3)+$P(DATA7,"^",4)+$P(DATA7,"^",5),9,2)
  • Line Location: SHOWBILL+5
Function Call: WRITE
  • Prompt: !?27,"---------"
  • Line Location: SHOWBILL+6
Function Call: WRITE
  • Prompt: !?8," TOTAL Balance: ",$J($P(DATA7,"^")+$P(DATA7,"^",2)+$P(DATA7,"^",3)+$P(DATA7,"^",4)+$P(DATA7,"^",5),9,2)
  • Line Location: SHOWBILL+7

FileMan Files Accessed Via FileMan Db Call

FileNo Call Tags
^PRCA(430 - [#430] Classic Fileman Calls
^PRCA(433 - [#433] Classic Fileman Calls
Info |  Source |  Entry Points |  Interaction Calls |  FileMan Files Accessed Via FileMan Db Call