Monday, January 23, 2023
3 changes
Resolved issues and error corrections
The subscription dashboard links for Learn More and Website now direct users to the subscription page instead of the accounting page. This helps users reach the relevant information faster and avoids confusion when exploring subscription features.
Original PR description
before this commit, on clicking learn more or website it redirect to accounting page. after this commit, it will redirect subscription page.
The pricing list opened from a subscription quotation template now keeps users focused on rules for the selected product and recurrence. This reduces confusion and prevents accidental creation or editing of unrelated pricing rules, while moving related template fields into the proper subscription pricing module.
Original PR description
When clicking on the button "prices" for a product from a subscription plan (quotation template), the user lands on the list of time based price rules that are compatible with the recurrence of the quotation template. The problem is that from there it is possible to create and edit rules for other products (even non recurring one), other recurrence, ... which is confusing and error prone. New behaviour : From that list it should only be possible: - Edit the price or the pricelist of an existing rule - Create new rules for the "selected product" (product.product) and the "recurrence" of the template (these should be readonly) This PR also move SO template field related to sale_temporal from sale_subscription to sale_temporal. task-id : 3076793
This update removes a redundant database index in the event barcode area because an existing unique rule already provides the same coverage. It helps keep the system leaner and avoids unnecessary database maintenance without changing user-facing behavior.
Original PR description
- "event_registration_barcode_index" covers by "event_registration_barcode_event_uniq"