Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

END ELSE IF ( "Sales Invoice Line"."Tax Amount" <> 0) AND ("Sales Invoice Header".

State <> 'WB') AND

("Sales Invoice Header"."Posting Date" >= CompanyInfo1."GST Effective Date") THEN BEGIN

DetailedTaxEntry.RESET;

DetailedTaxEntry.SETRANGE("Document No.","Sales Invoice Header"."No.");

IF DetailedTaxEntry.FINDFIRST THEN BEGIN

ArrStr1[3] :=FORMAT(DetailedTaxEntry."Tax Component") +

' ' + FORMAT(DetailedTaxEntry."Tax %") + '%';

StrArray[3] := FORMAT( "Sales Invoice Line"."Tax Amount",0,'<Precision,2:2><Standard Format,0>');

END;

You might also like