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
Print Page as PDF
Routine: RCDPAPST

Package: Accounts Receivable

Routine: RCDPAPST


Information

RCDPAPST ;WISC/RFJ-account profile bill status select ;1 Jun 99

Source Information

Source file <RCDPAPST.m>

Entry Points

Name Comments DBIA/ICR reference
SELSTAT ; select a status called from listmanager
GETSTAT(RCDEBTDA) ; select the list of statuses of bills to display for an account
; if rcdebtda passed, it will show selectable statuses for this account
STATDEF ; get list of statuses for the user
; returns RCSTATSL(statda)
DEFAULT ; set the default statuses
SHOWSTAT(RCDEBTDA) ; show list of statuses
GETBILLS(RCDEBTDA) ; bills for account
; returns a list of bills in ^tmp("rcdpapst",$j,actdate,status,bill)
BILLBAL(BILLDA,EXTERNAL) ; return a bills current balance principal ^ interest ^ admin
; set the external flag if data is being reported to an external system
; like fms, ndb, ig, etc.

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,"This option will allow you to specify which bill statuses to display."
  • Line Location: SELSTAT+4
Function Call: WRITE
  • Prompt: " un-selected"
  • Line Location: GETSTAT+23
Function Call: WRITE
  • Prompt: " selected"
  • Line Location: GETSTAT+24
Function Call: WRITE
  • Prompt: !
  • Line Location: DEFAULT+1
Function Call: WRITE
  • Prompt: !,"When using this option, you have the option to select bills to display by"
  • Line Location: DEFAULT+2
Function Call: WRITE
  • Prompt: !,"status. You can select a list of statuses of the bills to display. After"
  • Line Location: DEFAULT+3
Function Call: WRITE
  • Prompt: !,"you select the list of statuses, the option will retain the list of selected"
  • Line Location: DEFAULT+4
Function Call: WRITE
  • Prompt: !,"statuses for the next time you enter this option. Since you currently do"
  • Line Location: DEFAULT+5
Function Call: WRITE
  • Prompt: !,"not have any statuses selected for your list, the default statuses of"
  • Line Location: DEFAULT+6
Function Call: WRITE
  • Prompt: !,"active, open, pending calm, and refund review will be automatically"
  • Line Location: DEFAULT+7
Function Call: WRITE
  • Prompt: !,"selected for your list now."
  • Line Location: DEFAULT+8
Function Call: WRITE
  • Prompt: !!?3,"The following is a list of available statuses for bills:"
  • Line Location: SHOWSTAT+2
Function Call: WRITE
  • Prompt: !?3,"--------------------------------------------------------"
  • Line Location: SHOWSTAT+3
Function Call: WRITE
  • Prompt: !
  • Line Location: SHOWSTAT+6
Function Call: WRITE
  • Prompt: ?(OFFSET)
  • Line Location: SHOWSTAT+7
Function Call: WRITE
  • Prompt: STARS," ",$E(STATDA_" ",1,2)," ",$E(RCSTAT(STATDA)_" ",1,16)
  • Line Location: SHOWSTAT+11
Function Call: WRITE
  • Prompt: " selected"
  • Line Location: SHOWSTAT+13
Function Call: WRITE
  • Prompt: !,"** indicates account has bills under status **",!
  • Line Location: SHOWSTAT+16
Info |  Source |  Entry Points |  Interaction Calls