Monday, July 15, 2024
2 changes · saas-17.2
Enhancements to existing features
The Events page is easier to browse with clearer country indicators, better use of space in the search area, and tag counts shown directly in filter dropdowns. Visitors also see events from their current country first when country filtering is available, helping them find relevant local events faster.
Original PR description
1. Add country flag when filter option is on 2. Reduce search bar width for >lg screens 3. Show tags inside the category drop down title instead of in a separate line, for larger screen. Also add a 'All' option to clear all searched tags of that category. Task-3869922
Resolved issues and error corrections
The generate serials/lots dialog in Manufacturing now receives the correct quantity value when used from the shop floor. This prevents users from seeing an undefined Quantity Received value and avoids errors when creating lot numbers for tracked components.
Original PR description
Issue: ============================ There is an 'undefined' value for the 'Quantity Received' field in the generate lot number dialog. When attempting to generate a lot number for a component from…
Issue: ============================ There is an 'undefined' value for the 'Quantity Received' field in the generate lot number dialog. When attempting to generate a lot number for a component from the shop floor, the 'Quantity Received' field displays as 'undefined', leading to an error. Steps to Reproduce: ============================ 1. Install the 'mrp_workorder' module. 2. Create a Bill of Materials (BoM) in the Manufacturing module with manual consumption components tracked by lot. 3. Create a Manufacturing Order (MO) for the product. 4. Open the 'detailed operation' wizard for a component with lot tracking in the shop floor module. 5. Click on 'Generate Serials/Lots'. 6. Verify that the Quantity Received field displays the 'undefined' value. Resolution: ============================ Currently, the "quantity received" field displays 'undefined', causing an error when generating a lot number for a component. This issue occurred due to not getting a quantity field in the shop floor module. Added the "quantity" field to the relevant view to ensure that the "quantity received" field gets an actual quantity field value, preventing the error. Expected Result: ============================= This fix resolves the error and allows for efficient lot number generation of products in the shop floor module.