April 2025
2025-04-09
Added
Support for sending SMS messages to customers directly from the Customer list page
List view of all sent messages accessible via "Reports"
Display stock information for package products in product search
The available quantity is determined by the component with the lowest stock level, as all components are required to fulfill the package, e.g. for a package with components A, B, and C with stock levels of 10, 5, and 2, the package will show 2 as available quantity
Its now possible to print, download, or send order receipt after completing a pre-payment
"Reserve from purchase order" column added in keyboard mode sale
Support for Reitan Britannia gift card
New action in order handling list to preview an order
Users can now add or remove an order handling on an open order
EHF-invoice checkbox added to customer create/edit dialog
Improved / changed
Improved warehouse selection in the order delivery dialog during sale
Week number now shown in the time section on the app bar
Print button added in the order preview dialog
Tapping the time section in the app bar now opens an on-screen calendar
External ID from a purchase order is now displayed in both the list and open dialog - that is, if the purchase order has one (normally it has if the purchase orders are automatically created from another system like an ERP or OMS system)
Customer info dialog now allows viewing, adding, and deleting customer groups
Menu layout updated in touch mode for reserving items from a purchase order or selecting a warehouse for delivery/reservation
The current RMA reason is now pre-filled when changing the reason on an RMA order
Removed the (non-functional) delete button for order items in deliveries under Order Handling
The purchase order dialog now closes automatically when marked as "Sent to supplier"
Orders are now automatically parked after completing a pre-payment
When reserving an order item from a purchase order and no customer is added, the user is now prompted to add a customer
Display quantity in stock for each item based on the selected warehouse when delivering out an order item
Fixed
Could not select a supplier when creating a purchase order from customer reservations if products had no assigned supplier – now all suppliers are selectable in such cases
Manual sending of invoices was always disabled when the tenant had the EHF extension, even if the store didn’t – this is now correctly handled
Opening the settled order dialog failed for orders from other stores if the user lacked access – now fixed
When adding a product to a purchase order, the purchase price input sometimes defaulted to zero despite a valid agreed purchase price being set – this is now resolved
Setting stock level of a product to zero (0) was not allowed – it now works as expected
2025-04-08
Added
Added a warehouse filter to the stock list for stores, making it easier to view stock per location
The Omnium extension now supports a “Customer Marked Groups” parameter, allowing automatic assignment of customers to specific groups during creation
Added a
manufacturerSku
field to products to store manufacturer-specific product identifiersIt’s now possible to add images to service orders – helpful for knowing what is the issue
Improved / changed
All
createApi
methods in internal/services have been renamed to NewApiV2The API
PUT /tenants/{tenantUid}/stores/{storeUid}/purchase-orders/{purchaseOrderUid}
now supports items with received quantitiesOmnium integration now sets the shipment on all order items
Deleting a delivery will also remove any connected freight line from the order
Omnium integration: added mapping for handling Click & Collect orders
Stock changes are now synced to Omnium when setting or moving stock via API
ExternalId
is now included when searching for purchase orders using the query fieldThe AdjustStock interface now sends stock updates to Omnium, if the Omnium extension is active
Added support for handling special statuses for Omnium Click & Collect orders
The response from
GET /tenants/{tenantUid}/stores/{storeUid}/orders/{orderUid}/items/{orderItemUid}/addons
now includes new fieldsOrder search no longer includes cancelled (CANCELED) orders by default – less clutter, more clarity
Fixed
Fixed product group accounting to correctly handle parent-child relationships and apply the right VAT codes
Corrected list stock with locations which had some faulty warehouse objects inside the response
Removed
Removed V1 APIs
2025-04-04
Fixed
Direct SKU lookup in product search is working again – welcome back, old friend
2025-04-03
Fixed
Logo on ESCPOS printing is back
2025-04-01
Added
Verifone integration now supports additional display messages
Store details are now included in Dintero Session requests
Nets callback has improved Sentry logging with more detailed insights
New endpoint:
POST /tenants/{{tenantUid}}/devices/search
for device searchImplemented device search functionality for easily finding devices and printers in stores with hundres or even thousands of devices
New API endpoints for handling receipts:
POST /tenants/{tenantUid}/stores/{storeUid}/receipts
DELETE /tenants/{tenantUid}/stores/{storeUid}/receipts/{receiptUid}
POST /tenants/{tenantUid}/stores/{storeUid}/receipts/{receiptUid}/settlements
GET /tenants/{tenantUid}/stores/{storeUid}/receipts/{receiptUid}/settlements
DELETE /tenants/{tenantUid}/stores/{storeUid}/receipts/{receiptUid}/settlements/{settlementUid}
GET /tenants/{tenantUid}/stores/{storeUid}/receipts/{receiptUid}/settlements/{settlementUid}
Freight is now shown on Purchase PDFs
Purchase UID is included when sending notifications to recipients
PURCHASE
is now listed underallowedActions
on the order lineImplemented
omnium_delivery_service.ProcessGoodsReception
for updating Omnium deliveries after goods are receivedCampaign name now appears on receipt item lines
UpdateCreateProduct
now supportsTextProperties
,OptionProperties
, andmedia
externalId
is now included in direct SKU lookup for product searchNotification search endpoint has a new query field, allowing searches in both messages and recipients
Improved / changed
Dintero Session now sets the configuration channel to in_store
The Get order by ordernumber endpoint has been updated to use
OrderUid
insteadStores can now support multiple gift card brands
Sales order items with ReservationType:
REQUESTPURCHASEORDER
are no longer allowed if the product is blocked for purchasewarehouseUid is now removed when reservation type is
PURCHASEORDER
orREQUESTPURCHASEORDER
Fixed
Verifone: corrected context used by
CreateOrderSettlementTransactionLog
duringstartVerifoneProcessing
Receipt generation (print, email, PDF) no longer requires a connected till
Prepayment lines are now correctly included on receipts
Order PDF now shows both prepayment and due amounts
Product search with stock info now displays available quantity for package products
Cover image is now shown for delivery order items
Settlements no longer fail if the warehouse is nil
Removed
Deprecated V1 APIs have been removed, and dependencies are being phased out for: Brand, Category, Country, Customer, Device, Extensions, Flowbox, Flowcore, Handling, Http_transport_config, Imports_convert, Import_file, Import_layout, Import_template, Number_serie, Orders, and Payment_method
Last updated
Was this helpful?