docs: update changelog with reporting and checkout verification improvements

This commit is contained in:
2026-05-03 07:05:13 -04:00
parent 39a181e013
commit bd6b83ad13
+3
View File
@@ -58,6 +58,7 @@ The Laravel framework is open-sourced software licensed under the [MIT license](
- **Searchable Dropdowns:** Integrated `TomSelect` across various forms (Checkout, Reprint Receipt, etc.) for enhanced usability. - **Searchable Dropdowns:** Integrated `TomSelect` across various forms (Checkout, Reprint Receipt, etc.) for enhanced usability.
- **Self-Checkout Flow:** Added a prominent self-checkout link for bidders, integrated with North Embedded Checkout. - **Self-Checkout Flow:** Added a prominent self-checkout link for bidders, integrated with North Embedded Checkout.
- **Pickup Instructions:** Added clear instructions for bidders on the checkout completion page to proceed to the Item Pickup Table. - **Pickup Instructions:** Added clear instructions for bidders on the checkout completion page to proceed to the Item Pickup Table.
- **North Checkout Fallback:** Restored the manual "Verify Payment Status" button and enhanced error reporting for digital wallet payments (Google Pay).
#### Fixed #### Fixed
- **Logo Integration:** Corrected logo sizing issues using inline styles to override theme constraints. - **Logo Integration:** Corrected logo sizing issues using inline styles to override theme constraints.
@@ -66,6 +67,8 @@ The Laravel framework is open-sourced software licensed under the [MIT license](
- **Data Restoration:** Re-added bidder information and itemized winning lists to the checkout completion views. - **Data Restoration:** Re-added bidder information and itemized winning lists to the checkout completion views.
#### Changed #### Changed
- **Expanded Reports:** Standardized `bidderlist`, `showcarlist`, and `checkout_complete_list` to show full contact details (Address, City, State, Zip, Phone, Email).
- **Reporting Enhancements:** Added Year, Make, and Model to the `showcarlist` and included item numbers in the `checkout_complete_list` for improved tracking.
- **UI Cleanup:** Disabled default Tablar footers and notifications across all layout templates to maintain a focused auction interface. - **UI Cleanup:** Disabled default Tablar footers and notifications across all layout templates to maintain a focused auction interface.
- **Theme Consistency:** Updated various partials to ensure a seamless transition from the previous custom theme to Tablar. - **Theme Consistency:** Updated various partials to ensure a seamless transition from the previous custom theme to Tablar.