From 03d93898a9ad59c93ce383a6155eea45ae20bb5c Mon Sep 17 00:00:00 2001 From: NargizGasimova Date: Mon, 18 Nov 2024 10:54:09 +0000 Subject: [PATCH 1/3] Add Sage 200 limitation for invoices --- docs/integrations/accounting/sage200/sage200-limitations.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/integrations/accounting/sage200/sage200-limitations.md b/docs/integrations/accounting/sage200/sage200-limitations.md index de997a10f..a58a489a8 100644 --- a/docs/integrations/accounting/sage200/sage200-limitations.md +++ b/docs/integrations/accounting/sage200/sage200-limitations.md @@ -76,3 +76,6 @@ Total amounts and total tax amounts are shown for each line. "note": "0000000126" } ``` + +## 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 for mapping purposes. 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. From 3456f951771cc98d16c3ae2ed2c1ad8fb4f4960c Mon Sep 17 00:00:00 2001 From: NargizGasimova Date: Mon, 18 Nov 2024 11:01:59 +0000 Subject: [PATCH 2/3] some wording change --- docs/integrations/accounting/sage200/sage200-limitations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/accounting/sage200/sage200-limitations.md b/docs/integrations/accounting/sage200/sage200-limitations.md index a58a489a8..a19fd23df 100644 --- a/docs/integrations/accounting/sage200/sage200-limitations.md +++ b/docs/integrations/accounting/sage200/sage200-limitations.md @@ -78,4 +78,4 @@ 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 for mapping purposes. 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, 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. 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 3/3] 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.