Friday, May 24, 2024
2 changes · master
Enhancements to existing features
Appointment setup screens now use clearer wording and controls to distinguish recurring appointments from one-time bookings. Confirmation pages have been redesigned so customers can more easily see appointment status, calendar options, video meeting access, and cancellation guidance.
Original PR description
Improve the appointment type form view design by: - Rewording fields - Adding 2 new radio buttons to better distinguish the recurring and the punctual appointment type categories. The 2 buttons switching between showing the max schedule date field (recurring) and the daterange widget (punctual). Improve the appointment validation template by: - Removing the "Schedule another" button - Moving the "Google Agenda", "Add to iCal/Outlook" buttons under the appointment date so that users best spot them as they were often forgotten at the bottom of the page. - Hiding the videoconference link in the provider's name and add a copy button for convenience. - ... For more details see commit messages Task-3877550
Products are now presented with a clearer goods type and a separate option to track inventory, replacing the older storable product category. This makes product setup easier to understand and ensures inventory tracking options only appear when relevant.
Original PR description
**In this commit we have adapted the changes for the following improvement:** - The detailed_type 'storable product' is removed and instead we add a Boolean field to track inventory. - The tracking field should be visible only after the boolean field to track inventory is enabled **Task**: 3526304