Skip to content

Commit

Permalink
Merge pull request #390 from folio-org/v1.4.0
Browse files Browse the repository at this point in the history
Release v1.4.0
  • Loading branch information
aliaksei-chumakou authored May 3, 2019
2 parents 7637280 + 42cf1a9 commit 7af1f31
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Change history for ui-orders

## [1.4.0](https://github.com/folio-org/ui-orders/tree/v1.4.0) (2019-05-03)
[Full Changelog](https://github.com/folio-org/ui-orders/compare/v1.3.1...v1.4.0)
* UIOR-218 UI validation is unsynced with back-end for location quantities
* UIOR-214 Update PO search result list columns
* UIOR-215 Update POL table columns
* UIOR-213 move item details accordion to top of view
* UIOR-137 Error Modal: Order has inactive Vendor/Access Provider
* UIOR-209 Switch to mod-organizations-storage
* UIOR-207 allow user to add comment to Piece when receiving
* UIOR-184 Add data to POL based on vendor
* UIOR-167 Checkin: Add Pieces for a Purchase Order Line with newly added Item through plugin
* UIOR-147 Align POL Payment and Receipt status with PO Status
* UIOR-175 Infinite scroll in receiving history
* UIOR-193 update order error in modal window
* UIOR-120 Purchase Order Line - Material Type
* UIOR-192-added required attribute for Item Details title field
* UIOR-129 Settings: display system-supplied reasons for closure in settings area
* UIOR-159 Access Checkin History and Remove Items
* UIOR-173 Check-in Pieces for a Purchase Order Line
* UIOR-186 add piece modal
* UIOR-180 Ordering: Open Order action
* UIOR-161 Check-in button and Check-in items list
* UIOR-188 Filtering by status doesn't work for order results
* UIOR-185 Adjustments to piece and receivingHistory
* UIOR-132 Column sorting doesn't work for order results
* UIOR-149 Orders Settings Create Inventory

## [1.3.1](https://github.com/folio-org/ui-orders/tree/v1.3.1) (2019-03-22)
[Full Changelog](https://github.com/folio-org/ui-orders/compare/v1.3.0...v1.3.1)
* Translations updated
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@folio/orders",
"version": "1.3.1",
"version": "1.4.0",
"description": "Description for orders",
"main": "src/index.js",
"repository": "",
Expand All @@ -20,7 +20,7 @@
"inventory": "8.0",
"locations": "3.0",
"material-types": "2.2",
"orders": "4.0",
"orders": "5.0",
"users": "15.0",
"organizations-storage.organizations": "1.0"
},
Expand Down

0 comments on commit 7af1f31

Please sign in to comment.