Projects
Updated the customer documents handler PR to address feedback from Dania and re-requested a review.
Picked up a priority ticket from Samy for a new setting to disable line item consolidation in the X-Series POS, which needs to be done by end of week. After investigation, I determined five changes will be needed: adding the setting to the frontend UI, adding an EnableLineItemConsolidation field to the GraphQL service's UpdateRetailerSettings mutation, adding the enable_line_item_consolidation field to the monolith via both the internal retailer settings endpoint and the retailer API endpoint, updating the settings service, handling default behavior with a migration using workflows to compile the retailer list, and changing the line item splitting check in the register service to use the new setting.