Skip to content

Releases: vtex-apps/b2b-quotes

v1.2.0

28 Jun 15:00
Compare
Choose a tag to compare

Added

  • UX adjustments on Alert messages and action buttons positions.
  • It was reorganized the code and split components into small pieces.

v1.1.1

06 Jun 19:08
Compare
Choose a tag to compare

Fixed

  • Filter error if no quotes have been created yet

v1.1.0

19 May 19:44
Compare
Choose a tag to compare

Added

  • Improved organization/cost center filtering on QuotesTable component

v1.0.1

26 Apr 17:10
Compare
Choose a tag to compare

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

14 Apr 13:16
Compare
Choose a tag to compare

Added

  • Admin panel for app settings

Removed

  • Billing options
  • settingsSchema
  • Legacy CreateQuote component

v0.5.1

05 Apr 13:44
Compare
Choose a tag to compare

Added

  • Documentation

v0.5.0

24 Mar 21:24
Compare
Choose a tag to compare

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

22 Mar 13:39
Compare
Choose a tag to compare

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

17 Mar 19:32
Compare
Choose a tag to compare

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

10 Mar 19:14
Compare
Choose a tag to compare

Added

  • UI to change of expiration date by sales role
  • Improvement of quote details UI