This article applies to Microsoft Dynamics NAV for the following countries and language locales.
- Slovak (sk)
- Czech (cz)
Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.
View products that this article applies to.
...
"Amount Including VAT (LCY)" := "Amount Including VAT";
END ELSE
"Amount Including VAT (LCY)" := "Amount Including VAT" + "VAT Difference (LCY)";
// Delete the following lines.
IF "VAT Amount (LCY)" <> 0 THEN
VALIDATE("VAT Amount","VAT Amount (LCY)");
// End of the lines.
IF SalesHeader."Prices Including VAT" THEN
IF ("VAT Calculation Type" = "VAT Calculation Type"::"Normal VAT") OR
...
...
"Amount Including VAT (LCY)" := "Amount Including VAT";
END ELSE
"Amount Including VAT (LCY)" := "Amount Including VAT" + "VAT Difference (LCY)";
// Add the following line.
VALIDATE("VAT Amount","VAT Amount (LCY)");
IF SalesHeader."Prices Including VAT" THEN
IF ("VAT Calculation Type" = "VAT Calculation Type"::"Normal VAT") OR
...
...
END ELSE
"Amount Including VAT (LCY)" := "Amount Including VAT";
// Delete the following lines.
IF "VAT Amount (LCY)" <> 0 THEN
VALIDATE("VAT Amount","VAT Amount (LCY)");
// End of the lines.
IF PurchHeader."Prices Including VAT" THEN
IF ("VAT Calculation Type" = "VAT Calculation Type"::"Normal VAT") OR
...
...
END ELSE
"Amount Including VAT (LCY)" := "Amount Including VAT";
// Add the following line.
VALIDATE("VAT Amount","VAT Amount (LCY)");
IF PurchHeader."Prices Including VAT" THEN
IF ("VAT Calculation Type" = "VAT Calculation Type"::"Normal VAT") OR
...
Keywords: kb, kbqfe, kbmbsquickpub, kbmbsmigrate, kbmbspartner, kbsurveynew, kbnoloc, kbmbscodefix