---
title: "WMS Lite | 1.2.1.8"
canonical: "https://wiki.soft1.eu/space/EME/blog/1348763690/WMS%20Lite%20%7C%201.2.1.8"
format: markdown
---
Features added / modified 20250117-1155-2-438 Picking / Calculate duration You can now update any SOFT1 ERP field with the Doc's start date. In Doc display, use the following function, which takes the INITDATE parameter and saves it in the corresponding field. This value can then be compared with INSDATE to calculate the duration of Picking. function ON_POST() { var vINITDATE = X.GETPARAM('INITDATE'); if(vINITDATE!=null && vINITDATE!='') { SALDOC.DATE01 = vINITDATE; } } 20251105-1155-2-8173 Price Check / Print from list The new toogle button: Print from list, is now available in WMS Settings → Printer. Activate it upon performing Price Check, so that the prices set in the printout form, are replaced with the prices displayed in list. 20251121-1155-2-8711 Sales Picking / Stock balance per bin/shelf In Sales Packing, Stock balance per bin/shelf Report is now displayed by swiping right on the Item line. Bug fixing 20251003-1155-1-7203 Picking-Packing Browsers / Date Fixed the issue which occurred upon switching between lists with the same name, in Sales and Purchases Picking-Packing process. Date remains blank. 20251015-1155-1-7503 WMS General Settings / Search from list You can now properly search in list, when Search from list is set to Yes (Only), in WMS General Settings.