Build: #90 was successful
Job: Default job was successful
Code commits
0.9.x (grails 3 master)
-
Walkowiak <awalkowiak@soldevelo.com> 6124d09f76922cc2cb7ec663cf41bffebb9b966b
bumped app version to 0.9.5
- gradle.properties (version 6124d09f76922cc2cb7ec663cf41bffebb9b966b)
-
Sebastian Lib <120328147+SebastianLib@users.noreply.github.com> df6bb1f1dbe97a5990fe61af3d9999cc467b05ee
OBPIH-7468 Remove organization codes and append location types at the end of the destination dropdown in 'Create Shipment from PO' (fix after QA) (#5481)
- src/js/components/stock-movement-wizard/combined-shipments/CreateStockMovement.jsx (version df6bb1f1dbe97a5990fe61af3d9999cc467b05ee)
- src/js/components/stock-movement-wizard/combined-shipments/SendMovementPage.jsx (version df6bb1f1dbe97a5990fe61af3d9999cc467b05ee)
-
Kacper Chełstowski <kchelstowski@soldevelo.com> 0f6d4cc55721977ca4c4a47e0fff310bfd27bef1
OBPIH-7487 Fix negating the qty before for damaged, expired and consm… (#5478)
- grails-app/services/org/pih/warehouse/inventory/InventoryTransactionSummaryService.groovy (version 0f6d4cc55721977ca4c4a47e0fff310bfd27bef1)
- grails-app/services/org/pih/warehouse/inventory/RefreshInventoryTransactionsSummaryEventService.groovy (version 0f6d4cc55721977ca4c4a47e0fff310bfd27bef1)
-
Alan Nadolny <83239466+alannadolny@users.noreply.github.com> d43dbc8ec730a2dc6fd9dba429c6c8131fbda7b1
OBPIH-7465 Record stock not creating the correct adjustment when backdated (Fix after QA) (#5475)
- grails-app/services/org/pih/warehouse/inventory/InventoryService.groovy (version d43dbc8ec730a2dc6fd9dba429c6c8131fbda7b1)
- grails-app/services/org/pih/warehouse/inventory/ProductAvailabilityService.groovy (version d43dbc8ec730a2dc6fd9dba429c6c8131fbda7b1)
- grails-app/services/org/pih/warehouse/inventory/RecordStockProductInventoryTransactionService.groovy (version d43dbc8ec730a2dc6fd9dba429c6c8131fbda7b1)
-
Kacper Chełstowski <kchelstowski@soldevelo.com> 2bbe428ddf8067072349ce43224b37f99b6c56fb
OBPIH-7487 Fix wrong qty before in the inventory transactions report … (#5477)
- grails-app/domain/org/pih/warehouse/inventory/Transaction.groovy (version 2bbe428ddf8067072349ce43224b37f99b6c56fb)
- grails-app/migrations/views/inventory-transaction-summary-helper-views.sql (version 2bbe428ddf8067072349ce43224b37f99b6c56fb)
-
Alan Nadolny <83239466+alannadolny@users.noreply.github.com> dd8634690542d8b385d5de22cf79a5c3949a8061
OBPIH-7478 Validation issue on record stock when item with zone in stock (#5470)
- grails-app/controllers/org/pih/warehouse/inventory/InventoryItemController.groovy (version dd8634690542d8b385d5de22cf79a5c3949a8061)
-
Sebastian Lib <120328147+SebastianLib@users.noreply.github.com> cd6f5bf6f1128d6439ace955398014d75edb2b15
OBPIH-7468 Display wards and depots on PO shipment (fix) (#5471)
- grails-app/services/org/pih/warehouse/core/LocationService.groovy (version cd6f5bf6f1128d6439ace955398014d75edb2b15)
- src/js/components/stock-movement-wizard/combined-shipments/CreateStockMovement.jsx (version cd6f5bf6f1128d6439ace955398014d75edb2b15)
- src/js/components/stock-movement-wizard/combined-shipments/SendMovementPage.jsx (version cd6f5bf6f1128d6439ace955398014d75edb2b15)
- src/js/utils/option-utils.jsx (version cd6f5bf6f1128d6439ace955398014d75edb2b15)
-
Kacper Chełstowski <kchelstowski@soldevelo.com> eca94e4c89f69a0f3ecddf5870129a079f50d1da
OBPIH-7477 Fix performance issues of inventory transactions report wh… (#5472)
- grails-app/controllers/org/pih/warehouse/api/InventoryTransactionSummaryApiController.groovy (version eca94e4c89f69a0f3ecddf5870129a079f50d1da)
- grails-app/migrations/views/changelog.xml (version eca94e4c89f69a0f3ecddf5870129a079f50d1da)
- grails-app/migrations/views/inventory-transactions-summary.sql (version eca94e4c89f69a0f3ecddf5870129a079f50d1da)
- grails-app/services/org/pih/warehouse/inventory/InventoryTransactionSummaryService.groovy (version eca94e4c89f69a0f3ecddf5870129a079f50d1da)
- src/main/groovy/org/pih/warehouse/inventory/InventoryTransactionsSummary.groovy (version eca94e4c89f69a0f3ecddf5870129a079f50d1da)
-
Alan Nadolny <83239466+alannadolny@users.noreply.github.com> 743c723ec88743427fe702d54b7bc42d3648e6b0
OBPIH-7465 Record stock not creating the correct adjustment when backdated (#5473)
- grails-app/services/org/pih/warehouse/inventory/RecordStockProductInventoryTransactionService.groovy (version 743c723ec88743427fe702d54b7bc42d3648e6b0)
-
Sebastian Lib <120328147+SebastianLib@users.noreply.github.com> 17c7615560ae50bd971933b73f98cdf2583383de
OBPIH-7471 Keep Approver column visible after clicking clear button (fix) (#5467)
- src/js/components/stock-movement/outbound/StockMovementOutboundTable.jsx (version 17c7615560ae50bd971933b73f98cdf2583383de)
-
Alan Nadolny <83239466+alannadolny@users.noreply.github.com> 4bc4a943634484628fed4adfc704c3c7c8e166c0
OBPIH-7465 Record stock not creating the correct adjustment when backdated (Fixes after QA) (#5468)
- grails-app/services/org/pih/warehouse/inventory/InventoryService.groovy (version 4bc4a943634484628fed4adfc704c3c7c8e166c0)
- grails-app/services/org/pih/warehouse/inventory/RecordStockProductInventoryTransactionService.groovy (version 4bc4a943634484628fed4adfc704c3c7c8e166c0)
-
Sebastian Lib <120328147+SebastianLib@users.noreply.github.com> 930844ab43313f0fcf30450ce71fc4c77006d80e
OBPIH-7467 Remove facility-specific forecasting configuration from Location (#5463)
- grails-app/controllers/org/pih/warehouse/api/LocationApiController.groovy (version 930844ab43313f0fcf30450ce71fc4c77006d80e)
- grails-app/controllers/org/pih/warehouse/core/LocationController.groovy (version 930844ab43313f0fcf30450ce71fc4c77006d80e)
- grails-app/i18n/messages.properties (version 930844ab43313f0fcf30450ce71fc4c77006d80e)
- grails-app/views/location/edit.gsp (version 930844ab43313f0fcf30450ce71fc4c77006d80e)
- grails-app/views/location/showForecastingConfiguration.gsp (version 930844ab43313f0fcf30450ce71fc4c77006d80e)
- src/js/components/locations-configuration/Forecasting.jsx (version 930844ab43313f0fcf30450ce71fc4c77006d80e)
- src/js/components/locations-configuration/Forecasting.scss (version 930844ab43313f0fcf30450ce71fc4c77006d80e)
- src/js/components/locations-configuration/ForecastingNotsupported.jsx (version 930844ab43313f0fcf30450ce71fc4c77006d80e)
- src/js/components/locations-configuration/LocationsConfigurationWizard.jsx (version 930844ab43313f0fcf30450ce71fc4c77006d80e)
- src/js/components/locations-configuration/ZoneAndBinLocations.jsx (version 930844ab43313f0fcf30450ce71fc4c77006d80e)
-
Alan Nadolny <83239466+alannadolny@users.noreply.github.com> 90dac2d09c184879704a820656a1cebd67f8d033
OBPIH-7465 Record stock not creating the correct adjustment when backdated (fix after QA) (#5465)
- grails-app/services/org/pih/warehouse/inventory/InventoryService.groovy (version 90dac2d09c184879704a820656a1cebd67f8d033)
- grails-app/services/org/pih/warehouse/inventory/RecordStockProductInventoryTransactionService.groovy (version 90dac2d09c184879704a820656a1cebd67f8d033)
-
Sebastian Lib <120328147+SebastianLib@users.noreply.github.com> 34aa4e305456f28e304d251fdafa1b3d0cdd4fca
OBPIH-7466 Hide Export button on Products and Transactions reports (#5459)
- src/js/components/cycleCountReporting/InventoryTransactionsTab.jsx (version 34aa4e305456f28e304d251fdafa1b3d0cdd4fca)
- src/js/components/cycleCountReporting/ProductsTab.jsx (version 34aa4e305456f28e304d251fdafa1b3d0cdd4fca)
- src/js/hooks/cycleCount/useInventoryTransactionsTab.jsx (version 34aa4e305456f28e304d251fdafa1b3d0cdd4fca)
- src/js/hooks/cycleCount/useProductsTab.jsx (version 34aa4e305456f28e304d251fdafa1b3d0cdd4fca)
-
Artur Walkowiak <awalkowiak@soldevelo.com> 232696c9c69bf14d014e8abaad3a7359bdb2e3aa
OBPIH-7462 Limit number of old product inventory transactions migrated at once (#5462)
- grails-app/conf/application.yml (version 232696c9c69bf14d014e8abaad3a7359bdb2e3aa)
- grails-app/services/org/pih/warehouse/data/MigrationService.groovy (version 232696c9c69bf14d014e8abaad3a7359bdb2e3aa)
- grails-app/services/org/pih/warehouse/inventory/InventoryService.groovy (version 232696c9c69bf14d014e8abaad3a7359bdb2e3aa)
- grails-app/views/migration/dataMigration.gsp (version 232696c9c69bf14d014e8abaad3a7359bdb2e3aa)
-
Alan Nadolny <83239466+alannadolny@users.noreply.github.com> 5205b58af1d7f1221910281320685b8c99568c16
OBPIH-7465 Record stock not creating the correct adjustment when backdated (#5464)
- grails-app/services/org/pih/warehouse/inventory/InventoryService.groovy (version 5205b58af1d7f1221910281320685b8c99568c16)
- grails-app/services/org/pih/warehouse/inventory/RecordStockProductInventoryTransactionService.groovy (version 5205b58af1d7f1221910281320685b8c99568c16)
- src/main/groovy/org/pih/warehouse/api/StockMovementItem.groovy (version 5205b58af1d7f1221910281320685b8c99568c16)
-
Kacper Chełstowski <kchelstowski@soldevelo.com> 1464d3c12082c359388ecd465a732e1e8b6d0fb1
OBPIH-7455 Fix comments on inventory transactions report and filter by product in products report (#5457)
- grails-app/domain/org/pih/warehouse/inventory/InventoryTransactionsSummary.groovy (version 1464d3c12082c359388ecd465a732e1e8b6d0fb1)
- grails-app/services/org/pih/warehouse/report/ReportService.groovy (version 1464d3c12082c359388ecd465a732e1e8b6d0fb1)
-
Sebastian Lib <120328147+SebastianLib@users.noreply.github.com> 141624039c71c2de2726ba499a80d25d267287c3
OBPIH-7452 Fix last stock count for items with backdated shipments to include transactions without baselines (#5447)
- grails-app/services/org/pih/warehouse/dashboard/IndicatorDataService.groovy (version 141624039c71c2de2726ba499a80d25d267287c3)
-
Sebastian Lib <120328147+SebastianLib@users.noreply.github.com> 3a2b3e136b56ff556e16fd6888defea9305a16bc
OBPIH-7457 Fix prevent adding supplier as manufacturer via import (#5448)
- grails-app/services/org/pih/warehouse/importer/ProductSupplierImportDataService.groovy (version 3a2b3e136b56ff556e16fd6888defea9305a16bc)
-
Sebastian Lib <120328147+SebastianLib@users.noreply.github.com> 9e4636d2418f956f6f2146cd6c9f035f92ff2f5b
OBPIH-7460 Remove empty field options and prevent adding empty Tags, Catalogs, Cateogries etc. (#5451)
- grails-app/controllers/org/pih/warehouse/api/SelectOptionsApiController.groovy (version 9e4636d2418f956f6f2146cd6c9f035f92ff2f5b)
- grails-app/domain/org/pih/warehouse/core/PaymentTerm.groovy (version 9e4636d2418f956f6f2146cd6c9f035f92ff2f5b)
- grails-app/domain/org/pih/warehouse/core/PreferenceType.groovy (version 9e4636d2418f956f6f2146cd6c9f035f92ff2f5b)
- grails-app/domain/org/pih/warehouse/core/Tag.groovy (version 9e4636d2418f956f6f2146cd6c9f035f92ff2f5b)
- grails-app/domain/org/pih/warehouse/product/Attribute.groovy (version 9e4636d2418f956f6f2146cd6c9f035f92ff2f5b)
- grails-app/domain/org/pih/warehouse/product/Category.groovy (version 9e4636d2418f956f6f2146cd6c9f035f92ff2f5b)
- grails-app/domain/org/pih/warehouse/product/ProductCatalog.groovy (version 9e4636d2418f956f6f2146cd6c9f035f92ff2f5b)
-
Sebastian Lib <120328147+SebastianLib@users.noreply.github.com> a440886ee210f76410c90a2d4311f663991a48d8
OBPIH-7451 Add validation for orderAdjustment invoices (#5452)
Co-authored-by: Alan Nadolny <83239466+alannadolny@users.noreply.github.com>- grails-app/domain/org/pih/warehouse/invoice/InvoiceItem.groovy (version a440886ee210f76410c90a2d4311f663991a48d8)
-
Sebastian Lib <120328147+SebastianLib@users.noreply.github.com> a6b01bfb755b251900d72e87fd3405bf7d599fb7
OBPIH-7450 Add custom labels in GSP instead of localizations for PO view (#5453)
- grails-app/controllers/org/pih/warehouse/order/OrderController.groovy (version a6b01bfb755b251900d72e87fd3405bf7d599fb7)
- grails-app/i18n/messages.properties (version a6b01bfb755b251900d72e87fd3405bf7d599fb7)
- grails-app/views/order/_itemDetails.gsp (version a6b01bfb755b251900d72e87fd3405bf7d599fb7)
- grails-app/views/order/_orderItemFormDialog.gsp (version a6b01bfb755b251900d72e87fd3405bf7d599fb7)
- grails-app/views/purchaseOrder/_showOrderItems.gsp (version a6b01bfb755b251900d72e87fd3405bf7d599fb7)
-
Sebastian Lib <120328147+SebastianLib@users.noreply.github.com> dfa2810fe409c39d30f2d205c5b7e565c7327fea
OBPIH-7464 Prevent backspace from deselecting assignee field in Assign modal (#5454)
- src/js/hooks/cycleCount/useAssignCycleCountModal.jsx (version dfa2810fe409c39d30f2d205c5b7e565c7327fea)
-
Kacper Chełstowski <kchelstowski@soldevelo.com> 9bf1e8be7ba8596db8de683078d6b3b7c1739a62
OBPIH-7463 Fix products and inventory transaction reports with produc… (#5456)
- grails-app/services/org/pih/warehouse/inventory/InventoryCountService.groovy (version 9bf1e8be7ba8596db8de683078d6b3b7c1739a62)
- grails-app/services/org/pih/warehouse/inventory/InventoryTransactionSummaryService.groovy (version 9bf1e8be7ba8596db8de683078d6b3b7c1739a62)
- grails-app/services/org/pih/warehouse/product/ProductMergeService.groovy (version 9bf1e8be7ba8596db8de683078d6b3b7c1739a62)
-
Kacper Chełstowski <kchelstowski@soldevelo.com> 112693c1649e5af0c6529eda4655d6ccb45014ef
OBPIH-7455 Fix refreshing product inventory summary table (#5450)
- grails-app/services/org/pih/warehouse/inventory/InventoryTransactionSummaryService.groovy (version 112693c1649e5af0c6529eda4655d6ccb45014ef)
-
Kacper Chełstowski <kchelstowski@soldevelo.com> 484515290ce4c59968a636909e93b923fbf0985a
OBPIH-7455 Fix before/after qty issues in the inventory transaction r… (#5449)
- grails-app/domain/org/pih/warehouse/inventory/Transaction.groovy (version 484515290ce4c59968a636909e93b923fbf0985a)
- grails-app/migrations/views/changelog.xml (version 484515290ce4c59968a636909e93b923fbf0985a)
- grails-app/migrations/views/inventory-transaction-summary-helper-views-indexes.sql (version 484515290ce4c59968a636909e93b923fbf0985a)
- grails-app/migrations/views/inventory-transaction-summary-helper-views.sql (version 484515290ce4c59968a636909e93b923fbf0985a)
- grails-app/migrations/views/inventory-transactions-summary.sql (version 484515290ce4c59968a636909e93b923fbf0985a)
- grails-app/services/org/pih/warehouse/inventory/InventoryTransactionSummaryService.groovy (version 484515290ce4c59968a636909e93b923fbf0985a)
- grails-app/services/org/pih/warehouse/inventory/RefreshInventoryTransactionsSummaryEventService.groovy (version 484515290ce4c59968a636909e93b923fbf0985a)
- src/main/groovy/org/pih/warehouse/inventory/RefreshInventoryTransactionsSummaryEvent.groovy (version 484515290ce4c59968a636909e93b923fbf0985a)
-
Sebastian Lib <120328147+SebastianLib@users.noreply.github.com> 66a9ffff76e3a7a8636a97421691a7613338614a
OBPIH-7451 Fix total price doesn't update when edit in invoice (#5445)
- grails-app/services/org/pih/warehouse/invoice/InvoiceService.groovy (version 66a9ffff76e3a7a8636a97421691a7613338614a)
- src/js/components/invoice/create/AddItemsPage.jsx (version 66a9ffff76e3a7a8636a97421691a7613338614a)
-
Kacper Chełstowski <kchelstowski@soldevelo.com> f775b90068ea6aece305ba0aa8bc126efeb91852
OBPIH-7434 Specify an index explicily for DB optimizer not to choose … (#5444)
- grails-app/migrations/views/inventory-audit-details.sql (version f775b90068ea6aece305ba0aa8bc126efeb91852)
-
Kacper Chełstowski <kchelstowski@soldevelo.com> cdd93c90e06c0bf1f8f7aa157406aac40757540e
OBPIH-7434 Fix number of counts not being displayed properly (#5443)
- grails-app/services/org/pih/warehouse/report/ReportService.groovy (version cdd93c90e06c0bf1f8f7aa157406aac40757540e)
-
Kacper Chełstowski <kchelstowski@soldevelo.com> a6ef528207e79b7ec01afd3511f9ce6802df4063
OBPIH-7434 Fix performance issues in Products Changes report - materi… (#5442)
- grails-app/controllers/org/pih/warehouse/UrlMappings.groovy (version a6ef528207e79b7ec01afd3511f9ce6802df4063)
- grails-app/controllers/org/pih/warehouse/api/ProductApiController.groovy (version a6ef528207e79b7ec01afd3511f9ce6802df4063)
- grails-app/domain/org/pih/warehouse/inventory/Transaction.groovy (version a6ef528207e79b7ec01afd3511f9ce6802df4063)
- grails-app/migrations/views/changelog.xml (version a6ef528207e79b7ec01afd3511f9ce6802df4063)
- grails-app/migrations/views/inventory-counts-helper-views.sql (version a6ef528207e79b7ec01afd3511f9ce6802df4063)
- grails-app/migrations/views/inventory-counts.sql (version a6ef528207e79b7ec01afd3511f9ce6802df4063)
- grails-app/services/org/pih/warehouse/inventory/InventoryCountService.groovy (version a6ef528207e79b7ec01afd3511f9ce6802df4063)
- grails-app/services/org/pih/warehouse/inventory/RefreshInventoryCountEventService.groovy (version a6ef528207e79b7ec01afd3511f9ce6802df4063)
- grails-app/services/org/pih/warehouse/product/ProductService.groovy (version a6ef528207e79b7ec01afd3511f9ce6802df4063)
- grails-app/services/org/pih/warehouse/report/ReportService.groovy (version a6ef528207e79b7ec01afd3511f9ce6802df4063)
- src/js/api/services/ProductApi.js (version a6ef528207e79b7ec01afd3511f9ce6802df4063)
- src/js/components/cycleCountReporting/CycleCountReporting.jsx (version a6ef528207e79b7ec01afd3511f9ce6802df4063)
- src/js/components/spinner/Spinner.jsx (version a6ef528207e79b7ec01afd3511f9ce6802df4063)
- src/js/hooks/cycleCount/useLastCountedDate.js (version a6ef528207e79b7ec01afd3511f9ce6802df4063)
- src/js/hooks/cycleCount/useProductsTab.jsx (version a6ef528207e79b7ec01afd3511f9ce6802df4063)
- src/main/groovy/org/pih/warehouse/core/Constants.groovy (version a6ef528207e79b7ec01afd3511f9ce6802df4063)
- src/main/groovy/org/pih/warehouse/inventory/RefreshInventoryCountEvent.groovy (version a6ef528207e79b7ec01afd3511f9ce6802df4063)
-
Sebastian Lib <120328147+SebastianLib@users.noreply.github.com> af4071c29067bcbe260c2619e36a0fbfefdd7ad3
OBPIH-7440 Frontend virtualization improvements for count and recount workflows (#5437)
- src/js/components/DataTable/v2/DataTable.jsx (version af4071c29067bcbe260c2619e36a0fbfefdd7ad3)
- src/js/components/cycleCount/toCountTab/CountStep.jsx (version af4071c29067bcbe260c2619e36a0fbfefdd7ad3)
- src/js/components/cycleCount/toCountTab/CountStepTable.jsx (version af4071c29067bcbe260c2619e36a0fbfefdd7ad3)
- src/js/components/cycleCount/toResolveTab/ResolveStep.jsx (version af4071c29067bcbe260c2619e36a0fbfefdd7ad3)
- src/js/components/cycleCount/toResolveTab/ResolveStepTable.jsx (version af4071c29067bcbe260c2619e36a0fbfefdd7ad3)
- src/js/hooks/cycleCount/useCountStep.jsx (version af4071c29067bcbe260c2619e36a0fbfefdd7ad3)
- src/js/hooks/cycleCount/useCountStepHeader.jsx (version af4071c29067bcbe260c2619e36a0fbfefdd7ad3)
- src/js/hooks/cycleCount/useCountStepTable.jsx (version af4071c29067bcbe260c2619e36a0fbfefdd7ad3)
- src/js/hooks/cycleCount/useResolveStep.js (version af4071c29067bcbe260c2619e36a0fbfefdd7ad3)
- src/js/hooks/cycleCount/useResolveStepHeader.jsx (version af4071c29067bcbe260c2619e36a0fbfefdd7ad3)
- src/js/hooks/cycleCount/useResolveStepTable.jsx (version af4071c29067bcbe260c2619e36a0fbfefdd7ad3)
-
Sebastian Lib <120328147+SebastianLib@users.noreply.github.com> 6f19297e9d4d71e24dafa74a6c7cf180fba686a9
OBPIH-7449 Correct Most Recent Stock Count date in Export Latest Inventory Date report (#5441)
- grails-app/services/org/pih/warehouse/core/DashboardService.groovy (version 6f19297e9d4d71e24dafa74a6c7cf180fba686a9)
-
Sebastian Lib <120328147+SebastianLib@users.noreply.github.com> 2a4039d81010d0d71f9e63fe81179f316b908354
OBPIH-7438 Move validation logic before transaction processing (improvement) (#5439)
- grails-app/services/org/pih/warehouse/inventory/InventoryService.groovy (version 2a4039d81010d0d71f9e63fe81179f316b908354)
-
Sebastian Lib <120328147+SebastianLib@users.noreply.github.com> 917bb68c2a0ab7aa504f356c13a662ae4e31685e
OBPIH-7446 Change link url for Associated Product (#5438)
- grails-app/views/productAssociation/list.gsp (version 917bb68c2a0ab7aa504f356c13a662ae4e31685e)
-
Evan <evanwaterman@hotmail.com> 9ae838574a04ba668fd41aab7fe15453dae3e77b
OBPIH-7444 fail creating adjustment when transaction already exists a… (#5440)
- grails-app/i18n/messages.properties (version 9ae838574a04ba668fd41aab7fe15453dae3e77b)
- grails-app/services/org/pih/warehouse/importer/InventoryImportDataService.groovy (version 9ae838574a04ba668fd41aab7fe15453dae3e77b)
- grails-app/services/org/pih/warehouse/inventory/CycleCountTransactionService.groovy (version 9ae838574a04ba668fd41aab7fe15453dae3e77b)
- grails-app/services/org/pih/warehouse/inventory/InventoryService.groovy (version 9ae838574a04ba668fd41aab7fe15453dae3e77b)
- grails-app/services/org/pih/warehouse/inventory/ProductInventoryTransactionService.groovy (version 9ae838574a04ba668fd41aab7fe15453dae3e77b)
- src/test/groovy/unit/org/pih/warehouse/inventory/CycleCountProductInventoryTransactionServiceSpec.groovy (version 9ae838574a04ba668fd41aab7fe15453dae3e77b)
- src/test/groovy/unit/org/pih/warehouse/inventory/CycleCountTransactionServiceSpec.groovy (version 9ae838574a04ba668fd41aab7fe15453dae3e77b)
-
Evan <evanwaterman@hotmail.com> dddf0f6877c4c7af1c3c287ee62fb380f2ce8aa1
OBPIH-7443 fix import demo products error when tag is null and when category nam… (#5436)
- grails-app/conf/templates/configuration/products.csv (version dddf0f6877c4c7af1c3c287ee62fb380f2ce8aa1)
- grails-app/services/org/pih/warehouse/product/ProductService.groovy (version dddf0f6877c4c7af1c3c287ee62fb380f2ce8aa1)
-
Kacper Chełstowski <kchelstowski@soldevelo.com> 2e0985dbf466006ac5b20e2fc3d5f9445b606528
Revert "OBPIH-7313 Improve transactions report performance (reduce N+1 querie…" (#5435)
- grails-app/services/org/pih/warehouse/inventory/InventoryTransactionSummaryService.groovy (version 2e0985dbf466006ac5b20e2fc3d5f9445b606528)
-
Kacper Chełstowski <kchelstowski@soldevelo.com> f8c7911fb239303bb2f926cd3e64c3b1aed53446
OBPIH-7313 Improve transactions report performance (reduce N+1 querie… (#5434)
- grails-app/services/org/pih/warehouse/inventory/InventoryTransactionSummaryService.groovy (version f8c7911fb239303bb2f926cd3e64c3b1aed53446)
-
Sebastian Lib <120328147+SebastianLib@users.noreply.github.com> 121bd7f57271dfe12b490eeb38b94e198832d2b5
OBPIH-7438 Fix Correctly display new inventory lines after form validation on record stock (#5429)
- grails-app/controllers/org/pih/warehouse/inventory/InventoryItemController.groovy (version 121bd7f57271dfe12b490eeb38b94e198832d2b5)
-
Kacper Chełstowski <kchelstowski@soldevelo.com> 4b8c0995c6ac02d5844614749fef3122a977d093
OBPIH-7313 Fix performance issues in inventory transactions report fo… (#5432)
- grails-app/migrations/views/inventory-transactions-summary.sql (version 4b8c0995c6ac02d5844614749fef3122a977d093)
-
Evan <evanwaterman@hotmail.com> 02f1ed6fd57163f5d97fc72fe8ba95e9b97b1fb8
OBPIH-7437 handle all items skipped during inventory import (#5431)
- grails-app/services/org/pih/warehouse/importer/InventoryImportDataService.groovy (version 02f1ed6fd57163f5d97fc72fe8ba95e9b97b1fb8)
- grails-app/services/org/pih/warehouse/inventory/InventoryService.groovy (version 02f1ed6fd57163f5d97fc72fe8ba95e9b97b1fb8)
-
Kacper Chełstowski <kchelstowski@soldevelo.com> 8d94a7d4217c2b87b6b8214400fc19c54ed574ea
OBPIH-7313 Fix inventory transactions report crashing MariaDB (#5430)
- grails-app/migrations/views/inventory-transactions-summary.sql (version 8d94a7d4217c2b87b6b8214400fc19c54ed574ea)
-
Kacper Chełstowski <kchelstowski@soldevelo.com> 5ab590ecee1a08ea8fae1d226fac3f201b109d72
OBPIH-7313 Fix inventory adjustment recognition and qty before/after … (#5428)
- grails-app/migrations/views/inventory-transactions-summary.sql (version 5ab590ecee1a08ea8fae1d226fac3f201b109d72)
-
Sebastian Lib <120328147+SebastianLib@users.noreply.github.com> 9ea837e610658f99c955b594a5df9a92c83871ec
OBPIH-7341 Fix assigning users when product quantity is changed to 0 during counting, and disable the Assign button if nothing is selected (#5426)
- src/js/components/cycleCount/AssignCycleCountModal.jsx (version 9ea837e610658f99c955b594a5df9a92c83871ec)
- src/js/hooks/cycleCount/useAssignCycleCountModal.jsx (version 9ea837e610658f99c955b594a5df9a92c83871ec)
-
Alan Nadolny <83239466+alannadolny@users.noreply.github.com> b445e49013ad56146baeca24e08dcdd71e176cb4
OBPIH-7376 Errors encountered when using Record Stock to create or update inventory (Fix) (#5423)
- grails-app/controllers/org/pih/warehouse/inventory/InventoryItemController.groovy (version b445e49013ad56146baeca24e08dcdd71e176cb4)
-
Sebastian Lib <120328147+SebastianLib@users.noreply.github.com> c7c16c85a02ffbff3b5bb7d9c1386d214a40b0c4
OBPIH-7362 Add filters for assignee and deadline in count and recount tabs (#5414)
- grails-app/i18n/messages.properties (version c7c16c85a02ffbff3b5bb7d9c1386d214a40b0c4)
- grails-app/services/org/pih/warehouse/inventory/CycleCountService.groovy (version c7c16c85a02ffbff3b5bb7d9c1386d214a40b0c4)
- src/js/components/cycleCount/CycleCount.jsx (version c7c16c85a02ffbff3b5bb7d9c1386d214a40b0c4)
- src/js/components/cycleCount/CycleCountFilterFields.jsx (version c7c16c85a02ffbff3b5bb7d9c1386d214a40b0c4)
- src/js/components/cycleCount/CycleCountFilters.jsx (version c7c16c85a02ffbff3b5bb7d9c1386d214a40b0c4)
- src/js/hooks/cycleCount/useCycleCountFilters.js (version c7c16c85a02ffbff3b5bb7d9c1386d214a40b0c4)
- src/js/hooks/cycleCount/useToCountTab.jsx (version c7c16c85a02ffbff3b5bb7d9c1386d214a40b0c4)
- src/js/hooks/cycleCount/useToResolveTab.jsx (version c7c16c85a02ffbff3b5bb7d9c1386d214a40b0c4)
- src/main/groovy/org/pih/warehouse/inventory/CycleCountCandidateFilterCommand.groovy (version c7c16c85a02ffbff3b5bb7d9c1386d214a40b0c4)
-
Justin Miranda 65419102fdb86465bf1a690f77802f4fca24b213
New Crowdin updates (#5422)
- grails-app/i18n/messages_fr.properties (version 65419102fdb86465bf1a690f77802f4fca24b213)
-
Artur Walkowiak <awalkowiak@soldevelo.com> ea1bf73b289c8e80bd74d607ee33d616792b7a5f
Fix getting order items derived status for missing order id (#5413)
- grails-app/controllers/org/pih/warehouse/api/PurchaseOrderApiController.groovy (version ea1bf73b289c8e80bd74d607ee33d616792b7a5f)
-
Artur Walkowiak <awalkowiak@soldevelo.com> 5541e6788bed61e241e4f8b998f431274949581a
OBPIH-7329 Product Inventory migration improvements (#5425)
- grails-app/controllers/org/pih/warehouse/data/MigrationController.groovy (version 5541e6788bed61e241e4f8b998f431274949581a)
- grails-app/services/org/pih/warehouse/data/MigrationService.groovy (version 5541e6788bed61e241e4f8b998f431274949581a)
- grails-app/views/migration/dataMigration.gsp (version 5541e6788bed61e241e4f8b998f431274949581a)
-
Sebastian Lib <120328147+SebastianLib@users.noreply.github.com> 9f13865b669c51bf3c181c06feab805129a8fc52
OBPIH-7420 Empty comment added to each line in inventory import (#5407)
- grails-app/services/org/pih/warehouse/importer/InventoryImportDataService.groovy (version 9f13865b669c51bf3c181c06feab805129a8fc52)
-
Evan <evanwaterman@hotmail.com> 96117e34724465c83b4915e60daab964c0af48d4
OBPIH-7430 don't error on record stock if no adjustments are made (#5419)
- grails-app/services/org/pih/warehouse/inventory/InventoryService.groovy (version 96117e34724465c83b4915e60daab964c0af48d4)
-
Sebastian Lib <120328147+SebastianLib@users.noreply.github.com> 206c20c7f47f704480104361d77c69a4c479afae
OBPIH-7433 Fix prevent all import comments from appearing on every transaction (#5421)
- grails-app/domain/org/pih/warehouse/inventory/InventoryTransactionsSummary.groovy (version 206c20c7f47f704480104361d77c69a4c479afae)
-
Kacper Chełstowski <kchelstowski@soldevelo.com> 9da86f51fdba1e991610ddfd941518423afb1c67
OBPIH-7259 Fix calculation of number of counts for an adjustment with… (#5416)
- grails-app/migrations/views/inventory-counts.sql (version 9da86f51fdba1e991610ddfd941518423afb1c67)
-
Justin Miranda f679e70d5be523529008af4d1005c5e00920aee4
New Crowdin updates (#5397)
- grails-app/i18n/messages_ach.properties (version f679e70d5be523529008af4d1005c5e00920aee4)
- grails-app/i18n/messages_ar.properties (version f679e70d5be523529008af4d1005c5e00920aee4)
- grails-app/i18n/messages_cs.properties (version f679e70d5be523529008af4d1005c5e00920aee4)
- grails-app/i18n/messages_de.properties (version f679e70d5be523529008af4d1005c5e00920aee4)
- grails-app/i18n/messages_es.properties (version f679e70d5be523529008af4d1005c5e00920aee4)
- grails-app/i18n/messages_fi.properties (version f679e70d5be523529008af4d1005c5e00920aee4)
- grails-app/i18n/messages_fr.properties (version f679e70d5be523529008af4d1005c5e00920aee4)
- grails-app/i18n/messages_ht.properties (version f679e70d5be523529008af4d1005c5e00920aee4)
- grails-app/i18n/messages_it.properties (version f679e70d5be523529008af4d1005c5e00920aee4)
- grails-app/i18n/messages_nl.properties (version f679e70d5be523529008af4d1005c5e00920aee4)
- grails-app/i18n/messages_pt.properties (version f679e70d5be523529008af4d1005c5e00920aee4)
- grails-app/i18n/messages_rw.properties (version f679e70d5be523529008af4d1005c5e00920aee4)
- grails-app/i18n/messages_sw.properties (version f679e70d5be523529008af4d1005c5e00920aee4)
- grails-app/i18n/messages_uk.properties (version f679e70d5be523529008af4d1005c5e00920aee4)
- grails-app/i18n/messages_zh.properties (version f679e70d5be523529008af4d1005c5e00920aee4)
-
Alan Nadolny <83239466+alannadolny@users.noreply.github.com> b48408e4e613e5341df02e9f4c66f35b618ebc2c
OBPIH-7429 Alignment issue for info bar about inventory updated during count (#5411)
- src/css/main.scss (version b48408e4e613e5341df02e9f4c66f35b618ebc2c)
- src/js/components/cycleCount/CycleCountStockDiscrepancyInfoBar.jsx (version b48408e4e613e5341df02e9f4c66f35b618ebc2c)
-
Artur Walkowiak <awalkowiak@soldevelo.com> 187fda76a86d32708864db0e0a87eee2a3dc2724
OBPIH-7329 Improvements in the old product inventory transactions migration (#5403)
- grails-app/services/org/pih/warehouse/data/MigrationService.groovy (version 187fda76a86d32708864db0e0a87eee2a3dc2724)
-
Sebastian Lib <120328147+SebastianLib@users.noreply.github.com> 60c93ee618ea66604c696f2e965c9fea605de622
OBPIH-7402 UI changes: sort and number of rows on products report (#5409)
- grails-app/services/org/pih/warehouse/report/ReportService.groovy (version 60c93ee618ea66604c696f2e965c9fea605de622)
- src/js/hooks/cycleCount/useProductsTab.jsx (version 60c93ee618ea66604c696f2e965c9fea605de622)
-
Alan Nadolny <83239466+alannadolny@users.noreply.github.com> 8c445e940e1958350c3ce6fa108fa0c95332e94b
OBPIH-7426 Missing page scroll for larger item lists in Recount Workflow after closing the Assign modal (#5410)
- src/js/hooks/cycleCount/useAssignCycleCountModal.jsx (version 8c445e940e1958350c3ce6fa108fa0c95332e94b)
-
Sebastian Lib <120328147+SebastianLib@users.noreply.github.com> a2db4ce2a3ed00cdecfb7305136205634afa1cee
OBPIH-7353 UI changes: sort and number of rows on inventory transactions report (#5412)
- grails-app/services/org/pih/warehouse/inventory/InventoryTransactionSummaryService.groovy (version a2db4ce2a3ed00cdecfb7305136205634afa1cee)
- src/js/components/cycleCountReporting/CycleCountReporting.jsx (version a2db4ce2a3ed00cdecfb7305136205634afa1cee)
- src/js/hooks/cycleCount/useInventoryTransactionsTab.jsx (version a2db4ce2a3ed00cdecfb7305136205634afa1cee)
-
Sebastian Lib <120328147+SebastianLib@users.noreply.github.com> 8197708905b42e7fe3526a7b44f5b366c5410917
OBPIH-7413 Adjust context in inventory accuracy and inventory loss indicators + fix indicators fetching (#5402)
- grails-app/controllers/org/pih/warehouse/UrlMappings.groovy (version 8197708905b42e7fe3526a7b44f5b366c5410917)
- grails-app/controllers/org/pih/warehouse/reporting/IndicatorApiController.groovy (version 8197708905b42e7fe3526a7b44f5b366c5410917)
- grails-app/domain/org/pih/warehouse/reporting/InventoryShrinkageResult.groovy (version 8197708905b42e7fe3526a7b44f5b366c5410917)
- grails-app/i18n/messages.properties (version 8197708905b42e7fe3526a7b44f5b366c5410917)
- grails-app/services/org/pih/warehouse/report/ReportService.groovy (version 8197708905b42e7fe3526a7b44f5b366c5410917)
- src/js/api/services/IndicatorsApi.js (version 8197708905b42e7fe3526a7b44f5b366c5410917)
- src/js/api/urls.js (version 8197708905b42e7fe3526a7b44f5b366c5410917)
- src/js/components/cycleCount/CycleCount.jsx (version 8197708905b42e7fe3526a7b44f5b366c5410917)
- src/js/components/cycleCountReporting/CycleCountReporting.jsx (version 8197708905b42e7fe3526a7b44f5b366c5410917)
- src/js/components/cycleCountReporting/IndicatorsTab/IndicatorCards.jsx (version 8197708905b42e7fe3526a7b44f5b366c5410917)
- src/js/components/cycleCountReporting/IndicatorsTab/IndicatorNumberCards.jsx (version 8197708905b42e7fe3526a7b44f5b366c5410917)
- src/js/consts/cycleCountReportingIndicators.js (version 8197708905b42e7fe3526a7b44f5b366c5410917)
- src/js/hooks/cycleCount/useIndicatorsTab.jsx (version 8197708905b42e7fe3526a7b44f5b366c5410917)
- src/js/hooks/useCycleCountPagination.js (version 8197708905b42e7fe3526a7b44f5b366c5410917)
- src/js/utils/DoubleTile.jsx (version 8197708905b42e7fe3526a7b44f5b366c5410917)
- src/js/utils/option-utils.jsx (version 8197708905b42e7fe3526a7b44f5b366c5410917)
-
Kacper Chełstowski <kchelstowski@soldevelo.com> 1625d4308b3448e023ed65972674215fd1588e00
OBPIH-7373 Fix calculation of number of counts and fix the last count… (#5401)
- grails-app/conf/runtime.groovy (version 1625d4308b3448e023ed65972674215fd1588e00)
- grails-app/domain/org/pih/warehouse/inventory/InventoryCount.groovy (version 1625d4308b3448e023ed65972674215fd1588e00)
- grails-app/domain/org/pih/warehouse/inventory/TransactionEntry.groovy (version 1625d4308b3448e023ed65972674215fd1588e00)
- grails-app/migrations/views/changelog.xml (version 1625d4308b3448e023ed65972674215fd1588e00)
- grails-app/migrations/views/inventory-counts.sql (version 1625d4308b3448e023ed65972674215fd1588e00)
- grails-app/services/org/pih/warehouse/report/ReportService.groovy (version 1625d4308b3448e023ed65972674215fd1588e00)
- src/main/groovy/org/pih/warehouse/inventory/InventoryCountTypeCode.groovy (version 1625d4308b3448e023ed65972674215fd1588e00)
-
Justin Miranda 4fe8510cbda9d10074120c12e4b0aeb45ab7f6af
Added long overdue security policy to main github repository (fixes #2707) (#5405)
- .github/SECURITY.md (version 4fe8510cbda9d10074120c12e4b0aeb45ab7f6af)
-
Alan Nadolny <83239466+alannadolny@users.noreply.github.com> 57e2f7bb14f8717725af4aab20c94f62a4d5ff2e
OBPIH-7425 'No results found’ message briefly appears before the table is loaded in products and inventory transaction reports (#5406)
- src/js/hooks/useTableDataV2.js (version 57e2f7bb14f8717725af4aab20c94f62a4d5ff2e)
-
Evan <evanwaterman@hotmail.com> 318a6ca41d38ee952fed31cb004a0064040474fc
OBPIH-7414 fix duplicate tags and categories being created during pro… (#5404)
- grails-app/services/org/pih/warehouse/product/ProductService.groovy (version 318a6ca41d38ee952fed31cb004a0064040474fc)
-
Alan Nadolny <83239466+alannadolny@users.noreply.github.com> d5b23008c5e2637877c2bddd83aadb620183ae40
OBPIH-7311 Improve Transaction report after Product Inventory transactions refactor (Changes in calculation) (#5400)
- grails-app/services/org/pih/warehouse/report/ReportService.groovy (version d5b23008c5e2637877c2bddd83aadb620183ae40)
-
Kacper Chełstowski <kchelstowski@soldevelo.com> 6084a4dbcd30558fa620c32613c58b75adfe3d74
OBPIH-7313 Fix Inventory Transaction Report qty before calculation wh… (#5408)
- grails-app/migrations/views/inventory-transactions-summary.sql (version 6084a4dbcd30558fa620c32613c58b75adfe3d74)
-
Alan Nadolny <83239466+alannadolny@users.noreply.github.com> 727f1254299deba75dfa4927574e023faa7c7a3c
OBPIH-7376 Errors encountered when using Record Stock to create or update inventory (#5393)
- grails-app/controllers/org/pih/warehouse/inventory/InventoryItemController.groovy (version 727f1254299deba75dfa4927574e023faa7c7a3c)
- grails-app/services/org/pih/warehouse/inventory/InventoryService.groovy (version 727f1254299deba75dfa4927574e023faa7c7a3c)
-
Evan <evanwaterman@hotmail.com> 3811962e87d8bf9745de52f4582ea3c2200828bd
OBPIH-7322 change products inventoried to use items inventoried indic… (#5399)
- grails-app/services/org/pih/warehouse/dashboard/NumberDataService.groovy (version 3811962e87d8bf9745de52f4582ea3c2200828bd)
- grails-app/services/org/pih/warehouse/report/ReportService.groovy (version 3811962e87d8bf9745de52f4582ea3c2200828bd)
- grails-app/utils/org/pih/warehouse/DateUtil.groovy (version 3811962e87d8bf9745de52f4582ea3c2200828bd)
-
Evan <evanwaterman@hotmail.com> c89ffdaf1a0739ee8ba0a37acc855fd8cc995cc1
OBPIH-7323 don't group by product when calculating inventory accuracy… (#5398)
- grails-app/services/org/pih/warehouse/report/ReportService.groovy (version c89ffdaf1a0739ee8ba0a37acc855fd8cc995cc1)
-
Justin Miranda 6809219681e3b2acdd57d8c49137380235eef9a7
New Crowdin updates (#5189)
Co-authored-by: Artur Walkowiak <awalkowiak@soldevelo.com>- grails-app/i18n/messages_ach.properties (version 6809219681e3b2acdd57d8c49137380235eef9a7)
- grails-app/i18n/messages_ar.properties (version 6809219681e3b2acdd57d8c49137380235eef9a7)
- grails-app/i18n/messages_cs.properties (version 6809219681e3b2acdd57d8c49137380235eef9a7)
- grails-app/i18n/messages_de.properties (version 6809219681e3b2acdd57d8c49137380235eef9a7)
- grails-app/i18n/messages_es.properties (version 6809219681e3b2acdd57d8c49137380235eef9a7)
- grails-app/i18n/messages_fi.properties (version 6809219681e3b2acdd57d8c49137380235eef9a7)
- grails-app/i18n/messages_fr.properties (version 6809219681e3b2acdd57d8c49137380235eef9a7)
- grails-app/i18n/messages_ht.properties (version 6809219681e3b2acdd57d8c49137380235eef9a7)
- grails-app/i18n/messages_it.properties (version 6809219681e3b2acdd57d8c49137380235eef9a7)
- grails-app/i18n/messages_nl.properties (version 6809219681e3b2acdd57d8c49137380235eef9a7)
- grails-app/i18n/messages_pt.properties (version 6809219681e3b2acdd57d8c49137380235eef9a7)
- grails-app/i18n/messages_rw.properties (version 6809219681e3b2acdd57d8c49137380235eef9a7)
- grails-app/i18n/messages_sw.properties (version 6809219681e3b2acdd57d8c49137380235eef9a7)
- grails-app/i18n/messages_uk.properties (version 6809219681e3b2acdd57d8c49137380235eef9a7)
- grails-app/i18n/messages_zh.properties (version 6809219681e3b2acdd57d8c49137380235eef9a7)
-
Evan <evanwaterman@hotmail.com> b5068496c0fa503d8238f113fa38e97ecdca07e0
OBPIH-7116 if an import line has a comment but won't result in an adjustment, pu… (#5390)
- grails-app/services/org/pih/warehouse/importer/InventoryImportDataService.groovy (version b5068496c0fa503d8238f113fa38e97ecdca07e0)
- grails-app/services/org/pih/warehouse/inventory/ProductInventoryTransactionService.groovy (version b5068496c0fa503d8238f113fa38e97ecdca07e0)
-
Alan Nadolny <83239466+alannadolny@users.noreply.github.com> 8c6e1f63c4667f5de3485a8847df4123b54bdfa4
OBPIH-7372 Filter issues Products and Transactions reports (Fix) (#5395)
Co-authored-by: Kacper Chełstowski <kchelstowski@soldevelo.com>- src/js/hooks/cycleCount/useInventoryTransactionsTab.jsx (version 8c6e1f63c4667f5de3485a8847df4123b54bdfa4)
- src/js/hooks/cycleCount/useProductsTab.jsx (version 8c6e1f63c4667f5de3485a8847df4123b54bdfa4)
-
Artur Walkowiak <awalkowiak@soldevelo.com> 977dc9b42741a16ceacd49fd340724413d276fa2
OBS-1876 Add HS Code Product Attribute to Commercial Invoice doc (#5389)
- grails-app/services/org/pih/warehouse/core/FileService.groovy (version 977dc9b42741a16ceacd49fd340724413d276fa2)
- src/main/groovy/org/pih/warehouse/core/Constants.groovy (version 977dc9b42741a16ceacd49fd340724413d276fa2)
-
Kacper Chełstowski <kchelstowski@soldevelo.com> a9302214135aa610308c8a242c777c5862d8c6d3
OBPIH-7368 Improve performance of export/import of counting step with… (#5391)
- grails-app/controllers/org/pih/warehouse/UrlMappings.groovy (version a9302214135aa610308c8a242c777c5862d8c6d3)
- src/js/api/services/CycleCountApi.js (version a9302214135aa610308c8a242c777c5862d8c6d3)
- src/js/api/urls.js (version a9302214135aa610308c8a242c777c5862d8c6d3)
- src/js/hooks/cycleCount/useCountStep.jsx (version a9302214135aa610308c8a242c777c5862d8c6d3)
- src/main/groovy/org/pih/warehouse/inventory/CycleCountItemCommand.groovy (version a9302214135aa610308c8a242c777c5862d8c6d3)
-
Kacper Chełstowski <kchelstowski@soldevelo.com> 05b88d575631f5c63b5e67365250d9f2e51752eb
OBPIH-7313 Build view for Inventory Transactions Report to contain da… (#5378)
- grails-app/controllers/org/pih/warehouse/UrlMappings.groovy (version 05b88d575631f5c63b5e67365250d9f2e51752eb)
- grails-app/controllers/org/pih/warehouse/api/CycleCountApiController.groovy (version 05b88d575631f5c63b5e67365250d9f2e51752eb)
- grails-app/controllers/org/pih/warehouse/api/InventoryTransactionSummaryApiController.groovy (version 05b88d575631f5c63b5e67365250d9f2e51752eb)
- grails-app/domain/org/pih/warehouse/inventory/InventoryTransactionsSummary.groovy (version 05b88d575631f5c63b5e67365250d9f2e51752eb)
- grails-app/i18n/messages.properties (version 05b88d575631f5c63b5e67365250d9f2e51752eb)
- grails-app/init/org/pih/warehouse/BootStrap.groovy (version 05b88d575631f5c63b5e67365250d9f2e51752eb)
- grails-app/migrations/views/changelog.xml (version 05b88d575631f5c63b5e67365250d9f2e51752eb)
- grails-app/migrations/views/inventory-transactions-summary.sql (version 05b88d575631f5c63b5e67365250d9f2e51752eb)
- grails-app/services/org/pih/warehouse/inventory/CycleCountService.groovy (version 05b88d575631f5c63b5e67365250d9f2e51752eb)
- grails-app/services/org/pih/warehouse/inventory/InventoryTransactionSummaryService.groovy (version 05b88d575631f5c63b5e67365250d9f2e51752eb)
- src/js/api/urls.js (version 05b88d575631f5c63b5e67365250d9f2e51752eb)
- src/js/consts/inventoryTransactionReportColumn.js (version 05b88d575631f5c63b5e67365250d9f2e51752eb)
- src/js/hooks/cycleCount/useInventoryTransactionsTab.jsx (version 05b88d575631f5c63b5e67365250d9f2e51752eb)
- src/main/groovy/org/pih/warehouse/inventory/TransactionAction.groovy (version 05b88d575631f5c63b5e67365250d9f2e51752eb)
-
Evan <evanwaterman@hotmail.com> 9849d265f49a231c9fafdb72551dd4633777fd8a
OBPIH-7363 multifill selector for cycle count assignee and deadline (#5384)
Co-authored-by: Alan Nadolny <alannadolnyy@gmail.com>- src/js/components/form-elements/v2/DateField.jsx (version 9849d265f49a231c9fafdb72551dd4633777fd8a)
- src/js/hooks/cycleCount/useAssignCycleCountModal.jsx (version 9849d265f49a231c9fafdb72551dd4633777fd8a)
-
Evan <evanwaterman@hotmail.com> fd21e7e7f2e708b9d74cf4532cdc0c19a2aeb0e7
OBPIH-7370 button for skipping count assignment (#5380)
- grails-app/i18n/messages.properties (version fd21e7e7f2e708b9d74cf4532cdc0c19a2aeb0e7)
- src/js/components/cycleCount/AssignCycleCountModal.jsx (version fd21e7e7f2e708b9d74cf4532cdc0c19a2aeb0e7)
- src/js/components/cycleCount/toCountTab/CountStepTable.jsx (version fd21e7e7f2e708b9d74cf4532cdc0c19a2aeb0e7)
- src/js/hooks/cycleCount/useCountStep.jsx (version fd21e7e7f2e708b9d74cf4532cdc0c19a2aeb0e7)
-
Evan <evanwaterman@hotmail.com> f2760a0d263cf00ced4a1c5d4112a487df1e6cf1
OBPIH-7295 add supplier code to stock movement details page if shipme… (#5385)
- grails-app/i18n/messages.properties (version f2760a0d263cf00ced4a1c5d4112a487df1e6cf1)
- grails-app/views/stockMovement/show.gsp (version f2760a0d263cf00ced4a1c5d4112a487df1e6cf1)
-
Alan Nadolny <83239466+alannadolny@users.noreply.github.com> 1f8a308c260bb251d561f06f95c79c6a3f93243e
OBPIH-7311 Improve Transaction report after Product Inventory transactions refactor (Fixes) (#5383)
- grails-app/services/org/pih/warehouse/report/ReportService.groovy (version 1f8a308c260bb251d561f06f95c79c6a3f93243e)
-
Alan Nadolny <83239466+alannadolny@users.noreply.github.com> 2c4711a7287b1083256c7d6c438bb637ea8dd0d7
OBPIH-7361 Fix single product dialog in transaction report (Fixes) (#5382)
- grails-app/services/org/pih/warehouse/report/ReportService.groovy (version 2c4711a7287b1083256c7d6c438bb637ea8dd0d7)
-
Justin Miranda 3570e2440b1d1123951b7ec95dca210fa21443c3
OBPIH-7314 Include all inventory transaction in inventory audit report (also fixes OBPIH-7373, OBPIH-7325) (#5381)
- grails-app/domain/org/pih/warehouse/inventory/CycleCountItem.groovy (version 3570e2440b1d1123951b7ec95dca210fa21443c3)
- grails-app/domain/org/pih/warehouse/inventory/InventoryAuditRollup.groovy (version 3570e2440b1d1123951b7ec95dca210fa21443c3)
- grails-app/domain/org/pih/warehouse/inventory/TransactionEntry.groovy (version 3570e2440b1d1123951b7ec95dca210fa21443c3)
- grails-app/migrations/views/changelog.xml (version 3570e2440b1d1123951b7ec95dca210fa21443c3)
- grails-app/migrations/views/drop-all-views.xml (version 3570e2440b1d1123951b7ec95dca210fa21443c3)
- grails-app/migrations/views/inventory-audit-details.sql (version 3570e2440b1d1123951b7ec95dca210fa21443c3)
- grails-app/migrations/views/inventory-audit-rollup.sql (version 3570e2440b1d1123951b7ec95dca210fa21443c3)
- grails-app/migrations/views/inventory-audit-summary.sql (version 3570e2440b1d1123951b7ec95dca210fa21443c3)
- grails-app/services/org/pih/warehouse/report/ReportService.groovy (version 3570e2440b1d1123951b7ec95dca210fa21443c3)
- src/main/groovy/org/pih/warehouse/core/Constants.groovy (version 3570e2440b1d1123951b7ec95dca210fa21443c3)
-
Artur Walkowiak <awalkowiak@soldevelo.com> aa738e7f48996c2904331622dfc9ae3b981301dd
OBPIH-7198 Add possibility to migrate old product inventory transactions (#5372)
- grails-app/conf/application.yml (version aa738e7f48996c2904331622dfc9ae3b981301dd)
- grails-app/conf/runtime.groovy (version aa738e7f48996c2904331622dfc9ae3b981301dd)
- grails-app/controllers/org/pih/warehouse/data/MigrationController.groovy (version aa738e7f48996c2904331622dfc9ae3b981301dd)
- grails-app/services/org/pih/warehouse/data/MigrationService.groovy (version aa738e7f48996c2904331622dfc9ae3b981301dd)
- grails-app/services/org/pih/warehouse/inventory/ProductInventoryTransactionMigrationService.groovy (version aa738e7f48996c2904331622dfc9ae3b981301dd)
- grails-app/services/org/pih/warehouse/inventory/ProductInventoryTransactionService.groovy (version aa738e7f48996c2904331622dfc9ae3b981301dd)
- grails-app/views/migration/dataMigration.gsp (version aa738e7f48996c2904331622dfc9ae3b981301dd)
- src/main/groovy/org/pih/warehouse/core/Constants.groovy (version aa738e7f48996c2904331622dfc9ae3b981301dd)
-
Evan <evanwaterman@hotmail.com> 32d1b30cbbd791df331bd5a4a557a0090515f446
Fix broken workflow docker-image.yml (#5367)
- .github/workflows/docker-image.yml (version 32d1b30cbbd791df331bd5a4a557a0090515f446)
-
Alan Nadolny <83239466+alannadolny@users.noreply.github.com> 57d63ac85a5229caf1e3d25a55ccd3dadd5ffcf3
OBPIH-7311 Improve Transaction report after Product Inventory transactions refactor (Fixes) (#5379)
- grails-app/services/org/pih/warehouse/report/ReportService.groovy (version 57d63ac85a5229caf1e3d25a55ccd3dadd5ffcf3)
-
Evan <evanwaterman@hotmail.com> 0d2dd06f4211512b8b83729a70d7451e51f49585
OBPIH-7295 add supplier code to shipment details page if shipment is for a PO (#5376)
Co-authored-by: Artur Walkowiak <awalkowiak@soldevelo.com>
Co-authored-by: Alan Nadolny <83239466+alannadolny@users.noreply.github.com>- grails-app/i18n/messages.properties (version 0d2dd06f4211512b8b83729a70d7451e51f49585)
- grails-app/views/shipment/showDetails.gsp (version 0d2dd06f4211512b8b83729a70d7451e51f49585)
-
Alan Nadolny <83239466+alannadolny@users.noreply.github.com> 35a203c00303ca3080949886d14c14be8d670512
OBPIH-7372 Filter issues Products and Transactions reports (#5377)
- src/js/components/cycleCountReporting/CycleCountReporting.jsx (version 35a203c00303ca3080949886d14c14be8d670512)
- src/js/components/cycleCountReporting/IndicatorsTab.jsx (version 35a203c00303ca3080949886d14c14be8d670512)
- src/js/components/cycleCountReporting/InventoryTransactionsTab.jsx (version 35a203c00303ca3080949886d14c14be8d670512)
- src/js/components/cycleCountReporting/ProductsTab.jsx (version 35a203c00303ca3080949886d14c14be8d670512)
- src/js/hooks/cycleCount/useCycleCountReportingFilters.js (version 35a203c00303ca3080949886d14c14be8d670512)
- src/js/hooks/cycleCount/useInventoryTransactionsTab.jsx (version 35a203c00303ca3080949886d14c14be8d670512)
- src/js/hooks/cycleCount/useProductsTab.jsx (version 35a203c00303ca3080949886d14c14be8d670512)
- src/js/hooks/useTableDataV2.js (version 35a203c00303ca3080949886d14c14be8d670512)
-
Sebastian Lib <120328147+SebastianLib@users.noreply.github.com> 65344f2f3d502fddc015ad8be2452f7be968b9f6
OBPIH-7323 Create indicator: inventory accuracy (#5362)
Co-authored-by: kchelstowski <kchelstowski@soldevelo.com>- grails-app/controllers/org/pih/warehouse/UrlMappings.groovy (version 65344f2f3d502fddc015ad8be2452f7be968b9f6)
- grails-app/controllers/org/pih/warehouse/reporting/IndicatorApiController.groovy (version 65344f2f3d502fddc015ad8be2452f7be968b9f6)
- grails-app/domain/org/pih/warehouse/reporting/CycleCountProductSummary.groovy (version 65344f2f3d502fddc015ad8be2452f7be968b9f6)
- grails-app/domain/org/pih/warehouse/reporting/InventoryAccuracyResult.groovy (version 65344f2f3d502fddc015ad8be2452f7be968b9f6)
- grails-app/i18n/messages.properties (version 65344f2f3d502fddc015ad8be2452f7be968b9f6)
- grails-app/init/org/pih/warehouse/BootStrap.groovy (version 65344f2f3d502fddc015ad8be2452f7be968b9f6)
- grails-app/migrations/views/changelog.xml (version 65344f2f3d502fddc015ad8be2452f7be968b9f6)
- grails-app/migrations/views/cycle-count-product-summary.sql (version 65344f2f3d502fddc015ad8be2452f7be968b9f6)
- grails-app/migrations/views/latest-transaction-per-cycle-count.sql (version 65344f2f3d502fddc015ad8be2452f7be968b9f6)
- grails-app/services/org/pih/warehouse/report/ReportService.groovy (version 65344f2f3d502fddc015ad8be2452f7be968b9f6)
- src/js/api/services/IndicatorsApi.js (version 65344f2f3d502fddc015ad8be2452f7be968b9f6)
- src/js/api/urls.js (version 65344f2f3d502fddc015ad8be2452f7be968b9f6)
- src/js/components/cycleCountReporting/IndicatorsTab/IndicatorNumberCards.jsx (version 65344f2f3d502fddc015ad8be2452f7be968b9f6)
- src/js/consts/cycleCountReportingIndicators.js (version 65344f2f3d502fddc015ad8be2452f7be968b9f6)
- src/js/hooks/cycleCount/useIndicatorsTab.jsx (version 65344f2f3d502fddc015ad8be2452f7be968b9f6)
- src/js/utils/option-utils.jsx (version 65344f2f3d502fddc015ad8be2452f7be968b9f6)
-
Alan Nadolny <83239466+alannadolny@users.noreply.github.com> 0a5444f9ae8d6279dabb8755a26a097874fde4b8
OBPIH-7359 Items inventoried this month indicator issue (#5373)
Co-authored-by: Artur Walkowiak <awalkowiak@soldevelo.com>- grails-app/services/org/pih/warehouse/dashboard/NumberDataService.groovy (version 0a5444f9ae8d6279dabb8755a26a097874fde4b8)
-
Evan <evanwaterman@hotmail.com> 43ea5ca7676fb1e94ed8e4a661b1a02ffb40938c
OBPIH-7341 hide 'to approve' tab in cycle count (#5374)
- src/js/components/cycleCount/CycleCount.jsx (version 43ea5ca7676fb1e94ed8e4a661b1a02ffb40938c)
-
Sebastian Lib <120328147+SebastianLib@users.noreply.github.com> eb09e3a38d8f67c69d629d6f0b34c19f254c25f1
OBPIH-7322 Create indicator: products inventoried (fix) (#5370)
- grails-app/services/org/pih/warehouse/report/ReportService.groovy (version eb09e3a38d8f67c69d629d6f0b34c19f254c25f1)
-
Alan Nadolny <83239466+alannadolny@users.noreply.github.com> b464939ebb0b7a33883ca5ec932ca55aa6387565
OBPIH-7361 Fix single product dialog in transaction report (Fix after QA) (#5371)
- grails-app/services/org/pih/warehouse/report/ReportService.groovy (version b464939ebb0b7a33883ca5ec932ca55aa6387565)
-
Alan Nadolny <83239466+alannadolny@users.noreply.github.com> 417e1ae0a8e863ec2cff9e2f965e7998e8d6f919
OBPIH-7311 Improve Transaction report after Product Inventory transactions refactor (Fix after QA) (#5369)
- grails-app/conf/runtime.groovy (version 417e1ae0a8e863ec2cff9e2f965e7998e8d6f919)
- grails-app/services/org/pih/warehouse/report/ReportService.groovy (version 417e1ae0a8e863ec2cff9e2f965e7998e8d6f919)
-
Sebastian Lib <120328147+SebastianLib@users.noreply.github.com> af1a257c2d2733fca5499cd594f0a2cc37fea4fc
OBPIH-7260 Improve table number formatting and display + for positive changes (#5368)
- src/js/hooks/cycleCount/useProductsTab.jsx (version af1a257c2d2733fca5499cd594f0a2cc37fea4fc)
- src/js/hooks/useFormatNumber.js (version af1a257c2d2733fca5499cd594f0a2cc37fea4fc)
-
Sebastian Lib <120328147+SebastianLib@users.noreply.github.com> 4a15fb6019e31a8a57a4a2f0d9c6a4bd924aac89
OBPIH-7322 Create indicator: products inventoried (fix after QA) (#5366)
- grails-app/services/org/pih/warehouse/report/ReportService.groovy (version 4a15fb6019e31a8a57a4a2f0d9c6a4bd924aac89)
- src/js/components/cycleCountReporting/CycleCountReporting.jsx (version 4a15fb6019e31a8a57a4a2f0d9c6a4bd924aac89)
- src/js/components/cycleCountReporting/IndicatorsTab/IndicatorsTab.jsx (version 4a15fb6019e31a8a57a4a2f0d9c6a4bd924aac89)
- src/js/hooks/cycleCount/useIndicatorsTab.jsx (version 4a15fb6019e31a8a57a4a2f0d9c6a4bd924aac89)
-
Alan Nadolny <83239466+alannadolny@users.noreply.github.com> ed24063f340f109ef062c7156f1f37ffd7d33fb3
OBPIH-7290 Assign counted by and recounted by while creating CC (Fix after QA) (#5365)
- grails-app/services/org/pih/warehouse/inventory/CycleCountService.groovy (version ed24063f340f109ef062c7156f1f37ffd7d33fb3)
- src/js/hooks/cycleCount/useAssignCycleCountModal.jsx (version ed24063f340f109ef062c7156f1f37ffd7d33fb3)
-
Alan Nadolny <83239466+alannadolny@users.noreply.github.com> d9fa92318e5841fb48858eb411bfb0267b2b11df
OBPIH-7293 Add “Assign count” modal after “Resolve now” modal (fix after QA) (#5361)
- src/js/hooks/cycleCount/useCountStep.jsx (version d9fa92318e5841fb48858eb411bfb0267b2b11df)
-
Sebastian Lib <120328147+SebastianLib@users.noreply.github.com> cb5eb504293d2fba532f2f5274dd2e63e2e4dc57
OBPIH-7365 Unable to finish recount when perform any change on stock card (#5364)
- src/js/hooks/cycleCount/useResolveStep.js (version cb5eb504293d2fba532f2f5274dd2e63e2e4dc57)
- src/js/reducers/cycleCountReducer.js (version cb5eb504293d2fba532f2f5274dd2e63e2e4dc57)
-
Kacper Chełstowski <kchelstowski@soldevelo.com> 2d7921df5de2d06694a6e0cdae3e3aa4aea0bd71
OBPIH-7366 Fix performance issues of cycle_count_details view on MySQL (#5363)
- grails-app/migrations/views/cycle-count-details.sql (version 2d7921df5de2d06694a6e0cdae3e3aa4aea0bd71)
-
Kacper Chełstowski <kchelstowski@soldevelo.com> d890c6c4e3bd5dd861c6757efcec0d2ed8fea864
OBPIH-7116 Show recount comment on adjustment transaction in stock hi… (#5356)
- grails-app/services/org/pih/warehouse/inventory/CycleCountTransactionService.groovy (version d890c6c4e3bd5dd861c6757efcec0d2ed8fea864)
- grails-app/services/org/pih/warehouse/inventory/ProductInventoryTransactionService.groovy (version d890c6c4e3bd5dd861c6757efcec0d2ed8fea864)
-
Alan Nadolny <83239466+alannadolny@users.noreply.github.com> 047360e59ee8bc3715067e1f05e725c3b26bb449
OBPIH-7361 Fix single product dialog in transaction report (#5358)
- grails-app/controllers/org/pih/warehouse/JsonController.groovy (version 047360e59ee8bc3715067e1f05e725c3b26bb449)
- grails-app/services/org/pih/warehouse/inventory/InventorySnapshotService.groovy (version 047360e59ee8bc3715067e1f05e725c3b26bb449)
- grails-app/services/org/pih/warehouse/report/ReportService.groovy (version 047360e59ee8bc3715067e1f05e725c3b26bb449)
- grails-app/utils/org/pih/warehouse/DateUtil.groovy (version 047360e59ee8bc3715067e1f05e725c3b26bb449)