RCRPU ;EDE/SAB - REPAYMENT PLAN UTILITIES;11/16/2020 8:40 AM
Source file <RCRPU.m>
Name | Comments | DBIA/ICR reference |
---|---|---|
GETDBTR() | ;Look up debtor by name or bill #
|
|
PRTACTS(RCCTS) | ;Display accounts in ARR
; RCCTS - # of Active bills in active node of ^TMP("RCRPP). |
|
PRTHDR() | ; Print the header for account listing
|
|
GETACTS(RCDBTR) | ;Find all active accounts for a debtor
|
|
MDY(DATE,DEL) | ;Return date format of mm-dd-yy
; DATE - Date in FileMan format ; DEL - Delimiter used to separate month, day, year |
|
PAUSE | ||
GETBILLS(RCCTS) | ;Select the bills to add to the plan
; RCCTS - The upper limit that can be chosen |
|
TOT(RCBLCH) | ; calculate the total amount into the Repayment Plan.
|
|
CORRECT(RCTYPE) | ;Are you sure this is correct?
; Input: (Optional) Prompt to display ; Return: 1 for Yes ; 0 for No |
|
GETDET(RCBLCH,RCTOT,RCDBTR,RCAUTO,RCAUCMT,RCPLN) | ;Finish Gathering the details and File
|
|
RPDIS(RCDBTR,RCPLN,RCSTDT,RCCRDT,RCTOT,RCAUTO) | ;Display Repayment Plan
|
|
GETID(RCDBTR) | ; Get the Site and # Plans for a debtor
|
|
GETPLN(RCDBTR,RCTOT,RCEDIT) | ; Get the amount due and length of plan
|
|
GETSTART(RCCRDT) | ; Calculate the start date .
|
|
SUPAPPR(RCTXTFLG) | ; Confirm Supervisor approval, file Debtor Comment for Supervisor Approval PRCA*4.5*422
|
|
SAVEPLAN(RCDBTR,RCRPID,RCPLN,RCCRDT,RCDAY,RCSTDT,RCTOT,RCAUTO,RCAUCMT) | ; Save the repayment plan details
|
|
UPDSCHED(RCRPIEN,RCSUB) | ||
UPDDBTR(RCRPIEN,RCDBTR) | ||
UPDBILL(RCRPIEN,RCBILLDA) | ||
REMBILL(RCRPIEN,RCBILLDA) | ; remove bill from sub-file 340.5
|
|
BLDPLN(RCSTDT,RCLEN,RCSTFLG) | ; Build the Payment Schedule
|
|
UPDPAYST(RCRPID) | ;Update the Paid flag in the Schedule Multiple
|
|
ADDPLAN(RCRPIEN,RCBILLDA,RCCRDT) | ;Record the Plan info into each bill and to the Transaction file.
; Input: RCRPIEN - IEN of the Repayment Plan (from file #340.5) ; RCBILLDA - IEN of the Bill to add the plan to ; RCCRDT - Date to add to the plan. |
|
TRAN(RCBILLDA,RCAMT,RCTRANS) | ;File plan add transaction in 433
|
|
CHKACT(RCDBTR) | ;Check to see if the Debtor has an Active Repayment Plan.
|
|
GETNXTPY(RCRPID) | ; Retrieve the next payment due date
|
|
GETPLANS(RCDBTR) | ; Get a list of Repayment Plans for a debtor.
|
Name | Line Occurrences |
---|---|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
FileNo | Call Tags |
---|---|
^DPT - [#2] | GET1^DIQ |
^RCD(340 - [#340] | Classic Fileman Calls |
^PRCA(430 - [#430] | Classic Fileman Calls |
^PRCA(430.2 - [#430.2] | GET1^DIQ |
^PRCA(433 - [#433] | Classic Fileman Calls |