Skip to content

Conversation

@onbuyuka
Copy link
Contributor

@onbuyuka onbuyuka commented Jan 26, 2026

Summary

The presentment currency fields were incorrectly placed on the General fasttab of the Shopify Order page. This PR moves them to the Invoice Details fasttab where they logically belong alongside other invoice-related amounts.

Changes

ShpfyOrder.Page.al (Page 30113)

  • Moved ProcessedCurrHandling group from General to Invoice Details fasttab
  • Moved PresentmentCurrency group from General to Invoice Details fasttab
  • Fixed typo in group name: ProcessedCurrHanndlingProcessedCurrHandling

ShpfyOrderTotalsFactBox.Page.al (Page 30172)

  • Added conditional visibility to show either shop currency or presentment currency amounts based on order type
  • Added new ShopifyPresentmentTotals group with presentment amounts (Subtotal, Shipping, Total, VAT, Rounding)
  • Added ShopifyPresentmentCurrency group to display presentment currency code
  • Both standard and presentment groups toggle visibility based on IsPresentmentCurrencyOrder()

Fields in Invoice Details (when presentment currency is used)

Field Description
Processed Currency Handling Shows how currency was handled when processing (visible when order is processed)
Presentment Subtotal Amount Subtotal in customer's currency
Pres. Shipping Charges Amount Shipping charges in customer's currency
Presentment Total Amount Total in customer's currency
Presentment VAT Amount Tax amount in customer's currency
Presentment Discount Amount Discount in customer's currency
Presentment Currency Code The currency code used

Fixes AB#619504
Fixes AB#619505

@onbuyuka onbuyuka requested a review from a team as a code owner January 26, 2026 16:27
@github-actions github-actions bot added the AL: Apps (W1) Add-on apps for W1 label Jan 26, 2026
@onbuyuka onbuyuka changed the title Shopify: Move presentment currency fields to Invoice Details fasttab [Shopify] Move presentment currency fields to Invoice Details fasttab Jan 26, 2026
@onbuyuka onbuyuka enabled auto-merge (squash) January 26, 2026 16:28
@github-actions github-actions bot added this to the Version 28.0 milestone Jan 26, 2026
@onbuyuka onbuyuka merged commit 47f4d2a into main Jan 27, 2026
89 of 92 checks passed
@onbuyuka onbuyuka deleted the bugs/619504-ShpfyPresenmentCurrencyUI branch January 27, 2026 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AL: Apps (W1) Add-on apps for W1

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants