Skip to content

Releases: hotwax/fulfillment

Release 2.4.3

22 May 12:51
e3ab596
Compare
Choose a tag to compare

What's Changed

  • Improved: add permission on menu item of rejection reason by @amansinghbais in #543
  • Implemented: Added security permissions for the TO and Carriers section (#493). by @ravilodhi in #544
  • Fixed: Corrected syntax (#493). by @ravilodhi in #545
  • Improved: Removed cursor pointer as the item is not clickable (#493). by @ravilodhi in #546
  • Improved: Updated the view entity name used to fetch the carrier detail as the entity get renamed (#493). by @ravilodhi in #549
  • Improved: gitignore file to exclude firebase file from tracking by @ymaheshwari1 in #550
  • Fixed: miscellaneous issues in carrier and shipment methods (#493). by @ravilodhi in #551
  • Fixed: issue in fetching shipGroup information by updating the passed viewSize by @ymaheshwari1 in #552
  • Fixed: issue in orderLookup when applying a filter after logging out from the app(#518) by @ymaheshwari1 in #548
  • Fixed: miscellaneous fixes in carrier and shipment methods UI by @ravilodhi in #555
  • Implemented: support to remove orderLookup filters when changing the route by @ymaheshwari1 in #556
  • Fixed case where lastName is missing for the party by @ymaheshwari1 in #558
  • Fixed: change the position of the 'ref' in ion-input(#557) by @R-Sourabh in #560
  • Implemented: Shift-JIS encoding conversion for export packed orders feed. by @Nishtha-Jain-1119 in #559
  • Improved: used default cursor on the rejection reasons list item since not clickable (#553) by @amansinghbais in #554

New Contributors

Full Changelog: v2.4.2...v2.4.3

v2.4.2

20 May 10:27
26c44b4
Compare
Choose a tag to compare

What's Changed

  • Implemented: custom date filter support and fix issue of filters being disabled(#518) by @ymaheshwari1 in #531
  • Fixed: translate error on console on infinite scroll(#518) by @ymaheshwari1 in #532
  • Miscellaneous fixes in carrier and shipment methods functionality (#493) by @ravilodhi in #533
  • Improved: Formatting changes only (#493). by @ravilodhi in #534
  • Fixed: Carrier shipment method association/dissociation functionality when 'Only carrier methods' option is selected. (#493) by @ravilodhi in #535
  • Fixed: infinite scroll issue in orderLookup and added support min max values in date selector(#518) by @ymaheshwari1 in #537
  • Improved: locales files for static text entry in spanish by @ymaheshwari1 in #538
  • Improved: UI to honor internationalization by @ymaheshwari1 in #539
  • Fixed: Miscellaneous issues in carrier and shipment methods UI (#493). by @ravilodhi in #540
  • Improved: Added validation on delivery days and carrier code (#493). by @ravilodhi in #541

Full Changelog: v2.4.1...v2.4.2

Release 2.4.1

14 May 14:14
60deb2c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.0...v2.4.1

Release 2.4.0

14 May 06:55
473d34b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v2.4.0

Release 2.3.0

30 Apr 12:20
2c504be
Compare
Choose a tag to compare

What's Changed

  • Fixed: infinite scroll issue when used with searchbar(dxp-289) by @R-Sourabh in #500
  • Fixed: case of api failure as the endpoints using app's domain instead of oms domain(#504) by @ymaheshwari1 in #505
  • Fixed: Allowed search on groupName to handle the case where picker is a party group. (#506) by @ravilodhi in #507
  • Improved: logic to clear the scanned SKU from the ion-input once successfully scanned and highlight scanned items (#499) by @R-Sourabh in #503

Full Changelog: v2.2.0...v2.3.0

Release 2.2.0

16 Apr 10:45
65c4e17
Compare
Choose a tag to compare

What's Changed

  • Fixed: Updated retry shipping label payload to pass forceRateShop flag as Y/N instead of boolean true/false. This is needed as recent OMS release is accepting String instead of boolean for this flag. (#495) by @ravilodhi in #496
  • Implemented: timeZone switcher component from dxp package(dxp/262) by @R-Sourabh in #492
  • Improvement : toast message to be shown in case of scanning success/failure item(#459) by @R-Sourabh in #494
  • Fixed: infinite scroll issue when used with searchbar(dxp-289) by @R-Sourabh in #497

Full Changelog: v2.1.1...v2.2.0

Release 2.1.1

26 Mar 06:10
0448cbd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.1.1

Release 2.1.0

21 Mar 10:42
3ad9324
Compare
Choose a tag to compare

What's Changed

  • Implemented: added functionality to the rejection reasons (#423) by @amansinghbais in #434
  • Improved:Updated the oms-api package to resolve login issues encountered when /api is omitted from the complete URL. Additionally, implemented a check in the app to handle direct URL access. by @R-Sourabh in #455
  • Fixed: Update translations in the app(#456) by @R-Sourabh in #457
  • Improved: app to ionic version v7.6.0 (#383) by @amansinghbais in #458
  • Improved: Update the version of dxp-component(#275) by @R-Sourabh in #463
  • Fixed: remove double line from the id input in create rejection reason modal by @amansinghbais in #465
  • Implemented: alert before leaving the rejection reasons page after reordering the rejection reasons (#466) by @amansinghbais in #467
  • FIxed: click event triggering even when toggle is disabled (#468) by @amansinghbais in #471
  • Reverted: searching on the rejection reasons page (#469) by @amansinghbais in #475
  • Fixed: multiple menu opening issue by giving unique id to each menu (#472) by @amansinghbais in #478
  • Fixed: check stock button coming in middle due to only 2 items in order-item div (#470) by @amansinghbais in #479

Full Changelog: v2.0.3...v2.1.0

Release 2.0.3

13 Mar 06:41
d12d4f3
Compare
Choose a tag to compare

What's Changed

  • Implemented: Fixed translation error of 'Gateway' to Spanish on the order details page(#446) by @R-Sourabh in #451
  • Improved: Included first name and last name in the export packed orders fields mapping (#450). by @ravilodhi in #452
  • Implemented: app version component from dxp-components(#448) by @Ritika-Patel08 in #449
  • Fixed: code by adding css to ion-content to remove the overlapping of icon and text(#431) by @Ritika-Patel08 in #447
  • Fixed: error handling in login process in case of object in error (dxp-258) by @Ritika-Patel08 in #402

New Contributors

Full Changelog: v2.0.2...v2.0.3

Release 2.0.2

12 Mar 06:40
Compare
Choose a tag to compare

What's Changed

  • Fixed: Added checks to avoid opening of new tab in case no custom document generation url is available (#441). by @ravilodhi in #443
  • Fixed: Added check to hide the show shipping label error button on TO detail page if tracking code is available (#442). by @ravilodhi in #445

Full Changelog: v2.0.1...v2.0.2