-
Void active transaction if cart is empty
Sometimes the POS can have an active cart with no item lines or tender lines. When switching to offline, recalling orders or anything that requires the an empty cart, the POS should automatically void the "ghost" transaction.
-
Update to Pos.Core.js for Local Connector Type Support
When enabling the fiscalization module in Dynamics 365 Commerce, a Connector Technical Profile must be configured in HQ. Selecting Local as the Connector Type and setting the Connector Location to Local causes the sequential number to fail due to a limitation in Pos.Core.js. The standard code only checks for
Internal
connectors and omitsLocal
, breaking number sequencing required for legal compliance in some countries.To work around this, we extended
applicationStartTrigger
to includeLocal
in the connector type check. However, this logic should be part of the standard code.We request an update to Pos.Core.js to support both Internal and Local connector types, ensuring correct sequential numbering and compliance.