Skip to content

Releases: hotwax/inventory-count

Release 2.0.0

26 Aug 05:10
ddd2ba1
Compare
Choose a tag to compare

What's Changed

  • Implemented: Closed page, closed filter section, Download result modal and Store permissions page(#285) by @R-Sourabh in #289
  • Implemented: Assigned page, popover and assigned count page(#285) by @R-Sourabh in #287
  • Removed: all irrelevant code from the 2.0 branch (#293) by @R-Sourabh in #297
  • Implemented: the picker view UI, added routing, locales and tabs functionality(#285) by @R-Sourabh in #290
  • Implemented: the moqui login support in 2.0 branch (#294) by @R-Sourabh in #298
  • Implemented: support for fetching facilites and allow facility selection in the filters and settings page by @ymaheshwari1 in #299
  • Implemented: support to make the draft list dynamic and made the details page functional(#296) by @ymaheshwari1 in #300
  • Implemented: support to make the pending review list dynamic and added support to display the count stats(#301) by @ymaheshwari1 in #303
  • Implemented: support to make the assigned and detail page dynamic(#304) by @ymaheshwari1 in #305
  • Implemented: support to add product to count from review details page, make the product information dynamic and added functionality to checkbox(#301) by @ymaheshwari1 in #308
  • Fixed: issue in draft detail flow, added check to not change the count status until its not assigned to a facility, and improved logic to display the meta information of the count by @ymaheshwari1 in #309
  • Improved: cycle count filters by @ymaheshwari1 in #310
  • Implemented: support to make the closed list page dynamic(#307) by @ymaheshwari1 in #311
  • Fixed: issue to not allow adding the same product again in the cycle count, and added some null checks before displaying the information(#304) by @ymaheshwari1 in #313
  • Improved: support to mark an item as rejected or completed and allowed adding the same product to count if its in rejected status from all the pages(#301) by @ymaheshwari1 in #314
  • Improved: logic to display a badge when an item is accpeted to rejected on review detail page and added support to re-assign a count by changing the count status(#301) by @ymaheshwari1 in #315
  • Improved: utility function to return derived status based on count status and countStats by @ymaheshwari1 in #316
  • Implemented: support for permissions in the app and added suppor to make api calls on redirection oms(#312) by @ymaheshwari1 in #317
  • Fixed: issue of request url is not formed correctly when feching permissions(#312) by @ymaheshwari1 in #318
  • Removed: support to pass createdDate when creating a new count by @ymaheshwari1 in #319
  • Improved: stats api payload and added checks for color on the status badge by @ymaheshwari1 in #320
  • Implemented: support to make the picker screens functional(#292) by @ymaheshwari1 in #321
  • Implemented: Made the picker side of inventory-count dynamic(#292) by @R-Sourabh in #302
  • Improved: check for defining primary action for an item based of variance threshold and removed an item it has been added to count by @ymaheshwari1 in #322
  • Improved: logic to define common methods as utility functions, fixed issue in searchProducts api call, and used common module for count related operations by @ymaheshwari1 in #323
  • Improved: UI to display some missing information on UI, updated stats api and improved checks for dispalying item status on picker screen by @ymaheshwari1 in #324
  • Improved: UI for draft detail page and improved logic to accept or reject item based on variance threshold by @ymaheshwari1 in #325
  • Implemented: support to make the product store settings dynamic(#306) by @ymaheshwari1 in #328
  • Implemented: permission checks to only display specific screens by @ymaheshwari1 in #329
  • Improved: method to define derived status based on count status and implemented method to display partyName on UI by @ymaheshwari1 in #330
  • Fixed: items information not updated after marking items as accepted by @ymaheshwari1 in #331
  • Fixed: Issue related to update the ProductDetails after saving the new count(#292) by @R-Sourabh in #327
  • Fixed: issue to clear search products on modal close and update search api to only search on product sku by @ymaheshwari1 in #332
  • Implemented: empty state on the count details page by @ymaheshwari1 in #333
  • Implemented: support to make primary and secondary product identifier dynamic and added check to honor the qoh setting on the store view screens by @ymaheshwari1 in #336
  • Fixed: issue on menu not visible on first load of the app(#335) by @ymaheshwari1 in #337
  • Fixed: width issue on the count segment, passed pageSize when fetching counts, and removed unused entries from the env file by @ymaheshwari1 in #339
  • Implemented: support to display app version info on settings page by @ymaheshwari1 in #340
  • Fixed: issue when facility is not associated with a product store by @ymaheshwari1 in #342
  • Fixed: issue of variance threshold calculation by adding brackets when calculating percentage(#362) by @ymaheshwari1 in #363
  • Fixed: primary identifier not displayed inside the popover on assigned page(#358) by @ymaheshwari1 in #364
  • Fixed: variance not being set on changing product, update status for fetching count, displayed current clicked product as selected and updated the position of identifier component on settings page(#359) by @ymaheshwari1 in #366
  • Removed rejection history chip from the draft detail page(#350) by @ymaheshwari1 in #369
  • Fixed: the searching on products on the count detail page(#360) by @R-Sourabh in #365
  • Fixed: case to always move to count page when moving from settings page in store view screen(#356) by @ymaheshwari1 in #370
  • Implemented: support to select and unselect items, and only allow selection of items in the current segment(#361) by @ymaheshwari1 in #371
  • Implemented: support to change the count dueDate from assigned and pendingReview detail page(#351) by @ymaheshwari1 in #372
  • Improved: input field to display helper text regarding field on the basis of which products are searched(#347) by @ymaheshwari1 in #373
  • Fixed: case to remove emitter registration when leaving the page, as this results in multiple api calls being made when adding a new product to count and fetched items on page enter instead of mounted hook by @ymaheshwari1 in #374
  • Implemented: toast message to be displayed when trying to save a product with empty count by @ymaheshwari1 in #375
  • Implemented: support to only fetch facilities those are associated with the current user(#352) by @ymaheshwari1 in #383
  • Improved: code to fetch only the associated facilities when users does not have admin permissions(#352) by @ymaheshwari1 in #384
  • Implemented: support to move the count to review status from store view screen(#381) by @ymaheshwari1 in #386
  • Improved: check to display the readyForReview option only for counts having assigned status(#381) by @ymaheshwari1 in #387
  • Improved: added validation on input count of decimals and special characters(#378) by @R-Sourabh in #382
  • Improved: item with a 0 inventory count should be saved correctly and will not be pending in the Assigned section(#377) by @R-Sourabh in #385
  • Improved: logic to check for quantity being undefined when checking which button to be displayed as selected(#379) by @ymaheshwari1 in #388
  • Improved: code to display spinner as soon as user starts searching and clear search result when input is emp...
Read more

Release 1.18.0

02 Aug 12:45
348fcb8
Compare
Choose a tag to compare

What's Changed

  • Fixed: infinite scroll issue when used with searchbar(dxp-289) by @R-Sourabh in #274 and #276
  • Fixed: routing in the app to use the tabs/ pattern when using ion-tab-bar by @ymaheshwari1 in #275
  • Implemented: timeZone switcher component from dxp package(dxp/262) by @R-Sourabh in #273
  • Fixed: html tags not working in the translations (#243) by @R-Sourabh in #278
  • Updated: the Pull request template (dxp/298) by @R-Sourabh in #291

Full Changelog: v1.17.0...v1.18.0

Release 1.17.0

18 Mar 13:07
81a4589
Compare
Choose a tag to compare

What's Changed

  • Implemented: app version component from dxp-components(#214) by @Ritika-Patel08 in #268
  • 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 #269
  • Improved: dxp version to latest for fixing the goToOMS redirection(dxp/275) by @ymaheshwari1 in #270

New Contributors

Full Changelog: v1.16.0...v1.17.0

Release 1.16.0

08 Mar 13:25
5d6c124
Compare
Choose a tag to compare

What's Changed

  • Fixed: pointer not visible on hovering over the card on upload page by adding button attribute on ion-card by @shanmukhdutt in #262
  • Improved: Added support to set userLoginId as comments/description while recording variance. by @ravilodhi in #264
  • Improved: support to update the variance on stock input(#245) by @ymaheshwari1 in #266
  • Fixed: error handling in login process in case of object in error (dxp-258) by @Ritika-Patel08 in #258

Full Changelog: v1.15.2...v1.16.0

v1.15.2

09 Feb 04:23
e93886d
Compare
Choose a tag to compare

What's Changed

  • Improved: product keyword search to search on sku, upc, productName, internalName, productId, groupId, groupName, and productCategoryNames fields (#241). by @ravilodhi in #248
  • Improved: app to upgrade ionic to v7.6.0(#243) by @ymaheshwari1 in #244
  • Improved: Added Toast Notification on Item Removal from Upload Page(#213) by @shanmukhdutt in #224
  • Implemented: product identifier component in settings page from dxp-components (dxp-178) by @amansinghbais in #204
  • Improved: dxp-component package to latest release by @ymaheshwari1 in #250
  • Implemented: Spinner in Timezone Model for Timezone Configuration (#210) by @Ritika-Patel08 in #249
  • Fixed: solr query for fetching products on count page by @amansinghbais in #252
  • Improved: added support to create product facility location (#256) by @amansinghbais in #257
  • Fixed: Service worker registration error(dxp-253) by @shanmukhdutt in #254
  • Fixed: When calling getPermissions api duplicate permissionIds are passed in the payload(#211) by @shanmukhdutt in #253
  • Fixed: click on card to open detail page from upload page (#209) by @shanmukhdutt in #225

New Contributors

Full Changelog: v1.15.1...v1.15.2

Release 1.15.1

27 Dec 09:57
f52241b
Compare
Choose a tag to compare

What's Changed

  • Improved: workflow to create a ProductFacility assoc from the app if a user tries to save a product count to their list where the product is not associated with the facility (#242). by @ravilodhi in #246

Full Changelog: v1.15.0...v1.15.1

Release 1.15.0

22 Dec 10:13
1fe896b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.14.1...v1.15.0

Release 1.14.1

07 Dec 11:05
fd78510
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.14.0...v1.14.1

Release 1.14.0

11 Oct 13:43
bb9dd4b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.13.0...v1.14.0

Release 1.13.0

15 Sep 12:33
c0b1c86
Compare
Choose a tag to compare

What's Changed

  • Implemented: Replaced the usage of Image component with ShopifyImg component wherever the image is fetched from Shopify by @sanskar345 in #188

Full Changelog: v1.12.0...v1.13.0