IBCRBEI ;ALB/ARH - RATES: BILL ENTER/EDIT (RS/CS) SCREEN - BI ; 10-OCT-1998
Source file <IBCRBEI.m>
Name | Comments | DBIA/ICR reference |
---|---|---|
SELITEMS(IBIFN,IBURSARR,IBUCHGAR) | ; ask user to select items to bill, only Charges Sets with Billable Item of UNASSOCIATED allowed
; Output: IBUCHGAR(RS,CS,x) = item ptr+ ^ date ^ units ^ division ^ rev code ; returns count of unassociated items selected |
|
DISPLAY(IBUCHGAR) | ; prints items selected then ask if user wants to add these charges to the bill, return true if yes
|
|
DISPQ | ||
ITEM(IBIFN,IBRS,IBCS) | ; ask user for one item to charge from the Charge Set
; returns: item ptr+ ^ date ^ units ^ division ^ rev code, -1 if no item or null if data missing |
|
ITEMQ | ||
UNITS() | ; ask user for number of units, return number of units or 0
|
|
DIV(IBCSRG,IBBDIV) | ; ask user for division, return Division IFN or 0, only divisions within the CS region allowed
|
|
RVCD(IBCS,IBITEM,IBEFDT) | ; ask user for a specific revenue code, return Rev Code IFN or 0
|
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 |
|