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: PSAVER

Package: Drug Accountability

Routine: PSAVER


Information

PSAVER ;BIR/JMB-Verify Invoices ;9/6/97

Source Information

Source file <PSAVER.m>

Entry Points

Name Comments DBIA/ICR reference
ESIG
PRINT ;Asks & prints all invoices the user can verify.
ENTIRE ;Displays a list of all invoices the user can select to be verified.
OKAY ;Verifies correct invoices were selected.
BKGJOB
EDIT
EXIT
HDR ;Header with screen hold
LOAD ;Loads invoices to be edited into an array
PRTINV ;Sends invoices to printer
SEL ;Extended help to 'Select invoices'
SELHELP ;Extended help for 'Select invoices to verify'
PRINTYN ;Extended help for 'Print invoices?'
VERIFY ;Extended help for 'Are you sure...'

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !,"You do not hold the key to enter the option."
  • Line Location: PSAVER+7
Function Call: WRITE
  • Prompt: !!,"There are no invoices that need to be verified."
  • Line Location: PSAVER+9
Function Call: WRITE
  • Prompt: !
  • Line Location: PRINT+1
Function Call: WRITE
  • Prompt: !
  • Line Location: PRINT+4
Function Call: WRITE
  • Prompt: @IOF,!?21,"<<< VERIFY ENTIRE INVOICE SCREEN >>>"
  • Line Location: ENTIRE+2
Function Call: WRITE
  • Prompt: !!?2,"If there are no corrections, you can change the invoices' status",!?2,"to ""Verified"" by selecting them from the list. If you do have"
  • Line Location: ENTIRE+3
Function Call: WRITE
  • Prompt: !?2,"corrections, press the return key then a second list will be",!?2,"displayed. You will be able to choose the invoices from that list",!?2,"and enter corrections.",!!?2,"Choose the invoices from the list you want to verify.",!,PSADLN
  • Line Location: ENTIRE+4
Function Call: WRITE
  • Prompt: !,PSADLN
  • Line Location: ENTIRE+10
Function Call: WRITE
  • Prompt: !
  • Line Location: ENTIRE+12
Function Call: WRITE
  • Prompt: @IOF,!?21,"<<< VERIFY ENTIRE INVOICE SCREEN >>>",!,PSADLN,!
  • Line Location: OKAY+1
Function Call: WRITE
  • Prompt: !?6,"MASTER VAULT: "_$P(^PSD(58.8,+$P(PSAIN,"^",12),0),"^")
  • Line Location: OKAY+11
Function Call: WRITE
  • Prompt: !
  • Line Location: HDR+1
Function Call: WRITE
  • Prompt: @IOF,!?21,"<<< VERIFY ENTIRE INVOICE SCREEN >>>",!!,PSADLN
  • Line Location: HDR+3
Function Call: WRITE
  • Prompt: !?5,"Enter the number to the left of the invoice data that you want to verify.",!?5,"The invoices' statuses will be changed to Verified."
  • Line Location: SEL+1
Function Call: WRITE
  • Prompt: !?5,"Enter the number to the left of the invoice data you want to verify.",!?5,"The line items will be displayed for you to select the ones you want"
  • Line Location: SELHELP+1
Function Call: WRITE
  • Prompt: !?5,"to correct."
  • Line Location: SELHELP+2
Function Call: WRITE
  • Prompt: !?5,"Enter YES to print all of the processed invoices you can verify.",!?5,"Enter NO to bypass printing the invoices and continue with verification."
  • Line Location: PRINTYN+1
Function Call: WRITE
  • Prompt: !!?5,"Enter YES if the list contains invoices to be verified.",!!?5,"Enter NO if the list contains at least one invoice that should not be"
  • Line Location: VERIFY+1
Function Call: WRITE
  • Prompt: !?5,"verified. You will be returned to the original list so you can choose",!?5,"the invoices to be verified again."
  • Line Location: VERIFY+2
Info |  Source |  Entry Points |  Interaction Calls