Class SO_InvoicePrinting_rpt

Properties

LOCAL cReportFile$="SO_Invoice1.rpt"  
LOCAL cWorkFile$="SO_InvoiceWrk"  
LOCAL cBatchModule$="S/O"  
LOCAL cBatchType$="01"  
PROPERTY ReportCaption$   * Read Only *
PROPERTY BatchSubType$   * Read Only *
PROPERTY FromShipping  
PROPERTY CRMSetup  

Methods

FUNCTION GetSourceTables$(table$)  
FUNCTION PostPrintProcessing(forceChain)  
FUNCTION PostPrintProcessing(forceChain, inExit)  

Performs post print processing (updates and chain check) when exiting printing

ParameterDescription
forceChain {optional} [input, boolean] Set to true to force chaining
inExit {optional} [input, boolean] Set to true if coming from on exit
Returns [boolean] True if no errors were encountered

Properties inherited from: CI_Constant

itmREGULAR$, itmSPECIAL$, itmCHARGE$, itmCOMMENT$, itmMISC$, valSTANDARD$, valAVERAGE$, valFIFO$, valLIFO$, valLOT$, valSERIAL$, typFINISHEDGOODS$, typRAWMATERIALS$, typDISCONTINUED$, typKIT$, proMAKE$, proBUY$, proSUBCONTRACT$

Properties inherited from: SY_BatchForm

BatchEnabled, BatchInterrupted, BatchSelected$

Methods inherited from: CI_Constant

GetCalendarEndingDate(), GetDefaultExtendedDescriptionKey$()

Methods inherited from: CI_CostCodeFormatter

FormatCostCode()

Methods inherited from: SY_BatchForm

CloseBatch(), GetBatchHandle(), ProcessReport(), SelectBatch()