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