Releases: vtex-apps/b2b-quotes
Releases · vtex-apps/b2b-quotes
v1.2.0
Added
- UX adjustments on Alert messages and action buttons positions.
- It was reorganized the code and split components into small pieces.
v1.1.1
Fixed
- Filter error if no quotes have been created yet
v1.1.0
Added
- Improved organization/cost center filtering on
QuotesTable
component
v1.0.1
Fixed
- fix on discounts negative
- NaN total when quoted price is empty
- fix on handling quantity
- fix on difference between input and slider discount
- fix on slider discount bar
- fix on orderform graphql query by adding "network-only"
v1.0.0
Added
- Admin panel for app settings
Removed
- Billing options
settingsSchema
- Legacy
CreateQuote
component
v0.5.1
Added
- Documentation
v0.5.0
Added
Added a modal component that verifies if the quoteId is on the orderForm and locks by opening the modal component if the user tries to browse other pages instead of the checkout page.
v0.4.0
Changed
- Use same component (
QuoteDetails
) for creating and updating quotes, allowing salespeople to create and revise a quote in a single operation
v0.3.0
Added
Quotes and Saved Carts
link to My Account menu
Fixed
- When creating new quote, calculate subtotal from list of items rather than using totalizers from orderForm (if items currently have no availability, they will not be included in totalizer amount)
- If a promotion causes two instances of the same SKU to have different selling prices, add them to the quote as separate lines
- Do not allow free items to be added to quote
- Use
network-only
fetch policy when fetching quotes to ensure freshest data - Remove unnecessary refetches
v0.2.0
Added
- UI to change of expiration date by sales role
- Improvement of quote details UI