Report 18060000 EOS038.01 Calculate TCA (ETC)

Report 18060000 EOS038.01 Calculate TCA (ETC)

LanguageCaption
en-USGet Transport Cost to allocate
it-ITOttieni Costi di Trasporto da stanziare

Methods

InitRequest

procedure InitRequest(GenJnlLine: Record "Gen. Journal Line")

Initializes the report for calculating documents to invoice to a general journal.

Parameters / Return Value

  • GenJnlLine Record "Gen. Journal Line"

    A line from the target general journal where lines will be placed.


InitRequest

procedure InitRequest(NewGenJnlBatch: Record "Gen. Journal Batch")

Initializes the report for calculating documents to invoice to a general journal.

Parameters / Return Value

  • NewGenJnlBatch Record "Gen. Journal Batch"

    The target general journal where lines will be placed.


Events

OnBeforeInsertGenJnlLine

internal procedure OnBeforeInsertGenJnlLine(var GenJnlLine: Record "Gen. Journal Line"; var DocShippingPrice: Record "EOS DocumentShippingPrice"; Reversal: Boolean)

This event is raised defore a gen. journal line is inserted into journal when executing Get Documents to Invoice function.

Parameters / Return Value

  • GenJnlLine Record "Gen. Journal Line"

    Journal line filled with app sandard logics. Apply to this record your customs

  • DocShippingPrice Record "EOS DocumentShippingPrice"

    The record from the source table

  • Reversal Boolean

    Indicates whether the line is a reversal line



EOS Labs -