From f7671ae8ddfae0675131b3212453fb6e3d29aeb1 Mon Sep 17 00:00:00 2001 From: Polina <112084241+pzaichkina@users.noreply.github.com> Date: Mon, 18 Nov 2024 11:25:25 +0000 Subject: [PATCH] Update sage200-limitations.md --- docs/integrations/accounting/sage200/sage200-limitations.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/integrations/accounting/sage200/sage200-limitations.md b/docs/integrations/accounting/sage200/sage200-limitations.md index a19fd23df..7f97b8200 100644 --- a/docs/integrations/accounting/sage200/sage200-limitations.md +++ b/docs/integrations/accounting/sage200/sage200-limitations.md @@ -78,4 +78,5 @@ Total amounts and total tax amounts are shown for each line. ``` ## Invoices -When working with Sage 200, the inline discount is applied directly to the final transaction amount. This means that the discount amount is not stored or available as a separate value in Codat. Instead, the system incorporates the discount into the total calculation without retaining it as a distinct field. As a result, both `lineItems.discountAmount` and `totalDiscount` will be returned as null. + +When working with Sage 200 Standard, the inline discount is applied directly to the final transaction amount. This means that the discount amount is not stored or available as a separate value in Codat. Instead, the system incorporates the discount into the total calculation without retaining it as a distinct field. As a result, both `lineItems.discountAmount` and `totalDiscount` will be returned as null.