@axelor/aos-mobile-stock 7.2.23 → 7.2.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (223) hide show
  1. package/lib/api/customer-delivery-api.js +1 -1
  2. package/lib/api/customer-delivery-line-api.js +2 -1
  3. package/lib/api/customer-delivery-line-api.js.map +1 -1
  4. package/lib/api/index.d.ts +18 -18
  5. package/lib/api/index.js +19 -19
  6. package/lib/api/index.js.map +1 -1
  7. package/lib/api/internal-move-api.js +1 -1
  8. package/lib/api/internal-move-line-api.js +2 -1
  9. package/lib/api/internal-move-line-api.js.map +1 -1
  10. package/lib/api/inventory-api.js +1 -1
  11. package/lib/api/inventory-line-api.js +2 -1
  12. package/lib/api/inventory-line-api.js.map +1 -1
  13. package/lib/api/partner-api.js +3 -1
  14. package/lib/api/partner-api.js.map +1 -1
  15. package/lib/api/product-api.js +2 -1
  16. package/lib/api/product-api.js.map +1 -1
  17. package/lib/api/stock-correction-api.js +1 -1
  18. package/lib/api/stock-correction-reason-api.js +1 -1
  19. package/lib/api/stock-location-api.js +2 -1
  20. package/lib/api/stock-location-api.js.map +1 -1
  21. package/lib/api/stock-location-line-api.js +2 -1
  22. package/lib/api/stock-location-line-api.js.map +1 -1
  23. package/lib/api/supplier-arrival-api.js +1 -1
  24. package/lib/api/supplier-arrival-line-api.js +2 -1
  25. package/lib/api/supplier-arrival-line-api.js.map +1 -1
  26. package/lib/api/supplier-catalog-api.js +2 -1
  27. package/lib/api/supplier-catalog-api.js.map +1 -1
  28. package/lib/api/supplychain-config-api.js +1 -1
  29. package/lib/api/tracking-number-api.js +1 -1
  30. package/lib/api/unit-api.js +1 -1
  31. package/lib/components/index.js +1 -1
  32. package/lib/components/molecules/LocationsMoveCard/LocationsMoveCard.js +1 -1
  33. package/lib/components/molecules/ProductCardDetails/ProductCardDetails.js +1 -1
  34. package/lib/components/molecules/StockCorrectionCard/StockCorrectionCard.js +1 -1
  35. package/lib/components/molecules/index.js +1 -1
  36. package/lib/components/organisms/CardStockIndicator/CardStockIndicator.js +1 -1
  37. package/lib/components/organisms/DescriptionCard/DescriptionCard.js +1 -1
  38. package/lib/components/organisms/QuantityCard/QuantityCard.js +1 -1
  39. package/lib/components/organisms/SearchLineContainer/IndicatorBadge.js +1 -1
  40. package/lib/components/organisms/SearchLineContainer/SearchLineContainer.js +1 -1
  41. package/lib/components/organisms/SmallPropertyCard/SmallPropertyCard.js +1 -1
  42. package/lib/components/organisms/StockMoveHeader/StockMoveHeader.js +1 -1
  43. package/lib/components/organisms/index.js +1 -1
  44. package/lib/components/templates/AvailableProductsSearchBar/AvailableProductsSearchBar.js +1 -1
  45. package/lib/components/templates/PartnerSearchBar/PartnerSearchBar.js +1 -1
  46. package/lib/components/templates/ProductSearchBar/ProductSearchBar.js +1 -1
  47. package/lib/components/templates/ProductTrackingNumberSearchBar/ProductTrackingNumberSearchBar.js +1 -1
  48. package/lib/components/templates/StockLocationSearchBar/StockLocationSearchBar.js +1 -1
  49. package/lib/components/templates/TrackingNumberSearchBar/TrackingNumberSearchBar.js +1 -1
  50. package/lib/components/templates/customerDelivery/CustomerDeliveryCard/CustomerDeliveryCard.js +1 -1
  51. package/lib/components/templates/customerDelivery/CustomerDeliveryHeader/CustomerDeliveryHeader.js +1 -1
  52. package/lib/components/templates/customerDelivery/CustomerDeliveryLineButtons/CustomerDeliveryLineButtons.js +1 -1
  53. package/lib/components/templates/customerDelivery/CustomerDeliveryLineCard/CustomerDeliveryLineCard.js +1 -1
  54. package/lib/components/templates/customerDelivery/CustomerDeliveryLineCreationButton/CustomerDeliveryLineCreationButton.js +1 -1
  55. package/lib/components/templates/customerDelivery/CustomerDeliveryLineQuantityCard/CustomerDeliveryLineQuantityCard.js +1 -1
  56. package/lib/components/templates/customerDelivery/CustomerDeliveryLineTrackingNumberSelect/CustomerDeliveryLineTrackingNumberSelect.js +1 -1
  57. package/lib/components/templates/customerDelivery/CustomerDeliveryMovementIndicationCard/CustomerDeliveryMovementIndicationCard.js +1 -1
  58. package/lib/components/templates/customerDelivery/CustomerDeliveryRealizeButton/CustomerDeliveryRealizeButton.js +1 -1
  59. package/lib/components/templates/customerDelivery/CustomerDeliverySearchLineContainer/CustomerDeliverySearchLineContainer.js +1 -1
  60. package/lib/components/templates/customerDelivery/index.js +1 -1
  61. package/lib/components/templates/index.js +1 -1
  62. package/lib/components/templates/internalMove/InternalMoveCard/InternalMoveCard.js +1 -1
  63. package/lib/components/templates/internalMove/InternalMoveCreationHeader/InternalMoveCreationHeader.js +1 -1
  64. package/lib/components/templates/internalMove/InternalMoveLineButtons/InternalMoveLineButtons.js +1 -1
  65. package/lib/components/templates/internalMove/InternalMoveLineCard/InternalMoveLineCard.js +1 -1
  66. package/lib/components/templates/internalMove/InternalMoveLineCreationButton/InternalMoveLineCreationButton.js +1 -1
  67. package/lib/components/templates/internalMove/InternalMoveLineNotes/InternalMoveLineNotes.js +1 -1
  68. package/lib/components/templates/internalMove/InternalMoveLinePicker/InternalMoveLinePicker.js +1 -1
  69. package/lib/components/templates/internalMove/InternalMoveLineQuantityCard/InternalMoveLineQuantityCard.js +1 -1
  70. package/lib/components/templates/internalMove/InternalMoveLineTrackingNumberSelect/InternalMoveLineTrackingNumberSelect.js +1 -1
  71. package/lib/components/templates/internalMove/InternalMoveMovementIndicationCard/InternalMoveMovementIndicationCard.js +1 -1
  72. package/lib/components/templates/internalMove/InternalMoveRealizeButton/InternalMoveRealizeButton.js +1 -1
  73. package/lib/components/templates/internalMove/InternalMoveSearchLineContainer/InternalMoveSearchLineContainer.js +1 -1
  74. package/lib/components/templates/internalMove/index.js +1 -1
  75. package/lib/components/templates/inventory/InventoryButtons/InventoryButtons.js +1 -1
  76. package/lib/components/templates/inventory/InventoryCard/InventoryCard.js +1 -1
  77. package/lib/components/templates/inventory/InventoryDescription/InventoryDescription.js +1 -1
  78. package/lib/components/templates/inventory/InventoryDetailsHeader/InventoryDetailsHeader.js +1 -1
  79. package/lib/components/templates/inventory/InventoryHeader/InventoryHeader.js +1 -1
  80. package/lib/components/templates/inventory/InventoryLineButtons/InventoryLineButtons.js +5 -6
  81. package/lib/components/templates/inventory/InventoryLineButtons/InventoryLineButtons.js.map +1 -1
  82. package/lib/components/templates/inventory/InventoryLineCard/InventoryLineCard.js +1 -1
  83. package/lib/components/templates/inventory/InventoryLineQuantityCard/InventoryLineQuantityCard.js +1 -1
  84. package/lib/components/templates/inventory/InventoryLineTrackingNumberSelect/InventoryLineTrackingNumberSelect.js +1 -1
  85. package/lib/components/templates/inventory/InventoryLocationsMoveCard/InventoryLocationsMoveCard.js +1 -1
  86. package/lib/components/templates/inventory/InventorySearchLineContainer/InventorySearchLineContainer.js +1 -1
  87. package/lib/components/templates/inventory/index.js +1 -1
  88. package/lib/components/templates/product/ProductCard/ProductCard.js +2 -2
  89. package/lib/components/templates/product/ProductCard/ProductCard.js.map +1 -1
  90. package/lib/components/templates/product/ProductCardInfo/ProductCardInfo.js +1 -1
  91. package/lib/components/templates/product/ProductCardStockIndicatorList/ProductCardStockIndicatorList.js +1 -1
  92. package/lib/components/templates/product/ProductCharacteristics/ProductCharacteristics.js +1 -1
  93. package/lib/components/templates/product/ProductPackingInformations/ProductPackingInformations.js +1 -1
  94. package/lib/components/templates/product/ProductSeeStockLocationDistribution/ProductSeeStockLocationDistribution.js +1 -1
  95. package/lib/components/templates/product/ProductStockHeader/ProductStockHeader.js +1 -1
  96. package/lib/components/templates/product/ProductStockLocationCard/ProductStockLocationCard.js +1 -1
  97. package/lib/components/templates/product/ProductTrackingNumberSelect/ProductTrackingNumberSelect.js +1 -1
  98. package/lib/components/templates/product/ProductUnitInformations/ProductUnitInformations.js +1 -1
  99. package/lib/components/templates/product/ProductVariantButton/ProductVariantButton.js +1 -1
  100. package/lib/components/templates/product/ProductVariantCard/ProductVariantCard.js +2 -2
  101. package/lib/components/templates/product/ProductVariantCard/ProductVariantCard.js.map +1 -1
  102. package/lib/components/templates/product/index.js +1 -1
  103. package/lib/components/templates/stockCorrection/StockCorrectionButtons/StockCorrectionButtons.js +1 -1
  104. package/lib/components/templates/stockCorrection/StockCorrectionHeader/StockCorrectionHeader.js +1 -1
  105. package/lib/components/templates/stockCorrection/StockCorrectionHtmlInput/StockCorrectionHtmlInput.js +1 -1
  106. package/lib/components/templates/stockCorrection/StockCorrectionProductCardInfo/StockCorrectionProductCardInfo.js +1 -1
  107. package/lib/components/templates/stockCorrection/StockCorrectionQuantityCard/StockCorrectionQuantityCard.js +1 -1
  108. package/lib/components/templates/stockCorrection/StockCorrectionReasonPicker/StockCorrectionReasonPicker.js +1 -1
  109. package/lib/components/templates/stockCorrection/StockCorrectionTrackingNumberSelect/StockCorrectionTrackingNumberSelect.js +1 -1
  110. package/lib/components/templates/stockCorrection/index.js +1 -1
  111. package/lib/components/templates/supplierArrival/SupplierArrivalButtons/SupplierArrivalButtons.js +1 -1
  112. package/lib/components/templates/supplierArrival/SupplierArrivalCard/SupplierArrivalCard.js +1 -1
  113. package/lib/components/templates/supplierArrival/SupplierArrivalHeader/SupplierArrivalHeader.js +1 -1
  114. package/lib/components/templates/supplierArrival/SupplierArrivalLineButtons/SupplierArrivalLineButtons.js +1 -1
  115. package/lib/components/templates/supplierArrival/SupplierArrivalLineCard/SupplierArrivalLineCard.js +1 -1
  116. package/lib/components/templates/supplierArrival/SupplierArrivalLineCreationButton/SupplierArrivalLineCreationButton.js +1 -1
  117. package/lib/components/templates/supplierArrival/SupplierArrivalLineQuantityCard/SupplierArrivalLineQuantityCard.js +1 -1
  118. package/lib/components/templates/supplierArrival/SupplierArrivalMovementIndicationCard/SupplierArrivalMovementIndicationCard.js +1 -1
  119. package/lib/components/templates/supplierArrival/SupplierArrivalProductName/SupplierArrivalProductName.js +1 -1
  120. package/lib/components/templates/supplierArrival/SupplierArrivalSearchLineContainer/SupplierArrivalSearchLineContainer.js +1 -1
  121. package/lib/components/templates/supplierArrival/SupplierArrivalTrackingNumberSelect/SupplierArrivalTrackingNumberSelect.js +1 -1
  122. package/lib/components/templates/supplierArrival/SupplierProductInfo/SupplierProductInfo.js +1 -1
  123. package/lib/components/templates/supplierArrival/index.js +1 -1
  124. package/lib/features/asyncFunctions-index.d.ts +3 -3
  125. package/lib/features/asyncFunctions-index.js +4 -4
  126. package/lib/features/asyncFunctions-index.js.map +1 -1
  127. package/lib/features/customerDeliveryLineSlice.js +1 -1
  128. package/lib/features/customerDeliverySlice.js +1 -1
  129. package/lib/features/index.js +1 -1
  130. package/lib/features/internalMoveLineSlice.js +1 -1
  131. package/lib/features/internalMoveSlice.js +1 -1
  132. package/lib/features/inventoryLineSlice.js +1 -1
  133. package/lib/features/inventorySlice.js +1 -1
  134. package/lib/features/partnerSlice.js +1 -1
  135. package/lib/features/productIndicatorsSlice.js +1 -1
  136. package/lib/features/productSlice.js +1 -1
  137. package/lib/features/productTrackingNumberSlice.js +1 -1
  138. package/lib/features/productVariantSlice.js +1 -1
  139. package/lib/features/racksListSlice.js +1 -1
  140. package/lib/features/stockAppConfigSlice.js +1 -1
  141. package/lib/features/stockCorrectionReasonSlice.js +1 -1
  142. package/lib/features/stockCorrectionSlice.js +1 -1
  143. package/lib/features/stockLocationLineSlice.js +1 -1
  144. package/lib/features/stockLocationSlice.js +1 -1
  145. package/lib/features/supplierArrivalLineSlice.js +1 -1
  146. package/lib/features/supplierArrivalSlice.js +1 -1
  147. package/lib/features/supplierCatalogSlice.js +1 -1
  148. package/lib/features/trackingNumberSlice.js +1 -1
  149. package/lib/features/unitSlice.js +1 -1
  150. package/lib/hooks/customer-delivery-lines.js +1 -1
  151. package/lib/hooks/index.js +1 -1
  152. package/lib/hooks/internal-move-lines.js +1 -1
  153. package/lib/hooks/stock-location-lines-availability.js +1 -1
  154. package/lib/hooks/supplier-arrival-lines.js +1 -1
  155. package/lib/hooks/use-stock-header-actions.js +1 -1
  156. package/lib/index.d.ts +1 -1
  157. package/lib/index.js +4 -8
  158. package/lib/index.js.map +1 -1
  159. package/lib/models/index.js +1 -1
  160. package/lib/models/objectFields.js +1 -1
  161. package/lib/models/searchFields.js +1 -1
  162. package/lib/models/sortFields.js +1 -1
  163. package/lib/screens/auth/UserScreen.js +1 -1
  164. package/lib/screens/auth/index.d.ts +10 -0
  165. package/lib/screens/auth/index.js +27 -0
  166. package/lib/screens/auth/index.js.map +1 -0
  167. package/lib/screens/customerDeliveries/CustomerDeliveryDetailScreen.js +1 -1
  168. package/lib/screens/customerDeliveries/CustomerDeliveryLineCreationScreen.js +1 -1
  169. package/lib/screens/customerDeliveries/CustomerDeliveryLineDetailScreen.js +1 -1
  170. package/lib/screens/customerDeliveries/CustomerDeliveryLineListScreen.js +1 -1
  171. package/lib/screens/customerDeliveries/CustomerDeliveryListScreen.js +1 -1
  172. package/lib/screens/customerDeliveries/CustomerDeliverySelectProductScreen.js +1 -1
  173. package/lib/screens/customerDeliveries/CustomerDeliverySelectTrackingScreen.js +1 -1
  174. package/lib/screens/customerDeliveries/index.js +1 -1
  175. package/lib/screens/internalMoves/InternalMoveCreationScreen.js +1 -1
  176. package/lib/screens/internalMoves/InternalMoveDetailsGeneralScreen.js +1 -1
  177. package/lib/screens/internalMoves/InternalMoveLineCreationScreen.js +1 -1
  178. package/lib/screens/internalMoves/InternalMoveLineDetailsScreen.js +1 -1
  179. package/lib/screens/internalMoves/InternalMoveLineListScreen.js +1 -1
  180. package/lib/screens/internalMoves/InternalMoveListScreen.js +1 -1
  181. package/lib/screens/internalMoves/InternalMoveSelectProductScreen.js +1 -1
  182. package/lib/screens/internalMoves/InternalMoveSelectTrackingScreen.js +1 -1
  183. package/lib/screens/internalMoves/index.js +1 -1
  184. package/lib/screens/inventories/InventoryLineDetailsScreen.js +3 -2
  185. package/lib/screens/inventories/InventoryLineDetailsScreen.js.map +1 -1
  186. package/lib/screens/inventories/InventoryLineListScreen.js +1 -1
  187. package/lib/screens/inventories/InventoryListScreen.js +1 -1
  188. package/lib/screens/inventories/InventoryPlannedDetailsScreen.js +1 -1
  189. package/lib/screens/inventories/InventorySelectProductScreen.js +1 -1
  190. package/lib/screens/inventories/InventorySelectTrackingScreen.js +1 -1
  191. package/lib/screens/inventories/InventoryStartedDetailsScreen.js +1 -1
  192. package/lib/screens/inventories/index.js +1 -1
  193. package/lib/screens/products/ProductDetailsScreen.js +1 -1
  194. package/lib/screens/products/ProductImageScreen.js +1 -1
  195. package/lib/screens/products/ProductListScreen.js +1 -1
  196. package/lib/screens/products/ProductListVariantScreen.js +1 -1
  197. package/lib/screens/products/ProductStockDetailsScreen.js +1 -1
  198. package/lib/screens/products/ProductStockLocationDetailsScreen.js +1 -1
  199. package/lib/screens/products/index.js +1 -1
  200. package/lib/screens/stockCorrections/StockCorrectionCreationScreen.js +1 -1
  201. package/lib/screens/stockCorrections/StockCorrectionDetailsScreen.js +1 -1
  202. package/lib/screens/stockCorrections/StockCorrectionListScreen.js +1 -1
  203. package/lib/screens/stockCorrections/index.js +1 -1
  204. package/lib/screens/supplierArrivals/SupplierArrivalAddTrackingScreen.js +1 -1
  205. package/lib/screens/supplierArrivals/SupplierArrivalDetailsScreen.js +1 -1
  206. package/lib/screens/supplierArrivals/SupplierArrivalLineCreationScreen.js +1 -1
  207. package/lib/screens/supplierArrivals/SupplierArrivalLineDetailScreen.js +1 -1
  208. package/lib/screens/supplierArrivals/SupplierArrivalLineListScreen.js +1 -1
  209. package/lib/screens/supplierArrivals/SupplierArrivalListScreen.js +1 -1
  210. package/lib/screens/supplierArrivals/SupplierArrivalSelectProductScreen.js +1 -1
  211. package/lib/screens/supplierArrivals/SupplierArrivalSelectTrackingScreen.js +1 -1
  212. package/lib/screens/supplierArrivals/index.js +1 -1
  213. package/lib/types/index.js +1 -1
  214. package/lib/types/inventory.js +1 -1
  215. package/lib/types/product.js +1 -1
  216. package/lib/types/stock-corrrection.js +1 -1
  217. package/lib/types/stock-location.js +1 -1
  218. package/lib/types/stock-move-line.js +1 -1
  219. package/lib/types/stock-move.js +1 -1
  220. package/lib/utils/displayers.js +1 -1
  221. package/lib/utils/index.js +1 -1
  222. package/lib/utils/line-navigation.js +1 -1
  223. package/package.json +3 -3
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -31,6 +31,7 @@ export async function searchCustomerDeliveryLines({ page = 0, searchValue, custo
31
31
  model: 'com.axelor.apps.stock.db.StockMoveLine',
32
32
  criteria: createSearchCriteria(customerDeliveryId, searchValue),
33
33
  fieldKey: 'stock_customerDeliveryLine',
34
+ sortKey: 'stock_customerDeliveryLine',
34
35
  page,
35
36
  });
36
37
  }
@@ -1 +1 @@
1
- {"version":3,"file":"customer-delivery-line-api.js","sourceRoot":"","sources":["../../src/api/customer-delivery-line-api.js"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAEH,OAAO,EACL,gBAAgB,EAChB,mBAAmB,EACnB,oBAAoB,EACpB,kBAAkB,GACnB,MAAM,yBAAyB,CAAC;AAEjC,MAAM,oBAAoB,GAAG,CAAC,kBAAkB,EAAE,WAAW,EAAE,EAAE;IAC/D,OAAO;QACL;YACE,SAAS,EAAE,cAAc;YACzB,QAAQ,EAAE,GAAG;YACb,KAAK,EAAE,kBAAkB;SAC1B;QACD,kBAAkB,CAAC,4BAA4B,EAAE,WAAW,CAAC;KAC9D,CAAC;AACJ,CAAC,CAAC;AAEF,MAAM,CAAC,KAAK,UAAU,2BAA2B,CAAC,EAChD,IAAI,GAAG,CAAC,EACR,WAAW,EACX,kBAAkB,GACnB;IACC,OAAO,oBAAoB,CAAC;QAC1B,KAAK,EAAE,wCAAwC;QAC/C,QAAQ,EAAE,oBAAoB,CAAC,kBAAkB,EAAE,WAAW,CAAC;QAC/D,QAAQ,EAAE,4BAA4B;QACtC,IAAI;KACL,CAAC,CAAC;AACL,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,UAAU,CAAC,EAC/B,eAAe,EACf,OAAO,EACP,OAAO,EACP,mBAAmB,GACpB;IACC,OAAO,gBAAgB,CAAC,GAAG,CAAC;QAC1B,GAAG,EAAE,2BAA2B,eAAe,EAAE;QACjD,IAAI,EAAE;YACJ,OAAO;YACP,OAAO;YACP,mBAAmB;SACpB;KACF,CAAC,CAAC;AACL,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,yBAAyB,CAAC,EAAC,sBAAsB,EAAC;IACtE,OAAO,mBAAmB,CAAC;QACzB,KAAK,EAAE,wCAAwC;QAC/C,EAAE,EAAE,sBAAsB;QAC1B,QAAQ,EAAE,4BAA4B;KACvC,CAAC,CAAC;AACL,CAAC"}
1
+ {"version":3,"file":"customer-delivery-line-api.js","sourceRoot":"","sources":["../../src/api/customer-delivery-line-api.js"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAEH,OAAO,EACL,gBAAgB,EAChB,mBAAmB,EACnB,oBAAoB,EACpB,kBAAkB,GACnB,MAAM,yBAAyB,CAAC;AAEjC,MAAM,oBAAoB,GAAG,CAAC,kBAAkB,EAAE,WAAW,EAAE,EAAE;IAC/D,OAAO;QACL;YACE,SAAS,EAAE,cAAc;YACzB,QAAQ,EAAE,GAAG;YACb,KAAK,EAAE,kBAAkB;SAC1B;QACD,kBAAkB,CAAC,4BAA4B,EAAE,WAAW,CAAC;KAC9D,CAAC;AACJ,CAAC,CAAC;AAEF,MAAM,CAAC,KAAK,UAAU,2BAA2B,CAAC,EAChD,IAAI,GAAG,CAAC,EACR,WAAW,EACX,kBAAkB,GACnB;IACC,OAAO,oBAAoB,CAAC;QAC1B,KAAK,EAAE,wCAAwC;QAC/C,QAAQ,EAAE,oBAAoB,CAAC,kBAAkB,EAAE,WAAW,CAAC;QAC/D,QAAQ,EAAE,4BAA4B;QACtC,OAAO,EAAE,4BAA4B;QACrC,IAAI;KACL,CAAC,CAAC;AACL,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,UAAU,CAAC,EAC/B,eAAe,EACf,OAAO,EACP,OAAO,EACP,mBAAmB,GACpB;IACC,OAAO,gBAAgB,CAAC,GAAG,CAAC;QAC1B,GAAG,EAAE,2BAA2B,eAAe,EAAE;QACjD,IAAI,EAAE;YACJ,OAAO;YACP,OAAO;YACP,mBAAmB;SACpB;KACF,CAAC,CAAC;AACL,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,yBAAyB,CAAC,EAAC,sBAAsB,EAAC;IACtE,OAAO,mBAAmB,CAAC;QACzB,KAAK,EAAE,wCAAwC;QAC/C,EAAE,EAAE,sBAAsB;QAC1B,QAAQ,EAAE,4BAA4B;KACvC,CAAC,CAAC;AACL,CAAC"}
@@ -1,18 +1,18 @@
1
- export { addLineStockMove as addCustomerDeliveryLine, fetchCustomerDelivery as fetchCustomerDeliveryApi, realizeSockMove as realizeCustomerDeliveryApi, searchDeliveryFilter, } from './customer-delivery-api';
2
- export { searchCustomerDeliveryLines, updateLine as updateCustomerDeliveryLineApi, fetchCustomerDeliveryLine as fetchCustomerDeliveryLineApi, } from './customer-delivery-line-api';
3
- export { createInternalStockMove, fetchInternalMove as fetchInternalMoveApi, modifyInternalMoveNotes, realizeInternalMove as realizeInternalMoveApi, searchInternalMoveFilter, } from './internal-move-api';
4
- export { fetchInternalMoveLine as fetchInternalMoveLineApi, searchInternalMoveLines, updateInternalMoveLine as updateInternalMoveLineApi, } from './internal-move-line-api';
5
- export * from './inventory-api';
6
- export { addTrackingNumber, createInventoryLine, fetchInventoryLine as fetchInventoryLineApi, searchInventoryLines, updateInventoryLineDetails, } from './inventory-line-api';
7
- export * from './partner-api';
8
- export * from './product-api';
9
- export { createStockCorrection, fetchStockCorrection as fetchStockCorrectionApi, searchStockCorrection, updateStockCorrection, updateStockCorrectionTrackingNumber, } from './stock-correction-api';
10
- export * from './stock-correction-reason-api';
11
- export * from './stock-location-api';
12
- export { searchAvailableProducts as searchAvailableProductsApi, searchStockLocationLine, } from './stock-location-line-api';
13
- export { addLineStockMove as addSupplierArrivalLine, fetchSupplierArrival as fetchSupplierArrivalApi, realizeSockMove as realizeSupplierArrivalApi, searchSupplierArrivalFilter, } from './supplier-arrival-api';
14
- export { fetchSupplierArrivalLine as fetchSupplierArrivalLineApi, searchSupplierArrivalLines, updateLine as updateSupplierArrivalLineApi, } from './supplier-arrival-line-api';
15
- export * from './supplier-catalog-api';
16
- export { fetchStockConfig as fetchStockConfigApi, fetchSupplychainConfig, } from './supplychain-config-api';
17
- export * from './tracking-number-api';
18
- export * from './unit-api';
1
+ export { addLineStockMove as addCustomerDeliveryLine, fetchCustomerDelivery as fetchCustomerDeliveryApi, searchDeliveryFilter as searchDeliveryFilterApi, realizeSockMove as realizeCustomerDeliveryApi, } from './customer-delivery-api';
2
+ export { fetchCustomerDeliveryLine as fetchCustomerDeliveryLineApi, searchCustomerDeliveryLines as searchCustomerDeliveryLinesApi, updateLine as updateCustomerDeliveryLineApi, } from './customer-delivery-line-api';
3
+ export { createInternalStockMove as createInternalStockMoveApi, fetchInternalMove as fetchInternalMoveApi, modifyInternalMoveNotes as modifyInternalMoveNotesApi, realizeInternalMove as realizeInternalMoveApi, searchInternalMoveFilter as searchInternalMoveFilterApi, } from './internal-move-api';
4
+ export { fetchInternalMoveLine as fetchInternalMoveLineApi, searchInternalMoveLines as searchInternalMoveLinesApi, updateInternalMoveLine as updateInternalMoveLineApi, } from './internal-move-line-api';
5
+ export { fetchInventory as fetchInventoryApi, modifyDescriptionInventory as modifyDescriptionInventoryApi, searchInventoryFilter as searchInventoryFilterApi, updateInventoryStatus as updateInventoryStatusApi, } from './inventory-api';
6
+ export { addTrackingNumber as addTrackingNumberInventoryLineApi, createInventoryLine as createInventoryLineApi, fetchInventoryLine as fetchInventoryLineApi, searchInventoryLines as searchInventoryLinesApi, updateInventoryLineDetails as updateInventoryLineDetailsApi, } from './inventory-line-api';
7
+ export { searchClientsFilter, searchSuppliersFilter } from './partner-api';
8
+ export { fetchVariantAttributes as fetchVariantAttributesApi, fetchVariants as fetchVariantsApi, getProductStockIndicators as getProductStockIndicatorsApi, searchProductWithId as searchProductWithIdApi, searchProductsFilter as searchProductsFilterApi, updateLocker as updateLockerApi, } from './product-api';
9
+ export { fetchStockCorrection as fetchStockCorrectionApi, createStockCorrection as createStockCorrectionApi, updateStockCorrection as updateStockCorrectionApi, searchStockCorrection as searchStockCorrectionApi, updateStockCorrectionTrackingNumber as updateStockCorrectionTrackingNumberApi, } from './stock-correction-api';
10
+ export { searchStockCorrectionReason as searchStockCorrectionReasonApi } from './stock-correction-reason-api';
11
+ export { searchStockLocationsFilter as searchStockLocationsFilterApi } from './stock-location-api';
12
+ export { searchAvailableProducts as searchAvailableProductsApi, searchStockLocationLine as searchStockLocationLineApi, } from './stock-location-line-api';
13
+ export { addLineStockMove as addSupplierArrivalLine, fetchSupplierArrival as fetchSupplierArrivalApi, realizeSockMove as realizeSupplierArrivalApi, searchSupplierArrivalFilter as searchSupplierArrivalFilterApi, } from './supplier-arrival-api';
14
+ export { fetchSupplierArrivalLine as fetchSupplierArrivalLineApi, searchSupplierArrivalLines as searchSupplierArrivalLinesApi, updateLine as updateSupplierArrivalLineApi, } from './supplier-arrival-line-api';
15
+ export { searchSupplierProduct as searchSupplierProductApi } from './supplier-catalog-api';
16
+ export { fetchStockConfig as fetchStockConfigApi, fetchSupplychainConfig as fetchSupplychainConfigApi, } from './supplychain-config-api';
17
+ export { createTrackingNumber as createTrackingNumberApi, searchTrackingNumberFilter as searchTrackingNumberFilterApi, updateStockMoveLineTrackingNumber as updateStockMoveLineTrackingNumberApi, } from './tracking-number-api';
18
+ export { searchUnit as searchUnitApi } from './unit-api';
package/lib/api/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -15,22 +15,22 @@
15
15
  * You should have received a copy of the GNU Affero General Public License
16
16
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
17
17
  */
18
- export { addLineStockMove as addCustomerDeliveryLine, fetchCustomerDelivery as fetchCustomerDeliveryApi, realizeSockMove as realizeCustomerDeliveryApi, searchDeliveryFilter, } from './customer-delivery-api';
19
- export { searchCustomerDeliveryLines, updateLine as updateCustomerDeliveryLineApi, fetchCustomerDeliveryLine as fetchCustomerDeliveryLineApi, } from './customer-delivery-line-api';
20
- export { createInternalStockMove, fetchInternalMove as fetchInternalMoveApi, modifyInternalMoveNotes, realizeInternalMove as realizeInternalMoveApi, searchInternalMoveFilter, } from './internal-move-api';
21
- export { fetchInternalMoveLine as fetchInternalMoveLineApi, searchInternalMoveLines, updateInternalMoveLine as updateInternalMoveLineApi, } from './internal-move-line-api';
22
- export * from './inventory-api';
23
- export { addTrackingNumber, createInventoryLine, fetchInventoryLine as fetchInventoryLineApi, searchInventoryLines, updateInventoryLineDetails, } from './inventory-line-api';
24
- export * from './partner-api';
25
- export * from './product-api';
26
- export { createStockCorrection, fetchStockCorrection as fetchStockCorrectionApi, searchStockCorrection, updateStockCorrection, updateStockCorrectionTrackingNumber, } from './stock-correction-api';
27
- export * from './stock-correction-reason-api';
28
- export * from './stock-location-api';
29
- export { searchAvailableProducts as searchAvailableProductsApi, searchStockLocationLine, } from './stock-location-line-api';
30
- export { addLineStockMove as addSupplierArrivalLine, fetchSupplierArrival as fetchSupplierArrivalApi, realizeSockMove as realizeSupplierArrivalApi, searchSupplierArrivalFilter, } from './supplier-arrival-api';
31
- export { fetchSupplierArrivalLine as fetchSupplierArrivalLineApi, searchSupplierArrivalLines, updateLine as updateSupplierArrivalLineApi, } from './supplier-arrival-line-api';
32
- export * from './supplier-catalog-api';
33
- export { fetchStockConfig as fetchStockConfigApi, fetchSupplychainConfig, } from './supplychain-config-api';
34
- export * from './tracking-number-api';
35
- export * from './unit-api';
18
+ export { addLineStockMove as addCustomerDeliveryLine, fetchCustomerDelivery as fetchCustomerDeliveryApi, searchDeliveryFilter as searchDeliveryFilterApi, realizeSockMove as realizeCustomerDeliveryApi, } from './customer-delivery-api';
19
+ export { fetchCustomerDeliveryLine as fetchCustomerDeliveryLineApi, searchCustomerDeliveryLines as searchCustomerDeliveryLinesApi, updateLine as updateCustomerDeliveryLineApi, } from './customer-delivery-line-api';
20
+ export { createInternalStockMove as createInternalStockMoveApi, fetchInternalMove as fetchInternalMoveApi, modifyInternalMoveNotes as modifyInternalMoveNotesApi, realizeInternalMove as realizeInternalMoveApi, searchInternalMoveFilter as searchInternalMoveFilterApi, } from './internal-move-api';
21
+ export { fetchInternalMoveLine as fetchInternalMoveLineApi, searchInternalMoveLines as searchInternalMoveLinesApi, updateInternalMoveLine as updateInternalMoveLineApi, } from './internal-move-line-api';
22
+ export { fetchInventory as fetchInventoryApi, modifyDescriptionInventory as modifyDescriptionInventoryApi, searchInventoryFilter as searchInventoryFilterApi, updateInventoryStatus as updateInventoryStatusApi, } from './inventory-api';
23
+ export { addTrackingNumber as addTrackingNumberInventoryLineApi, createInventoryLine as createInventoryLineApi, fetchInventoryLine as fetchInventoryLineApi, searchInventoryLines as searchInventoryLinesApi, updateInventoryLineDetails as updateInventoryLineDetailsApi, } from './inventory-line-api';
24
+ export { searchClientsFilter, searchSuppliersFilter } from './partner-api';
25
+ export { fetchVariantAttributes as fetchVariantAttributesApi, fetchVariants as fetchVariantsApi, getProductStockIndicators as getProductStockIndicatorsApi, searchProductWithId as searchProductWithIdApi, searchProductsFilter as searchProductsFilterApi, updateLocker as updateLockerApi, } from './product-api';
26
+ export { fetchStockCorrection as fetchStockCorrectionApi, createStockCorrection as createStockCorrectionApi, updateStockCorrection as updateStockCorrectionApi, searchStockCorrection as searchStockCorrectionApi, updateStockCorrectionTrackingNumber as updateStockCorrectionTrackingNumberApi, } from './stock-correction-api';
27
+ export { searchStockCorrectionReason as searchStockCorrectionReasonApi } from './stock-correction-reason-api';
28
+ export { searchStockLocationsFilter as searchStockLocationsFilterApi } from './stock-location-api';
29
+ export { searchAvailableProducts as searchAvailableProductsApi, searchStockLocationLine as searchStockLocationLineApi, } from './stock-location-line-api';
30
+ export { addLineStockMove as addSupplierArrivalLine, fetchSupplierArrival as fetchSupplierArrivalApi, realizeSockMove as realizeSupplierArrivalApi, searchSupplierArrivalFilter as searchSupplierArrivalFilterApi, } from './supplier-arrival-api';
31
+ export { fetchSupplierArrivalLine as fetchSupplierArrivalLineApi, searchSupplierArrivalLines as searchSupplierArrivalLinesApi, updateLine as updateSupplierArrivalLineApi, } from './supplier-arrival-line-api';
32
+ export { searchSupplierProduct as searchSupplierProductApi } from './supplier-catalog-api';
33
+ export { fetchStockConfig as fetchStockConfigApi, fetchSupplychainConfig as fetchSupplychainConfigApi, } from './supplychain-config-api';
34
+ export { createTrackingNumber as createTrackingNumberApi, searchTrackingNumberFilter as searchTrackingNumberFilterApi, updateStockMoveLineTrackingNumber as updateStockMoveLineTrackingNumberApi, } from './tracking-number-api';
35
+ export { searchUnit as searchUnitApi } from './unit-api';
36
36
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/api/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAEH,OAAO,EACL,gBAAgB,IAAI,uBAAuB,EAC3C,qBAAqB,IAAI,wBAAwB,EACjD,eAAe,IAAI,0BAA0B,EAC7C,oBAAoB,GACrB,MAAM,yBAAyB,CAAC;AACjC,OAAO,EACL,2BAA2B,EAC3B,UAAU,IAAI,6BAA6B,EAC3C,yBAAyB,IAAI,4BAA4B,GAC1D,MAAM,8BAA8B,CAAC;AACtC,OAAO,EACL,uBAAuB,EACvB,iBAAiB,IAAI,oBAAoB,EACzC,uBAAuB,EACvB,mBAAmB,IAAI,sBAAsB,EAC7C,wBAAwB,GACzB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EACL,qBAAqB,IAAI,wBAAwB,EACjD,uBAAuB,EACvB,sBAAsB,IAAI,yBAAyB,GACpD,MAAM,0BAA0B,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,OAAO,EACL,iBAAiB,EACjB,mBAAmB,EACnB,kBAAkB,IAAI,qBAAqB,EAC3C,oBAAoB,EACpB,0BAA0B,GAC3B,MAAM,sBAAsB,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,OAAO,EACL,qBAAqB,EACrB,oBAAoB,IAAI,uBAAuB,EAC/C,qBAAqB,EACrB,qBAAqB,EACrB,mCAAmC,GACpC,MAAM,wBAAwB,CAAC;AAChC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,sBAAsB,CAAC;AACrC,OAAO,EACL,uBAAuB,IAAI,0BAA0B,EACrD,uBAAuB,GACxB,MAAM,2BAA2B,CAAC;AACnC,OAAO,EACL,gBAAgB,IAAI,sBAAsB,EAC1C,oBAAoB,IAAI,uBAAuB,EAC/C,eAAe,IAAI,yBAAyB,EAC5C,2BAA2B,GAC5B,MAAM,wBAAwB,CAAC;AAChC,OAAO,EACL,wBAAwB,IAAI,2BAA2B,EACvD,0BAA0B,EAC1B,UAAU,IAAI,4BAA4B,GAC3C,MAAM,6BAA6B,CAAC;AACrC,cAAc,wBAAwB,CAAC;AACvC,OAAO,EACL,gBAAgB,IAAI,mBAAmB,EACvC,sBAAsB,GACvB,MAAM,0BAA0B,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,YAAY,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/api/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAEH,OAAO,EACL,gBAAgB,IAAI,uBAAuB,EAC3C,qBAAqB,IAAI,wBAAwB,EACjD,oBAAoB,IAAI,uBAAuB,EAC/C,eAAe,IAAI,0BAA0B,GAC9C,MAAM,yBAAyB,CAAC;AACjC,OAAO,EACL,yBAAyB,IAAI,4BAA4B,EACzD,2BAA2B,IAAI,8BAA8B,EAC7D,UAAU,IAAI,6BAA6B,GAC5C,MAAM,8BAA8B,CAAC;AACtC,OAAO,EACL,uBAAuB,IAAI,0BAA0B,EACrD,iBAAiB,IAAI,oBAAoB,EACzC,uBAAuB,IAAI,0BAA0B,EACrD,mBAAmB,IAAI,sBAAsB,EAC7C,wBAAwB,IAAI,2BAA2B,GACxD,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EACL,qBAAqB,IAAI,wBAAwB,EACjD,uBAAuB,IAAI,0BAA0B,EACrD,sBAAsB,IAAI,yBAAyB,GACpD,MAAM,0BAA0B,CAAC;AAClC,OAAO,EACL,cAAc,IAAI,iBAAiB,EACnC,0BAA0B,IAAI,6BAA6B,EAC3D,qBAAqB,IAAI,wBAAwB,EACjD,qBAAqB,IAAI,wBAAwB,GAClD,MAAM,iBAAiB,CAAC;AACzB,OAAO,EACL,iBAAiB,IAAI,iCAAiC,EACtD,mBAAmB,IAAI,sBAAsB,EAC7C,kBAAkB,IAAI,qBAAqB,EAC3C,oBAAoB,IAAI,uBAAuB,EAC/C,0BAA0B,IAAI,6BAA6B,GAC5D,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAC,mBAAmB,EAAE,qBAAqB,EAAC,MAAM,eAAe,CAAC;AACzE,OAAO,EACL,sBAAsB,IAAI,yBAAyB,EACnD,aAAa,IAAI,gBAAgB,EACjC,yBAAyB,IAAI,4BAA4B,EACzD,mBAAmB,IAAI,sBAAsB,EAC7C,oBAAoB,IAAI,uBAAuB,EAC/C,YAAY,IAAI,eAAe,GAChC,MAAM,eAAe,CAAC;AACvB,OAAO,EACL,oBAAoB,IAAI,uBAAuB,EAC/C,qBAAqB,IAAI,wBAAwB,EACjD,qBAAqB,IAAI,wBAAwB,EACjD,qBAAqB,IAAI,wBAAwB,EACjD,mCAAmC,IAAI,sCAAsC,GAC9E,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAC,2BAA2B,IAAI,8BAA8B,EAAC,MAAM,+BAA+B,CAAC;AAC5G,OAAO,EAAC,0BAA0B,IAAI,6BAA6B,EAAC,MAAM,sBAAsB,CAAC;AACjG,OAAO,EACL,uBAAuB,IAAI,0BAA0B,EACrD,uBAAuB,IAAI,0BAA0B,GACtD,MAAM,2BAA2B,CAAC;AACnC,OAAO,EACL,gBAAgB,IAAI,sBAAsB,EAC1C,oBAAoB,IAAI,uBAAuB,EAC/C,eAAe,IAAI,yBAAyB,EAC5C,2BAA2B,IAAI,8BAA8B,GAC9D,MAAM,wBAAwB,CAAC;AAChC,OAAO,EACL,wBAAwB,IAAI,2BAA2B,EACvD,0BAA0B,IAAI,6BAA6B,EAC3D,UAAU,IAAI,4BAA4B,GAC3C,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAAC,qBAAqB,IAAI,wBAAwB,EAAC,MAAM,wBAAwB,CAAC;AACzF,OAAO,EACL,gBAAgB,IAAI,mBAAmB,EACvC,sBAAsB,IAAI,yBAAyB,GACpD,MAAM,0BAA0B,CAAC;AAClC,OAAO,EACL,oBAAoB,IAAI,uBAAuB,EAC/C,0BAA0B,IAAI,6BAA6B,EAC3D,iCAAiC,IAAI,oCAAoC,GAC1E,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAAC,UAAU,IAAI,aAAa,EAAC,MAAM,YAAY,CAAC"}
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -31,6 +31,7 @@ export async function searchInternalMoveLines({ internalMoveId, searchValue, pag
31
31
  model: 'com.axelor.apps.stock.db.StockMoveLine',
32
32
  criteria: createSearchCriteria(internalMoveId, searchValue),
33
33
  fieldKey: 'stock_internalMoveLine',
34
+ sortKey: 'stock_internalMoveLine',
34
35
  page,
35
36
  });
36
37
  }
@@ -1 +1 @@
1
- {"version":3,"file":"internal-move-line-api.js","sourceRoot":"","sources":["../../src/api/internal-move-line-api.js"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAEH,OAAO,EACL,gBAAgB,EAChB,mBAAmB,EACnB,oBAAoB,EACpB,kBAAkB,GACnB,MAAM,yBAAyB,CAAC;AAEjC,MAAM,oBAAoB,GAAG,CAAC,cAAc,EAAE,WAAW,EAAE,EAAE;IAC3D,OAAO;QACL;YACE,SAAS,EAAE,cAAc;YACzB,QAAQ,EAAE,GAAG;YACb,KAAK,EAAE,cAAc;SACtB;QACD,kBAAkB,CAAC,wBAAwB,EAAE,WAAW,CAAC;KAC1D,CAAC;AACJ,CAAC,CAAC;AAEF,MAAM,CAAC,KAAK,UAAU,uBAAuB,CAAC,EAC5C,cAAc,EACd,WAAW,EACX,IAAI,GAAG,CAAC,GACT;IACC,OAAO,oBAAoB,CAAC;QAC1B,KAAK,EAAE,wCAAwC;QAC/C,QAAQ,EAAE,oBAAoB,CAAC,cAAc,EAAE,WAAW,CAAC;QAC3D,QAAQ,EAAE,wBAAwB;QAClC,IAAI;KACL,CAAC,CAAC;AACL,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,sBAAsB,CAAC,EAC3C,eAAe,EACf,OAAO,EACP,OAAO,EACP,MAAM,EACN,mBAAmB,EACnB,iBAAiB,GAClB;IACC,OAAO,gBAAgB,CAAC,GAAG,CAAC;QAC1B,GAAG,EAAE,2BAA2B,eAAe,EAAE;QACjD,IAAI,EAAE;YACJ,OAAO;YACP,OAAO;YACP,MAAM;YACN,mBAAmB;YACnB,iBAAiB;SAClB;KACF,CAAC,CAAC;AACL,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,qBAAqB,CAAC,EAAC,kBAAkB,EAAC;IAC9D,OAAO,mBAAmB,CAAC;QACzB,KAAK,EAAE,wCAAwC;QAC/C,EAAE,EAAE,kBAAkB;QACtB,QAAQ,EAAE,wBAAwB;KACnC,CAAC,CAAC;AACL,CAAC"}
1
+ {"version":3,"file":"internal-move-line-api.js","sourceRoot":"","sources":["../../src/api/internal-move-line-api.js"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAEH,OAAO,EACL,gBAAgB,EAChB,mBAAmB,EACnB,oBAAoB,EACpB,kBAAkB,GACnB,MAAM,yBAAyB,CAAC;AAEjC,MAAM,oBAAoB,GAAG,CAAC,cAAc,EAAE,WAAW,EAAE,EAAE;IAC3D,OAAO;QACL;YACE,SAAS,EAAE,cAAc;YACzB,QAAQ,EAAE,GAAG;YACb,KAAK,EAAE,cAAc;SACtB;QACD,kBAAkB,CAAC,wBAAwB,EAAE,WAAW,CAAC;KAC1D,CAAC;AACJ,CAAC,CAAC;AAEF,MAAM,CAAC,KAAK,UAAU,uBAAuB,CAAC,EAC5C,cAAc,EACd,WAAW,EACX,IAAI,GAAG,CAAC,GACT;IACC,OAAO,oBAAoB,CAAC;QAC1B,KAAK,EAAE,wCAAwC;QAC/C,QAAQ,EAAE,oBAAoB,CAAC,cAAc,EAAE,WAAW,CAAC;QAC3D,QAAQ,EAAE,wBAAwB;QAClC,OAAO,EAAE,wBAAwB;QACjC,IAAI;KACL,CAAC,CAAC;AACL,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,sBAAsB,CAAC,EAC3C,eAAe,EACf,OAAO,EACP,OAAO,EACP,MAAM,EACN,mBAAmB,EACnB,iBAAiB,GAClB;IACC,OAAO,gBAAgB,CAAC,GAAG,CAAC;QAC1B,GAAG,EAAE,2BAA2B,eAAe,EAAE;QACjD,IAAI,EAAE;YACJ,OAAO;YACP,OAAO;YACP,MAAM;YACN,mBAAmB;YACnB,iBAAiB;SAClB;KACF,CAAC,CAAC;AACL,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,qBAAqB,CAAC,EAAC,kBAAkB,EAAC;IAC9D,OAAO,mBAAmB,CAAC;QACzB,KAAK,EAAE,wCAAwC;QAC/C,EAAE,EAAE,kBAAkB;QACtB,QAAQ,EAAE,wBAAwB;KACnC,CAAC,CAAC;AACL,CAAC"}
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -31,6 +31,7 @@ export async function searchInventoryLines({ inventoryId, searchValue, page = 0,
31
31
  model: 'com.axelor.apps.stock.db.InventoryLine',
32
32
  criteria: createSearchCriteria(inventoryId, searchValue),
33
33
  fieldKey: 'stock_inventoryLine',
34
+ sortKey: 'stock_inventoryLine',
34
35
  page,
35
36
  });
36
37
  }
@@ -1 +1 @@
1
- {"version":3,"file":"inventory-line-api.js","sourceRoot":"","sources":["../../src/api/inventory-line-api.js"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAEH,OAAO,EACL,gBAAgB,EAChB,oBAAoB,EACpB,mBAAmB,EACnB,kBAAkB,GACnB,MAAM,yBAAyB,CAAC;AAEjC,MAAM,oBAAoB,GAAG,CAAC,WAAW,EAAE,WAAW,EAAE,EAAE;IACxD,OAAO;QACL;YACE,SAAS,EAAE,cAAc;YACzB,QAAQ,EAAE,GAAG;YACb,KAAK,EAAE,WAAW;SACnB;QACD,kBAAkB,CAAC,qBAAqB,EAAE,WAAW,CAAC;KACvD,CAAC;AACJ,CAAC,CAAC;AAEF,MAAM,CAAC,KAAK,UAAU,oBAAoB,CAAC,EACzC,WAAW,EACX,WAAW,EACX,IAAI,GAAG,CAAC,GACT;IACC,OAAO,oBAAoB,CAAC;QAC1B,KAAK,EAAE,wCAAwC;QAC/C,QAAQ,EAAE,oBAAoB,CAAC,WAAW,EAAE,WAAW,CAAC;QACxD,QAAQ,EAAE,qBAAqB;QAC/B,IAAI;KACL,CAAC,CAAC;AACL,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,0BAA0B,CAAC,EAC/C,eAAe,EACf,OAAO,EACP,OAAO,EACP,WAAW,GAAG,IAAI,GACnB;IACC,OAAO,gBAAgB,CAAC,GAAG,CAAC;QAC1B,GAAG,EAAE,0BAA0B,eAAe,EAAE;QAChD,IAAI,EAAE;YACJ,OAAO,EAAE,OAAO;YAChB,OAAO,EAAE,OAAO;YAChB,WAAW,EAAE,WAAW;SACzB;KACF,CAAC,CAAC;AACL,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,mBAAmB,CAAC,EACxC,WAAW,EACX,gBAAgB,EAChB,SAAS,EACT,gBAAgB,GAAG,IAAI,EACvB,IAAI,GAAG,IAAI,EACX,OAAO,GACR;IACC,OAAO,gBAAgB,CAAC,IAAI,CAAC;QAC3B,GAAG,EAAE,yBAAyB;QAC9B,IAAI,EAAE;YACJ,WAAW,EAAE,WAAW;YACxB,gBAAgB,EAAE,gBAAgB;YAClC,SAAS,EAAE,SAAS;YACpB,gBAAgB,EAAE,gBAAgB;YAClC,IAAI,EAAE,IAAI;YACV,OAAO,EAAE,OAAO;SACjB;KACF,CAAC,CAAC;AACL,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,iBAAiB,CAAC,EACtC,eAAe,EACf,OAAO,EACP,cAAc,GACf;IACC,OAAO,gBAAgB,CAAC,IAAI,CAAC;QAC3B,GAAG,EAAE,mDAAmD,eAAe,EAAE;QACzE,IAAI,EAAE;YACJ,IAAI,EAAE;gBACJ,EAAE,EAAE,eAAe;gBACnB,OAAO;gBACP,cAAc;aACf;SACF;KACF,CAAC,CAAC;AACL,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,kBAAkB,CAAC,EAAC,eAAe,EAAC;IACxD,OAAO,mBAAmB,CAAC;QACzB,KAAK,EAAE,wCAAwC;QAC/C,EAAE,EAAE,eAAe;QACnB,QAAQ,EAAE,qBAAqB;KAChC,CAAC,CAAC;AACL,CAAC"}
1
+ {"version":3,"file":"inventory-line-api.js","sourceRoot":"","sources":["../../src/api/inventory-line-api.js"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAEH,OAAO,EACL,gBAAgB,EAChB,oBAAoB,EACpB,mBAAmB,EACnB,kBAAkB,GACnB,MAAM,yBAAyB,CAAC;AAEjC,MAAM,oBAAoB,GAAG,CAAC,WAAW,EAAE,WAAW,EAAE,EAAE;IACxD,OAAO;QACL;YACE,SAAS,EAAE,cAAc;YACzB,QAAQ,EAAE,GAAG;YACb,KAAK,EAAE,WAAW;SACnB;QACD,kBAAkB,CAAC,qBAAqB,EAAE,WAAW,CAAC;KACvD,CAAC;AACJ,CAAC,CAAC;AAEF,MAAM,CAAC,KAAK,UAAU,oBAAoB,CAAC,EACzC,WAAW,EACX,WAAW,EACX,IAAI,GAAG,CAAC,GACT;IACC,OAAO,oBAAoB,CAAC;QAC1B,KAAK,EAAE,wCAAwC;QAC/C,QAAQ,EAAE,oBAAoB,CAAC,WAAW,EAAE,WAAW,CAAC;QACxD,QAAQ,EAAE,qBAAqB;QAC/B,OAAO,EAAE,qBAAqB;QAC9B,IAAI;KACL,CAAC,CAAC;AACL,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,0BAA0B,CAAC,EAC/C,eAAe,EACf,OAAO,EACP,OAAO,EACP,WAAW,GAAG,IAAI,GACnB;IACC,OAAO,gBAAgB,CAAC,GAAG,CAAC;QAC1B,GAAG,EAAE,0BAA0B,eAAe,EAAE;QAChD,IAAI,EAAE;YACJ,OAAO,EAAE,OAAO;YAChB,OAAO,EAAE,OAAO;YAChB,WAAW,EAAE,WAAW;SACzB;KACF,CAAC,CAAC;AACL,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,mBAAmB,CAAC,EACxC,WAAW,EACX,gBAAgB,EAChB,SAAS,EACT,gBAAgB,GAAG,IAAI,EACvB,IAAI,GAAG,IAAI,EACX,OAAO,GACR;IACC,OAAO,gBAAgB,CAAC,IAAI,CAAC;QAC3B,GAAG,EAAE,yBAAyB;QAC9B,IAAI,EAAE;YACJ,WAAW,EAAE,WAAW;YACxB,gBAAgB,EAAE,gBAAgB;YAClC,SAAS,EAAE,SAAS;YACpB,gBAAgB,EAAE,gBAAgB;YAClC,IAAI,EAAE,IAAI;YACV,OAAO,EAAE,OAAO;SACjB;KACF,CAAC,CAAC;AACL,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,iBAAiB,CAAC,EACtC,eAAe,EACf,OAAO,EACP,cAAc,GACf;IACC,OAAO,gBAAgB,CAAC,IAAI,CAAC;QAC3B,GAAG,EAAE,mDAAmD,eAAe,EAAE;QACzE,IAAI,EAAE;YACJ,IAAI,EAAE;gBACJ,EAAE,EAAE,eAAe;gBACnB,OAAO;gBACP,cAAc;aACf;SACF;KACF,CAAC,CAAC;AACL,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,kBAAkB,CAAC,EAAC,eAAe,EAAC;IACxD,OAAO,mBAAmB,CAAC;QACzB,KAAK,EAAE,wCAAwC;QAC/C,EAAE,EAAE,eAAe;QACnB,QAAQ,EAAE,qBAAqB;KAChC,CAAC,CAAC;AACL,CAAC"}
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -56,6 +56,7 @@ export async function searchSuppliersFilter({ searchValue, page = 0 }) {
56
56
  model: 'com.axelor.apps.base.db.Partner',
57
57
  criteria: createSearchCriteria(searchValue, true),
58
58
  fieldKey: 'stock_partner',
59
+ sortKey: 'stock_partner',
59
60
  page,
60
61
  });
61
62
  }
@@ -64,6 +65,7 @@ export async function searchClientsFilter({ searchValue, page = 0 }) {
64
65
  model: 'com.axelor.apps.base.db.Partner',
65
66
  criteria: createSearchCriteria(searchValue, false),
66
67
  fieldKey: 'stock_partner',
68
+ sortKey: 'stock_partner',
67
69
  page,
68
70
  });
69
71
  }
@@ -1 +1 @@
1
- {"version":3,"file":"partner-api.js","sourceRoot":"","sources":["../../src/api/partner-api.js"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAEH,OAAO,EACL,oBAAoB,EACpB,kBAAkB,GACnB,MAAM,yBAAyB,CAAC;AAEjC,MAAM,oBAAoB,GAAG,CAAC,WAAW,EAAE,UAAU,EAAE,EAAE;IACvD,MAAM,QAAQ,GAAG;QACf;YACE,SAAS,EAAE,WAAW;YACtB,QAAQ,EAAE,GAAG;YACb,KAAK,EAAE,KAAK;SACb;QACD,kBAAkB,CAAC,eAAe,EAAE,WAAW,CAAC;KACjD,CAAC;IAEF,IAAI,UAAU,EAAE;QACd,QAAQ,CAAC,IAAI,CAAC;YACZ,SAAS,EAAE,YAAY;YACvB,QAAQ,EAAE,GAAG;YACb,KAAK,EAAE,IAAI;SACZ,CAAC,CAAC;KACJ;SAAM;QACL,QAAQ,CAAC,IAAI,CAAC;YACZ,QAAQ,EAAE,IAAI;YACd,QAAQ,EAAE;gBACR;oBACE,SAAS,EAAE,YAAY;oBACvB,QAAQ,EAAE,GAAG;oBACb,KAAK,EAAE,IAAI;iBACZ;gBACD;oBACE,SAAS,EAAE,YAAY;oBACvB,QAAQ,EAAE,GAAG;oBACb,KAAK,EAAE,IAAI;iBACZ;aACF;SACF,CAAC,CAAC;KACJ;IAED,OAAO,QAAQ,CAAC;AAClB,CAAC,CAAC;AAEF,MAAM,CAAC,KAAK,UAAU,qBAAqB,CAAC,EAAC,WAAW,EAAE,IAAI,GAAG,CAAC,EAAC;IACjE,OAAO,oBAAoB,CAAC;QAC1B,KAAK,EAAE,iCAAiC;QACxC,QAAQ,EAAE,oBAAoB,CAAC,WAAW,EAAE,IAAI,CAAC;QACjD,QAAQ,EAAE,eAAe;QACzB,IAAI;KACL,CAAC,CAAC;AACL,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,mBAAmB,CAAC,EAAC,WAAW,EAAE,IAAI,GAAG,CAAC,EAAC;IAC/D,OAAO,oBAAoB,CAAC;QAC1B,KAAK,EAAE,iCAAiC;QACxC,QAAQ,EAAE,oBAAoB,CAAC,WAAW,EAAE,KAAK,CAAC;QAClD,QAAQ,EAAE,eAAe;QACzB,IAAI;KACL,CAAC,CAAC;AACL,CAAC"}
1
+ {"version":3,"file":"partner-api.js","sourceRoot":"","sources":["../../src/api/partner-api.js"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAEH,OAAO,EACL,oBAAoB,EACpB,kBAAkB,GACnB,MAAM,yBAAyB,CAAC;AAEjC,MAAM,oBAAoB,GAAG,CAAC,WAAW,EAAE,UAAU,EAAE,EAAE;IACvD,MAAM,QAAQ,GAAG;QACf;YACE,SAAS,EAAE,WAAW;YACtB,QAAQ,EAAE,GAAG;YACb,KAAK,EAAE,KAAK;SACb;QACD,kBAAkB,CAAC,eAAe,EAAE,WAAW,CAAC;KACjD,CAAC;IAEF,IAAI,UAAU,EAAE;QACd,QAAQ,CAAC,IAAI,CAAC;YACZ,SAAS,EAAE,YAAY;YACvB,QAAQ,EAAE,GAAG;YACb,KAAK,EAAE,IAAI;SACZ,CAAC,CAAC;KACJ;SAAM;QACL,QAAQ,CAAC,IAAI,CAAC;YACZ,QAAQ,EAAE,IAAI;YACd,QAAQ,EAAE;gBACR;oBACE,SAAS,EAAE,YAAY;oBACvB,QAAQ,EAAE,GAAG;oBACb,KAAK,EAAE,IAAI;iBACZ;gBACD;oBACE,SAAS,EAAE,YAAY;oBACvB,QAAQ,EAAE,GAAG;oBACb,KAAK,EAAE,IAAI;iBACZ;aACF;SACF,CAAC,CAAC;KACJ;IAED,OAAO,QAAQ,CAAC;AAClB,CAAC,CAAC;AAEF,MAAM,CAAC,KAAK,UAAU,qBAAqB,CAAC,EAAC,WAAW,EAAE,IAAI,GAAG,CAAC,EAAC;IACjE,OAAO,oBAAoB,CAAC;QAC1B,KAAK,EAAE,iCAAiC;QACxC,QAAQ,EAAE,oBAAoB,CAAC,WAAW,EAAE,IAAI,CAAC;QACjD,QAAQ,EAAE,eAAe;QACzB,OAAO,EAAE,eAAe;QACxB,IAAI;KACL,CAAC,CAAC;AACL,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,mBAAmB,CAAC,EAAC,WAAW,EAAE,IAAI,GAAG,CAAC,EAAC;IAC/D,OAAO,oBAAoB,CAAC;QAC1B,KAAK,EAAE,iCAAiC;QACxC,QAAQ,EAAE,oBAAoB,CAAC,WAAW,EAAE,KAAK,CAAC;QAClD,QAAQ,EAAE,eAAe;QACzB,OAAO,EAAE,eAAe;QACxB,IAAI;KACL,CAAC,CAAC;AACL,CAAC"}
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -78,6 +78,7 @@ export async function fetchVariants({ productVariantParentId, page = 0 }) {
78
78
  },
79
79
  ],
80
80
  fieldKey: 'stock_product',
81
+ sortKey: 'stock_product',
81
82
  page,
82
83
  });
83
84
  }
@@ -1 +1 @@
1
- {"version":3,"file":"product-api.js","sourceRoot":"","sources":["../../src/api/product-api.js"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAEH,OAAO,EACL,gBAAgB,EAChB,oBAAoB,EACpB,mBAAmB,EACnB,kBAAkB,GACnB,MAAM,yBAAyB,CAAC;AAEjC,MAAM,qBAAqB,GAAG,WAAW,CAAC,EAAE;IAC1C,OAAO;QACL;YACE,SAAS,EAAE,SAAS;YACpB,QAAQ,EAAE,GAAG;YACb,KAAK,EAAE,KAAK;SACb;QACD;YACE,SAAS,EAAE,mBAAmB;YAC9B,QAAQ,EAAE,GAAG;YACb,KAAK,EAAE,UAAU;SAClB;QACD;YACE,SAAS,EAAE,cAAc;YACzB,QAAQ,EAAE,GAAG;YACb,KAAK,EAAE,IAAI;SACZ;QACD;YACE,SAAS,EAAE,OAAO;YAClB,QAAQ,EAAE,GAAG;YACb,KAAK,EAAE,SAAS;SACjB;QACD,kBAAkB,CAAC,eAAe,EAAE,WAAW,CAAC;KACjD,CAAC;AACJ,CAAC,CAAC;AAEF,MAAM,CAAC,KAAK,UAAU,oBAAoB,CAAC,EAAC,WAAW,EAAE,IAAI,GAAG,CAAC,EAAC;IAChE,OAAO,oBAAoB,CAAC;QAC1B,KAAK,EAAE,iCAAiC;QACxC,QAAQ,EAAE,qBAAqB,CAAC,WAAW,CAAC;QAC5C,QAAQ,EAAE,eAAe;QACzB,OAAO,EAAE,eAAe;QACxB,IAAI;KACL,CAAC,CAAC;AACL,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,mBAAmB,CAAC,SAAS;IACjD,OAAO,mBAAmB,CAAC;QACzB,KAAK,EAAE,iCAAiC;QACxC,EAAE,EAAE,SAAS;QACb,QAAQ,EAAE,eAAe;KAC1B,CAAC,CAAC;AACL,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,YAAY,CAAC,EACjC,SAAS,EACT,eAAe,EACf,SAAS,EACT,OAAO,GACR;IACC,OAAO,gBAAgB,CAAC,GAAG,CAAC;QAC1B,GAAG,EAAE,uCAAuC,SAAS,EAAE;QACvD,IAAI,EAAE;YACJ,eAAe,EAAE,eAAe;YAChC,SAAS,EAAE,SAAS;YACpB,OAAO,EAAE,OAAO;SACjB;KACF,CAAC,CAAC;AACL,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,aAAa,CAAC,EAAC,sBAAsB,EAAE,IAAI,GAAG,CAAC,EAAC;IACpE,OAAO,oBAAoB,CAAC;QAC1B,KAAK,EAAE,iCAAiC;QACxC,QAAQ,EAAE;YACR;gBACE,SAAS,EAAE,kBAAkB;gBAC7B,QAAQ,EAAE,GAAG;gBACb,KAAK,EAAE,sBAAsB;aAC9B;SACF;QACD,QAAQ,EAAE,eAAe;QACzB,IAAI;KACL,CAAC,CAAC;AACL,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,yBAAyB,CAAC,EAC9C,SAAS,EACT,SAAS,EACT,eAAe,EACf,OAAO,GACR;IACC,OAAO,gBAAgB,CAAC,IAAI,CAAC;QAC3B,GAAG,EAAE,kDAAkD,SAAS,EAAE;QAClE,IAAI,EAAE;YACJ,SAAS,EAAE,SAAS;YACpB,eAAe,EAAE,eAAe;YAChC,OAAO,EAAE,OAAO;SACjB;KACF,CAAC,CAAC;AACL,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,sBAAsB,CAAC,EAAC,gBAAgB,EAAE,OAAO,EAAC;IACtE,OAAO,gBAAgB,CAAC,IAAI,CAAC;QAC3B,GAAG,EAAE,gDAAgD,gBAAgB,EAAE;QACvE,IAAI,EAAE,EAAC,OAAO,EAAE,OAAO,EAAC;KACzB,CAAC,CAAC;AACL,CAAC"}
1
+ {"version":3,"file":"product-api.js","sourceRoot":"","sources":["../../src/api/product-api.js"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAEH,OAAO,EACL,gBAAgB,EAChB,oBAAoB,EACpB,mBAAmB,EACnB,kBAAkB,GACnB,MAAM,yBAAyB,CAAC;AAEjC,MAAM,qBAAqB,GAAG,WAAW,CAAC,EAAE;IAC1C,OAAO;QACL;YACE,SAAS,EAAE,SAAS;YACpB,QAAQ,EAAE,GAAG;YACb,KAAK,EAAE,KAAK;SACb;QACD;YACE,SAAS,EAAE,mBAAmB;YAC9B,QAAQ,EAAE,GAAG;YACb,KAAK,EAAE,UAAU;SAClB;QACD;YACE,SAAS,EAAE,cAAc;YACzB,QAAQ,EAAE,GAAG;YACb,KAAK,EAAE,IAAI;SACZ;QACD;YACE,SAAS,EAAE,OAAO;YAClB,QAAQ,EAAE,GAAG;YACb,KAAK,EAAE,SAAS;SACjB;QACD,kBAAkB,CAAC,eAAe,EAAE,WAAW,CAAC;KACjD,CAAC;AACJ,CAAC,CAAC;AAEF,MAAM,CAAC,KAAK,UAAU,oBAAoB,CAAC,EAAC,WAAW,EAAE,IAAI,GAAG,CAAC,EAAC;IAChE,OAAO,oBAAoB,CAAC;QAC1B,KAAK,EAAE,iCAAiC;QACxC,QAAQ,EAAE,qBAAqB,CAAC,WAAW,CAAC;QAC5C,QAAQ,EAAE,eAAe;QACzB,OAAO,EAAE,eAAe;QACxB,IAAI;KACL,CAAC,CAAC;AACL,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,mBAAmB,CAAC,SAAS;IACjD,OAAO,mBAAmB,CAAC;QACzB,KAAK,EAAE,iCAAiC;QACxC,EAAE,EAAE,SAAS;QACb,QAAQ,EAAE,eAAe;KAC1B,CAAC,CAAC;AACL,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,YAAY,CAAC,EACjC,SAAS,EACT,eAAe,EACf,SAAS,EACT,OAAO,GACR;IACC,OAAO,gBAAgB,CAAC,GAAG,CAAC;QAC1B,GAAG,EAAE,uCAAuC,SAAS,EAAE;QACvD,IAAI,EAAE;YACJ,eAAe,EAAE,eAAe;YAChC,SAAS,EAAE,SAAS;YACpB,OAAO,EAAE,OAAO;SACjB;KACF,CAAC,CAAC;AACL,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,aAAa,CAAC,EAAC,sBAAsB,EAAE,IAAI,GAAG,CAAC,EAAC;IACpE,OAAO,oBAAoB,CAAC;QAC1B,KAAK,EAAE,iCAAiC;QACxC,QAAQ,EAAE;YACR;gBACE,SAAS,EAAE,kBAAkB;gBAC7B,QAAQ,EAAE,GAAG;gBACb,KAAK,EAAE,sBAAsB;aAC9B;SACF;QACD,QAAQ,EAAE,eAAe;QACzB,OAAO,EAAE,eAAe;QACxB,IAAI;KACL,CAAC,CAAC;AACL,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,yBAAyB,CAAC,EAC9C,SAAS,EACT,SAAS,EACT,eAAe,EACf,OAAO,GACR;IACC,OAAO,gBAAgB,CAAC,IAAI,CAAC;QAC3B,GAAG,EAAE,kDAAkD,SAAS,EAAE;QAClE,IAAI,EAAE;YACJ,SAAS,EAAE,SAAS;YACpB,eAAe,EAAE,eAAe;YAChC,OAAO,EAAE,OAAO;SACjB;KACF,CAAC,CAAC;AACL,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,sBAAsB,CAAC,EAAC,gBAAgB,EAAE,OAAO,EAAC;IACtE,OAAO,gBAAgB,CAAC,IAAI,CAAC;QAC3B,GAAG,EAAE,gDAAgD,gBAAgB,EAAE;QACvE,IAAI,EAAE,EAAC,OAAO,EAAE,OAAO,EAAC;KACzB,CAAC,CAAC;AACL,CAAC"}
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -61,6 +61,7 @@ export async function searchStockLocationsFilter({ searchValue = null, companyId
61
61
  defaultStockLocation: defaultStockLocation,
62
62
  }),
63
63
  fieldKey: 'stock_stockLocation',
64
+ sortKey: 'stock_stockLocation',
64
65
  page,
65
66
  });
66
67
  }
@@ -1 +1 @@
1
- {"version":3,"file":"stock-location-api.js","sourceRoot":"","sources":["../../src/api/stock-location-api.js"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAEH,OAAO,EACL,oBAAoB,EACpB,kBAAkB,GACnB,MAAM,yBAAyB,CAAC;AACjC,OAAO,aAAa,MAAM,yBAAyB,CAAC;AAEpD,MAAM,oBAAoB,GAAG,CAAC,EAC5B,SAAS,EACT,WAAW,EACX,oBAAoB,GACrB,EAAE,EAAE;IACH,IAAI,SAAS,GAAG;QACd;YACE,SAAS,EAAE,YAAY;YACvB,QAAQ,EAAE,GAAG;YACb,KAAK,EAAE,aAAa,CAAC,IAAI,CAAC,QAAQ;SACnC;QACD,kBAAkB,CAAC,qBAAqB,EAAE,WAAW,CAAC;KACvD,CAAC;IAEF,IAAI,SAAS,IAAI,IAAI,EAAE;QACrB,SAAS,CAAC,IAAI,CAAC;YACb,SAAS,EAAE,YAAY;YACvB,QAAQ,EAAE,GAAG;YACb,KAAK,EAAE,SAAS;SACjB,CAAC,CAAC;KACJ;IAED,IAAI,oBAAoB,IAAI,IAAI,EAAE;QAChC,SAAS,CAAC,IAAI,CAAC;YACb,QAAQ,EAAE,IAAI;YACd,QAAQ,EAAE;gBACR;oBACE,SAAS,EAAE,IAAI;oBACf,QAAQ,EAAE,GAAG;oBACb,KAAK,EAAE,oBAAoB,CAAC,EAAE;iBAC/B;gBACD;oBACE,SAAS,EAAE,wBAAwB;oBACnC,QAAQ,EAAE,GAAG;oBACb,KAAK,EAAE,oBAAoB,CAAC,EAAE;iBAC/B;aACF;SACF,CAAC,CAAC;KACJ;IAED,OAAO,SAAS,CAAC;AACnB,CAAC,CAAC;AAEF,MAAM,CAAC,KAAK,UAAU,0BAA0B,CAAC,EAC/C,WAAW,GAAG,IAAI,EAClB,SAAS,GAAG,IAAI,EAChB,oBAAoB,GAAG,IAAI,EAC3B,IAAI,GAAG,CAAC,GACT;IACC,OAAO,oBAAoB,CAAC;QAC1B,KAAK,EAAE,wCAAwC;QAC/C,QAAQ,EAAE,oBAAoB,CAAC;YAC7B,SAAS,EAAE,SAAS;YACpB,WAAW,EAAE,WAAW;YACxB,oBAAoB,EAAE,oBAAoB;SAC3C,CAAC;QACF,QAAQ,EAAE,qBAAqB;QAC/B,IAAI;KACL,CAAC,CAAC;AACL,CAAC"}
1
+ {"version":3,"file":"stock-location-api.js","sourceRoot":"","sources":["../../src/api/stock-location-api.js"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAEH,OAAO,EACL,oBAAoB,EACpB,kBAAkB,GACnB,MAAM,yBAAyB,CAAC;AACjC,OAAO,aAAa,MAAM,yBAAyB,CAAC;AAEpD,MAAM,oBAAoB,GAAG,CAAC,EAC5B,SAAS,EACT,WAAW,EACX,oBAAoB,GACrB,EAAE,EAAE;IACH,IAAI,SAAS,GAAG;QACd;YACE,SAAS,EAAE,YAAY;YACvB,QAAQ,EAAE,GAAG;YACb,KAAK,EAAE,aAAa,CAAC,IAAI,CAAC,QAAQ;SACnC;QACD,kBAAkB,CAAC,qBAAqB,EAAE,WAAW,CAAC;KACvD,CAAC;IAEF,IAAI,SAAS,IAAI,IAAI,EAAE;QACrB,SAAS,CAAC,IAAI,CAAC;YACb,SAAS,EAAE,YAAY;YACvB,QAAQ,EAAE,GAAG;YACb,KAAK,EAAE,SAAS;SACjB,CAAC,CAAC;KACJ;IAED,IAAI,oBAAoB,IAAI,IAAI,EAAE;QAChC,SAAS,CAAC,IAAI,CAAC;YACb,QAAQ,EAAE,IAAI;YACd,QAAQ,EAAE;gBACR;oBACE,SAAS,EAAE,IAAI;oBACf,QAAQ,EAAE,GAAG;oBACb,KAAK,EAAE,oBAAoB,CAAC,EAAE;iBAC/B;gBACD;oBACE,SAAS,EAAE,wBAAwB;oBACnC,QAAQ,EAAE,GAAG;oBACb,KAAK,EAAE,oBAAoB,CAAC,EAAE;iBAC/B;aACF;SACF,CAAC,CAAC;KACJ;IAED,OAAO,SAAS,CAAC;AACnB,CAAC,CAAC;AAEF,MAAM,CAAC,KAAK,UAAU,0BAA0B,CAAC,EAC/C,WAAW,GAAG,IAAI,EAClB,SAAS,GAAG,IAAI,EAChB,oBAAoB,GAAG,IAAI,EAC3B,IAAI,GAAG,CAAC,GACT;IACC,OAAO,oBAAoB,CAAC;QAC1B,KAAK,EAAE,wCAAwC;QAC/C,QAAQ,EAAE,oBAAoB,CAAC;YAC7B,SAAS,EAAE,SAAS;YACpB,WAAW,EAAE,WAAW;YACxB,oBAAoB,EAAE,oBAAoB;SAC3C,CAAC;QACF,QAAQ,EAAE,qBAAqB;QAC/B,OAAO,EAAE,qBAAqB;QAC9B,IAAI;KACL,CAAC,CAAC;AACL,CAAC"}
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -57,6 +57,7 @@ export async function searchStockLocationLine({ stockId, productId, companyId, p
57
57
  stockLocationId: stockId,
58
58
  }),
59
59
  fieldKey: 'stock_stockLocationLine',
60
+ sortKey: 'stock_stockLocationLine',
60
61
  page,
61
62
  });
62
63
  }
@@ -1 +1 @@
1
- {"version":3,"file":"stock-location-line-api.js","sourceRoot":"","sources":["../../src/api/stock-location-line-api.js"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAEH,OAAO,EACL,oBAAoB,EACpB,kBAAkB,GACnB,MAAM,yBAAyB,CAAC;AACjC,OAAO,aAAa,MAAM,yBAAyB,CAAC;AAEpD,MAAM,oBAAoB,GAAG,CAAC,EAAC,SAAS,EAAE,SAAS,EAAE,eAAe,EAAC,EAAE,EAAE;IACvE,IAAI,SAAS,GAAG;QACd;YACE,SAAS,EAAE,YAAY;YACvB,QAAQ,EAAE,GAAG;YACb,KAAK,EAAE,SAAS;SACjB;KACF,CAAC;IAEF,IAAI,eAAe,IAAI,IAAI,EAAE;QAC3B,SAAS,CAAC,IAAI,CAAC;YACb,SAAS,EAAE,kBAAkB;YAC7B,QAAQ,EAAE,GAAG;YACb,KAAK,EAAE,eAAe;SACvB,CAAC,CAAC;KACJ;SAAM;QACL,SAAS,CAAC,IAAI,CAAC;YACb,SAAS,EAAE,0BAA0B;YACrC,QAAQ,EAAE,GAAG;YACb,KAAK,EAAE,aAAa,CAAC,IAAI,CAAC,QAAQ;SACnC,CAAC,CAAC;QAEH,IAAI,SAAS,IAAI,IAAI,EAAE;YACrB,SAAS,CAAC,IAAI,CAAC;gBACb,SAAS,EAAE,0BAA0B;gBACrC,QAAQ,EAAE,GAAG;gBACb,KAAK,EAAE,SAAS;aACjB,CAAC,CAAC;SACJ;KACF;IAED,OAAO,SAAS,CAAC;AACnB,CAAC,CAAC;AAEF,MAAM,CAAC,KAAK,UAAU,uBAAuB,CAAC,EAC5C,OAAO,EACP,SAAS,EACT,SAAS,EACT,IAAI,GAAG,CAAC,GACT;IACC,OAAO,oBAAoB,CAAC;QAC1B,KAAK,EAAE,4CAA4C;QACnD,QAAQ,EAAE,oBAAoB,CAAC;YAC7B,SAAS,EAAE,SAAS;YACpB,SAAS,EAAE,SAAS;YACpB,eAAe,EAAE,OAAO;SACzB,CAAC;QACF,QAAQ,EAAE,yBAAyB;QACnC,IAAI;KACL,CAAC,CAAC;AACL,CAAC;AAED,MAAM,+BAA+B,GAAG,CAAC,EAAC,eAAe,EAAE,WAAW,EAAC,EAAE,EAAE;IACzE,IAAI,SAAS,GAAG;QACd;YACE,QAAQ,EAAE,IAAI;YACd,QAAQ,EAAE;gBACR;oBACE,QAAQ,EAAE,KAAK;oBACf,QAAQ,EAAE;wBACR;4BACE,SAAS,EAAE,qCAAqC;4BAChD,QAAQ,EAAE,QAAQ;yBACnB;wBACD;4BACE,SAAS,EAAE,kBAAkB;4BAC7B,QAAQ,EAAE,GAAG;4BACb,KAAK,EAAE,eAAe;yBACvB;qBACF;iBACF;gBACD;oBACE,QAAQ,EAAE,KAAK;oBACf,QAAQ,EAAE;wBACR;4BACE,SAAS,EAAE,qCAAqC;4BAChD,QAAQ,EAAE,SAAS;yBACpB;wBACD;4BACE,SAAS,EAAE,yBAAyB;4BACpC,QAAQ,EAAE,GAAG;4BACb,KAAK,EAAE,eAAe;yBACvB;qBACF;iBACF;aACF;SACF;QACD;YACE,SAAS,EAAE,YAAY;YACvB,QAAQ,EAAE,GAAG;YACb,KAAK,EAAE,CAAC;SACT;QACD,kBAAkB,CAAC,yBAAyB,EAAE,WAAW,CAAC;KAC3D,CAAC;IAEF,OAAO,SAAS,CAAC;AACnB,CAAC,CAAC;AAEF,MAAM,CAAC,KAAK,UAAU,uBAAuB,CAAC,EAC5C,eAAe,EACf,WAAW,EACX,IAAI,GAAG,CAAC,GACT;IACC,OAAO,oBAAoB,CAAC;QAC1B,KAAK,EAAE,4CAA4C;QACnD,QAAQ,EAAE,+BAA+B,CAAC;YACxC,eAAe;YACf,WAAW;SACZ,CAAC;QACF,QAAQ,EAAE,yBAAyB;QACnC,OAAO,EAAE,yBAAyB;QAClC,IAAI;KACL,CAAC,CAAC;AACL,CAAC"}
1
+ {"version":3,"file":"stock-location-line-api.js","sourceRoot":"","sources":["../../src/api/stock-location-line-api.js"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAEH,OAAO,EACL,oBAAoB,EACpB,kBAAkB,GACnB,MAAM,yBAAyB,CAAC;AACjC,OAAO,aAAa,MAAM,yBAAyB,CAAC;AAEpD,MAAM,oBAAoB,GAAG,CAAC,EAAC,SAAS,EAAE,SAAS,EAAE,eAAe,EAAC,EAAE,EAAE;IACvE,IAAI,SAAS,GAAG;QACd;YACE,SAAS,EAAE,YAAY;YACvB,QAAQ,EAAE,GAAG;YACb,KAAK,EAAE,SAAS;SACjB;KACF,CAAC;IAEF,IAAI,eAAe,IAAI,IAAI,EAAE;QAC3B,SAAS,CAAC,IAAI,CAAC;YACb,SAAS,EAAE,kBAAkB;YAC7B,QAAQ,EAAE,GAAG;YACb,KAAK,EAAE,eAAe;SACvB,CAAC,CAAC;KACJ;SAAM;QACL,SAAS,CAAC,IAAI,CAAC;YACb,SAAS,EAAE,0BAA0B;YACrC,QAAQ,EAAE,GAAG;YACb,KAAK,EAAE,aAAa,CAAC,IAAI,CAAC,QAAQ;SACnC,CAAC,CAAC;QAEH,IAAI,SAAS,IAAI,IAAI,EAAE;YACrB,SAAS,CAAC,IAAI,CAAC;gBACb,SAAS,EAAE,0BAA0B;gBACrC,QAAQ,EAAE,GAAG;gBACb,KAAK,EAAE,SAAS;aACjB,CAAC,CAAC;SACJ;KACF;IAED,OAAO,SAAS,CAAC;AACnB,CAAC,CAAC;AAEF,MAAM,CAAC,KAAK,UAAU,uBAAuB,CAAC,EAC5C,OAAO,EACP,SAAS,EACT,SAAS,EACT,IAAI,GAAG,CAAC,GACT;IACC,OAAO,oBAAoB,CAAC;QAC1B,KAAK,EAAE,4CAA4C;QACnD,QAAQ,EAAE,oBAAoB,CAAC;YAC7B,SAAS,EAAE,SAAS;YACpB,SAAS,EAAE,SAAS;YACpB,eAAe,EAAE,OAAO;SACzB,CAAC;QACF,QAAQ,EAAE,yBAAyB;QACnC,OAAO,EAAE,yBAAyB;QAClC,IAAI;KACL,CAAC,CAAC;AACL,CAAC;AAED,MAAM,+BAA+B,GAAG,CAAC,EAAC,eAAe,EAAE,WAAW,EAAC,EAAE,EAAE;IACzE,IAAI,SAAS,GAAG;QACd;YACE,QAAQ,EAAE,IAAI;YACd,QAAQ,EAAE;gBACR;oBACE,QAAQ,EAAE,KAAK;oBACf,QAAQ,EAAE;wBACR;4BACE,SAAS,EAAE,qCAAqC;4BAChD,QAAQ,EAAE,QAAQ;yBACnB;wBACD;4BACE,SAAS,EAAE,kBAAkB;4BAC7B,QAAQ,EAAE,GAAG;4BACb,KAAK,EAAE,eAAe;yBACvB;qBACF;iBACF;gBACD;oBACE,QAAQ,EAAE,KAAK;oBACf,QAAQ,EAAE;wBACR;4BACE,SAAS,EAAE,qCAAqC;4BAChD,QAAQ,EAAE,SAAS;yBACpB;wBACD;4BACE,SAAS,EAAE,yBAAyB;4BACpC,QAAQ,EAAE,GAAG;4BACb,KAAK,EAAE,eAAe;yBACvB;qBACF;iBACF;aACF;SACF;QACD;YACE,SAAS,EAAE,YAAY;YACvB,QAAQ,EAAE,GAAG;YACb,KAAK,EAAE,CAAC;SACT;QACD,kBAAkB,CAAC,yBAAyB,EAAE,WAAW,CAAC;KAC3D,CAAC;IAEF,OAAO,SAAS,CAAC;AACnB,CAAC,CAAC;AAEF,MAAM,CAAC,KAAK,UAAU,uBAAuB,CAAC,EAC5C,eAAe,EACf,WAAW,EACX,IAAI,GAAG,CAAC,GACT;IACC,OAAO,oBAAoB,CAAC;QAC1B,KAAK,EAAE,4CAA4C;QACnD,QAAQ,EAAE,+BAA+B,CAAC;YACxC,eAAe;YACf,WAAW;SACZ,CAAC;QACF,QAAQ,EAAE,yBAAyB;QACnC,OAAO,EAAE,yBAAyB;QAClC,IAAI;KACL,CAAC,CAAC;AACL,CAAC"}
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -32,6 +32,7 @@ export async function searchSupplierArrivalLines({ supplierArrivalId, searchValu
32
32
  model: 'com.axelor.apps.stock.db.StockMoveLine',
33
33
  criteria: createSearchCriteria(supplierArrivalId, searchValue),
34
34
  fieldKey: 'stock_supplierArrivalLine',
35
+ sortKey: 'stock_supplierArrivalLine',
35
36
  page,
36
37
  });
37
38
  }
@@ -1 +1 @@
1
- {"version":3,"file":"supplier-arrival-line-api.js","sourceRoot":"","sources":["../../src/api/supplier-arrival-line-api.js"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAEH,OAAO,EACL,gBAAgB,EAChB,mBAAmB,EACnB,oBAAoB,EACpB,kBAAkB,GACnB,MAAM,yBAAyB,CAAC;AACjC,OAAO,SAAS,MAAM,qBAAqB,CAAC;AAE5C,MAAM,oBAAoB,GAAG,CAAC,iBAAiB,EAAE,WAAW,EAAE,EAAE;IAC9D,OAAO;QACL;YACE,SAAS,EAAE,cAAc;YACzB,QAAQ,EAAE,GAAG;YACb,KAAK,EAAE,iBAAiB;SACzB;QACD,kBAAkB,CAAC,2BAA2B,EAAE,WAAW,CAAC;KAC7D,CAAC;AACJ,CAAC,CAAC;AAEF,MAAM,CAAC,KAAK,UAAU,0BAA0B,CAAC,EAC/C,iBAAiB,EACjB,WAAW,EACX,IAAI,GAAG,CAAC,GACT;IACC,OAAO,oBAAoB,CAAC;QAC1B,KAAK,EAAE,wCAAwC;QAC/C,QAAQ,EAAE,oBAAoB,CAAC,iBAAiB,EAAE,WAAW,CAAC;QAC9D,QAAQ,EAAE,2BAA2B;QACrC,IAAI;KACL,CAAC,CAAC;AACL,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,UAAU,CAAC,EAC/B,eAAe,EACf,OAAO,EACP,OAAO,EACP,UAAU,GAAG,SAAS,CAAC,UAAU,CAAC,IAAI,EACtC,iBAAiB,GAClB;IACC,OAAO,gBAAgB,CAAC,GAAG,CAAC;QAC1B,GAAG,EAAE,2BAA2B,eAAe,EAAE;QACjD,IAAI,EACF,UAAU,GAAG,SAAS,CAAC,UAAU,CAAC,IAAI;YACpC,CAAC,CAAC;gBACE,OAAO;gBACP,OAAO;gBACP,UAAU;gBACV,iBAAiB;aAClB;YACH,CAAC,CAAC;gBACE,OAAO;gBACP,OAAO;gBACP,iBAAiB;aAClB;KACR,CAAC,CAAC;AACL,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,wBAAwB,CAAC,EAAC,qBAAqB,EAAC;IACpE,OAAO,mBAAmB,CAAC;QACzB,KAAK,EAAE,wCAAwC;QAC/C,EAAE,EAAE,qBAAqB;QACzB,QAAQ,EAAE,2BAA2B;KACtC,CAAC,CAAC;AACL,CAAC"}
1
+ {"version":3,"file":"supplier-arrival-line-api.js","sourceRoot":"","sources":["../../src/api/supplier-arrival-line-api.js"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAEH,OAAO,EACL,gBAAgB,EAChB,mBAAmB,EACnB,oBAAoB,EACpB,kBAAkB,GACnB,MAAM,yBAAyB,CAAC;AACjC,OAAO,SAAS,MAAM,qBAAqB,CAAC;AAE5C,MAAM,oBAAoB,GAAG,CAAC,iBAAiB,EAAE,WAAW,EAAE,EAAE;IAC9D,OAAO;QACL;YACE,SAAS,EAAE,cAAc;YACzB,QAAQ,EAAE,GAAG;YACb,KAAK,EAAE,iBAAiB;SACzB;QACD,kBAAkB,CAAC,2BAA2B,EAAE,WAAW,CAAC;KAC7D,CAAC;AACJ,CAAC,CAAC;AAEF,MAAM,CAAC,KAAK,UAAU,0BAA0B,CAAC,EAC/C,iBAAiB,EACjB,WAAW,EACX,IAAI,GAAG,CAAC,GACT;IACC,OAAO,oBAAoB,CAAC;QAC1B,KAAK,EAAE,wCAAwC;QAC/C,QAAQ,EAAE,oBAAoB,CAAC,iBAAiB,EAAE,WAAW,CAAC;QAC9D,QAAQ,EAAE,2BAA2B;QACrC,OAAO,EAAE,2BAA2B;QACpC,IAAI;KACL,CAAC,CAAC;AACL,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,UAAU,CAAC,EAC/B,eAAe,EACf,OAAO,EACP,OAAO,EACP,UAAU,GAAG,SAAS,CAAC,UAAU,CAAC,IAAI,EACtC,iBAAiB,GAClB;IACC,OAAO,gBAAgB,CAAC,GAAG,CAAC;QAC1B,GAAG,EAAE,2BAA2B,eAAe,EAAE;QACjD,IAAI,EACF,UAAU,GAAG,SAAS,CAAC,UAAU,CAAC,IAAI;YACpC,CAAC,CAAC;gBACE,OAAO;gBACP,OAAO;gBACP,UAAU;gBACV,iBAAiB;aAClB;YACH,CAAC,CAAC;gBACE,OAAO;gBACP,OAAO;gBACP,iBAAiB;aAClB;KACR,CAAC,CAAC;AACL,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,wBAAwB,CAAC,EAAC,qBAAqB,EAAC;IACpE,OAAO,mBAAmB,CAAC;QACzB,KAAK,EAAE,wCAAwC;QAC/C,EAAE,EAAE,qBAAqB;QACzB,QAAQ,EAAE,2BAA2B;KACtC,CAAC,CAAC;AACL,CAAC"}
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -32,6 +32,7 @@ export async function searchSupplierProduct({ supplierId, productId }) {
32
32
  },
33
33
  ],
34
34
  fieldKey: 'stock_supplierCatalog',
35
+ sortKey: 'stock_supplierCatalog',
35
36
  page: 0,
36
37
  numberElementsByPage: 1,
37
38
  });
@@ -1 +1 @@
1
- {"version":3,"file":"supplier-catalog-api.js","sourceRoot":"","sources":["../../src/api/supplier-catalog-api.js"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAEH,OAAO,EAAC,oBAAoB,EAAC,MAAM,yBAAyB,CAAC;AAE7D,MAAM,CAAC,KAAK,UAAU,qBAAqB,CAAC,EAAC,UAAU,EAAE,SAAS,EAAC;IACjE,OAAO,oBAAoB,CAAC;QAC1B,KAAK,EAAE,6CAA6C;QACpD,QAAQ,EAAE;YACR;gBACE,SAAS,EAAE,oBAAoB;gBAC/B,QAAQ,EAAE,GAAG;gBACb,KAAK,EAAE,UAAU;aAClB;YACD;gBACE,SAAS,EAAE,YAAY;gBACvB,QAAQ,EAAE,GAAG;gBACb,KAAK,EAAE,SAAS;aACjB;SACF;QACD,QAAQ,EAAE,uBAAuB;QACjC,IAAI,EAAE,CAAC;QACP,oBAAoB,EAAE,CAAC;KACxB,CAAC,CAAC;AACL,CAAC"}
1
+ {"version":3,"file":"supplier-catalog-api.js","sourceRoot":"","sources":["../../src/api/supplier-catalog-api.js"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAEH,OAAO,EAAC,oBAAoB,EAAC,MAAM,yBAAyB,CAAC;AAE7D,MAAM,CAAC,KAAK,UAAU,qBAAqB,CAAC,EAAC,UAAU,EAAE,SAAS,EAAC;IACjE,OAAO,oBAAoB,CAAC;QAC1B,KAAK,EAAE,6CAA6C;QACpD,QAAQ,EAAE;YACR;gBACE,SAAS,EAAE,oBAAoB;gBAC/B,QAAQ,EAAE,GAAG;gBACb,KAAK,EAAE,UAAU;aAClB;YACD;gBACE,SAAS,EAAE,YAAY;gBACvB,QAAQ,EAAE,GAAG;gBACb,KAAK,EAAE,SAAS;aACjB;SACF;QACD,QAAQ,EAAE,uBAAuB;QACjC,OAAO,EAAE,uBAAuB;QAChC,IAAI,EAAE,CAAC;QACP,oBAAoB,EAAE,CAAC;KACxB,CAAC,CAAC;AACL,CAAC"}
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,