umwd-components 0.1.544 → 0.1.545
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.
- package/dist/src/components/e-commerce/opo/OpoItemUpdater.js +1 -1
- package/dist/src/components/logistics/ipo/ItemUpdater.js +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/components/e-commerce/opo/ManageOpoForm.tsx +0 -22
- package/src/components/e-commerce/opo/OpoItemUpdater.tsx +18 -51
- package/src/components/logistics/ipo/ItemUpdater.tsx +13 -22
- package/src/components/logistics/ipo/ManageIPOForm.tsx +1 -26
|
@@ -3,4 +3,4 @@
|
|
|
3
3
|
* @copyright Jelle Paulus
|
|
4
4
|
* @license MIT
|
|
5
5
|
*/
|
|
6
|
-
import{__read as e}from"../../../../node_modules/tslib/tslib.es6.js";import t,{useState as
|
|
6
|
+
import{__read as e}from"../../../../node_modules/tslib/tslib.es6.js";import t,{useState as a}from"react";import r from"@mui/material/Stack";import n from"@mui/material/Typography";import i from"@mui/material/IconButton";import o from"@mui/material/Divider";import l from"@mui/material/Collapse";import{AmountUpdater as m}from"../../common/AmountUpdater.js";import c from"@mui/icons-material/ArrowDropDown";import u from"../../common/ImagePreviewTooltip.js";import d from"../../logistics/reportV2/ReportMakingComponent.js";import p from"../../logistics/reportV2/ReportsDisplay.js";function s(s){var f=s.item,y=s.index,E=s.handleUpdateQuantity,g=s.image;s.handleRemoveReportAtIndex;var v=s.revalidateCallback,b=f.line_item_number,h=f.product,k=f.ordered_quantity,V=f.picked_quantity,w=f.packed_quantity,_=f.shipped_quantity,q=f.reports,C=e(a(!1),2),N=C[0],x=C[1],j=void 0!==(null==q?void 0:q.data)&&q.data.length>0?q.data.filter((function(e){return"picked"===e.type})).reduce((function(e,t){return e+t.quantity}),0):0,I=void 0!==(null==q?void 0:q.data)&&q.data.length>0?q.data.filter((function(e){return"packed"===e.type})).reduce((function(e,t){return e+t.quantity}),0):0;return void 0!==(null==q?void 0:q.data)&&q.data.length>0&&q.data.filter((function(e){return"shipped"===e.type})).reduce((function(e,t){return e+t.quantity}),0),t.createElement(r,{spacing:1,key:y},f&&t.createElement(t.Fragment,null,t.createElement(r,{direction:"row",justifyContent:"space-between"},t.createElement(r,{spacing:1},t.createElement(n,{variant:"body1"},"Line Item Number: ",b),t.createElement(n,{variant:"body1"},"Part Number: ",null==h?void 0:h.product_number)),g&&t.createElement(t.Fragment,null,t.createElement(u,{image:g,label:null==h?void 0:h.title}))),t.createElement(n,{variant:"body2"},"Picked"),t.createElement(m,{currentValue:V,totalValue:k+j,minNewValue:0+w+I,maxNewValue:k+j,color:"info",handleChange:function(e){E(e,f.id,"picked_quantity")}}),t.createElement(n,{variant:"body2"},"Packed"),t.createElement(m,{currentValue:w,totalValue:k+j,minNewValue:0+_,maxNewValue:V+I,color:"info",handleChange:function(e){E(e,f.id,"packed_quantity")},offsetEnd:I}),t.createElement(o,{sx:{p:0}},t.createElement(r,{direction:"row",spacing:1,alignItems:"center"},t.createElement(n,{variant:"body2"},"Irregularities / Corrections"),t.createElement(i,{onClick:function(){return x(!N)}},t.createElement(c,null)))),t.createElement(l,{in:N},t.createElement(r,{spacing:2},t.createElement(n,{variant:"body2"},"Here you can report and correct for damages wrong items etc. Do not forget to click the button!"),t.createElement(p,{reports:q.data}),t.createElement(d,{content:"content",quantity:0,type:"picked",related:[{id:f.id,__type:"api::e-commerce.opo-item"}],revalidateCallback:v}))),t.createElement(n,{variant:"body2"},"Shipped"),t.createElement(m,{currentValue:_,totalValue:k+j+I,minNewValue:0,maxNewValue:w,color:"info",handleChange:function(e){E(e,f.id,"shipped_quantity")}})))}export{s as default};
|
|
@@ -3,4 +3,4 @@
|
|
|
3
3
|
* @copyright Jelle Paulus
|
|
4
4
|
* @license MIT
|
|
5
5
|
*/
|
|
6
|
-
import{__read as e}from"../../../../node_modules/tslib/tslib.es6.js";import t,{useState as r}from"react";import
|
|
6
|
+
import{__read as e}from"../../../../node_modules/tslib/tslib.es6.js";import t,{useState as r}from"react";import a from"@mui/material/Stack";import n from"@mui/material/Typography";import i from"@mui/material/IconButton";import o from"@mui/material/Divider";import l from"@mui/material/Collapse";import{AmountUpdater as m}from"../../common/AmountUpdater.js";import c from"@mui/icons-material/ArrowDropDown";import u from"../../common/ImagePreviewTooltip.js";import d from"../reportV2/ReportMakingComponent.js";import p from"../reportV2/ReportsDisplay.js";function s(s){var f=s.item,y=s.index,g=s.handleUpdateQuantity,E=s.image,v=s.revalidateCallback,b=f.line_item_number,V=f.product,w=f.arrived_quantity,_=f.registered_quantity,h=f.recieved_quantity,q=f.ordered_quantity,C=f.reports,N=void 0!==(null==C?void 0:C.data)&&C.data.length>0?C.data.filter((function(e){return"arrived"===e.type})).reduce((function(e,t){return e+t.quantity}),0):0,k=void 0!==(null==C?void 0:C.data)&&C.data.length>0?C.data.filter((function(e){return"registered"===e.type})).reduce((function(e,t){return e+t.quantity}),0):0,j=e(r(!1),2),x=j[0],D=j[1];return t.createElement(a,{spacing:1,key:y},f&&t.createElement(t.Fragment,null,t.createElement(a,{direction:"row",justifyContent:"space-between"},t.createElement(a,{spacing:1},t.createElement(n,{variant:"body1"},"Line Item Number: ",b),t.createElement(n,{variant:"body1"},"Part Number: ",V.product_number)),E&&t.createElement(t.Fragment,null,t.createElement(u,{image:E,label:f.product.title}))),t.createElement(n,{variant:"body2"},"Arrived"),t.createElement(m,{currentValue:w,totalValue:q+N,minNewValue:0+_+k,maxNewValue:q+N,color:"info",handleChange:function(e){g(e,f.id,"arrived_quantity")}}),t.createElement(n,{variant:"body2"},"Registered"),t.createElement(m,{currentValue:_,totalValue:q+N,minNewValue:0+h,maxNewValue:w+k,color:"info",handleChange:function(e){g(e,f.id,"registered_quantity")},offsetEnd:k}),t.createElement(o,{sx:{p:0}},t.createElement(a,{direction:"row",spacing:1,alignItems:"center"},t.createElement(n,{variant:"body2"},"Irregularities / Corrections"),t.createElement(i,{onClick:function(){return D(!x)}},t.createElement(c,null)))),t.createElement(l,{in:x},t.createElement(a,{spacing:2},t.createElement(n,{variant:"body2"},"Here you can report and correct for damages wrong items etc. Do not forget to click the button!"),t.createElement(p,{reports:C.data}),t.createElement(d,{content:"content",quantity:0,type:"registered",related:[{id:f.id,__type:"api::logistics.ipo-item"}],revalidateCallback:v}))),t.createElement(n,{variant:"body2"},"Recieved"),t.createElement(m,{currentValue:h,totalValue:q+N+k,minNewValue:0,maxNewValue:_,color:"info",handleChange:function(e){g(e,f.id,"recieved_quantity")}})))}export{s as default};
|