Codeunit 18122044 EOS009 LE Print Net Price
Converst line amounts to net prices by merging any discounts applied.
procedure Register(var Section: Record "EOS Adv Reporting Sections")
Record "EOS Adv Reporting Sections"
procedure Execute(Position: Enum "EOS AdvRpt Layout Position"; DocumentHeader: RecordRef; DocumentLine: RecordRef; var Header: Record "EOS Report Buffer Header"; var Line: Record "EOS Report Buffer Line")
Position Enum "EOS AdvRpt Layout Position"
DocumentHeader RecordRef
DocumentLine RecordRef
Header Record "EOS Report Buffer Header"
Line Record "EOS Report Buffer Line"
local procedure OnGetNetPricesAllowed(DocumentHeader: RecordRef; DocumentLine: RecordRef; var IsAllowed: Enum "EOS066 TriState Boolean")
Event to determine if the net prices should be applied to the document lines. The default is true.
DocumentHeader RecordRef
The document header record reference.
DocumentLine RecordRef
The document line record reference.
IsAllowed Enum "EOS066 TriState Boolean"
Get or set if net prices are allowed for this line. “True” or “Undefined” to apply, “False” to not apply.
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.