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

Package: Drug Accountability

Routine: PSAORDP


Information

PSAORDP ;BIR/JMB-Print Orders ;9/19/97

Source Information

Source file <PSAORDP.m>

Entry Points

Name Comments DBIA/ICR reference
START
DQ
EXIT
INVOICE ;Prompts for order and invoice
INV ;Select invoice from 58.811
INVXTMP ;Select invoice from XTMP
INVBOTH ;Select invoice from XTMP & 58.811
PRTINV ;Loops thru orders & invoices to print invoices
ORDER ;Select order
PRTORD ;Loops thru invoices to print all for one order
STATUS ;Select status
PRTSTA ;Sets up printing & prints Unprocessed invoices
PROCESS ;Prints Processed invoices
ORDHELP ;Extended help to Select Order
ORDIHELP ;Extended help to Select Invoice's Order
SELHELP ;Extended help to Print by Order#, Invoice#, or Invoice Status
STATHELP ;Extended help for Enter Status

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !,"You do not hold the key to enter the option."
  • Line Location: PSAORDP+6
Function Call: WRITE
  • Prompt: !!
  • Line Location: START+0
Function Call: WRITE
  • Prompt: !
  • Line Location: START+4
Function Call: WRITE
  • Prompt: !,PSASLN
  • Line Location: INVOICE+2
Function Call: WRITE
  • Prompt: !,"Invoice# "_PSAINVBH
  • Line Location: INVOICE+15
Function Call: WRITE
  • Prompt: !,"Invoice# "_PSAINVH
  • Line Location: INVOICE+18
Function Call: WRITE
  • Prompt: !,PSAORDB_" is an invalid order number."
  • Line Location: INVOICE+21
Function Call: WRITE
  • Prompt: !
  • Line Location: ORDER+2
Function Call: WRITE
  • Prompt: !,Y_" is an invalid order number."
  • Line Location: ORDER+9
Function Call: WRITE
  • Prompt: !
  • Line Location: STATUS+1
Function Call: WRITE
  • Prompt: !!,"There are no invoices with the status of Processed."
  • Line Location: STATUS+4
Function Call: WRITE
  • Prompt: !!,"There are no invoices with the status of Unprocessed."
  • Line Location: STATUS+7
Function Call: WRITE
  • Prompt: !?5,"Enter the order number assigned to the order to be print."
  • Line Location: ORDHELP+1
Function Call: WRITE
  • Prompt: !?5,"Enter the invoice's order number to be print. The invoice number ",!?5,"prompt will follow."
  • Line Location: ORDIHELP+1
Function Call: WRITE
  • Prompt: !?5,"To print all invoices for a specific order, select Order Number.",!?5,"To print a specific invoice, select Invoice Number. To print all"
  • Line Location: SELHELP+1
Function Call: WRITE
  • Prompt: !?5,"invoices with an unprocessed or processed status, select Invoice",!?5,"Status."
  • Line Location: SELHELP+2
Function Call: WRITE
  • Prompt: !?5,"Enter U to print all uploaded invoices that have not been processed.",!?5,"Enter P to print all processed invoices that have not been verified."
  • Line Location: STATHELP+1
Info |  Source |  Entry Points |  Interaction Calls