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

Package: IFCAP

Routine: PRCPRPIQ


Information

PRCPRPIQ ;WISC/RFJ-print picking ticket end of report ;07 Feb 92

Source Information

Source file <PRCPRPIQ.m>

Entry Points

Name Comments DBIA/ICR reference
END ; come here to print at bottom of picking ticket
DATA ;; print signature at bottom of report

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,"TOTAL DOLLAR AMOUNT OF TRANSACTION: ",$J(TOTAL,0,2)
  • Line Location: END+8
Function Call: WRITE
  • Prompt: !!,"INVENTORY AMOUNT OF TRANSACTION (BY ACCOUNT CODE):",!
  • Line Location: END+9
Function Call: WRITE
  • Prompt: ?((%-1)*20),X," : ",$J(ACCT(X),0,2)
  • Line Location: END+9
Function Call: WRITE
  • Prompt: ?((%-1)*20),X," : ",$J(ACCT(X),0,2)
  • Line Location: END+9
Function Call: WRITE
  • Prompt: !,DATA(%)
  • Line Location: END+11
Info |  Source |  Entry Points |  Interaction Calls