Skip to content

KVSADViAdvChNonDedVATPercent#

Procedures#

GetNonDeductibleVATPercent(Record KVSADVAdvanceChain) : Decimal#

Summary: Only relevant if NonDeductibleVAT active

procedure GetNonDeductibleVATPercent(AdvanceChain: Record "KVSADVAdvanceChain"): Decimal

Parameters:

  • AdvanceChain: The advance chain to check for non-deductible VAT percent support.

Returns: True if the advance chain supports non-deductible VAT percent, otherwise false.

GetNonDeductibleVATPercentForSourceDocumentLine(Record KVSADVAdvanceChain, Record KVSADVAdvance Planning Entry) : Decimal#

Summary: Only relevant if NonDeductibleVAT active

procedure GetNonDeductibleVATPercentForSourceDocumentLine(AdvanceChain: Record "KVSADVAdvanceChain"; AdvancePlanningEntry: Record "KVSADVAdvance Planning Entry"): Decimal

Parameters:

  • AdvanceChain: The advance chain to get the non-deductible VAT percent from.
  • AdvancePlanningEntry: The advance planning entry to get the non-deductible VAT percent from.

Returns: The non-deductible VAT percent for the source document line.