umwd-components 0.1.548 → 0.1.550
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/src/components/logistics/reportV2/ReportMakingComponent.js +1 -1
- package/dist/src/data/loaders/logistics/getSingleIpo.js +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/types/components/logistics/reportV2/ReportMakingComponent.d.ts +1 -1
- package/package.json +1 -1
- package/src/components/e-commerce/opo/OpoItemUpdater.tsx +2 -0
- package/src/components/logistics/ipo/ItemUpdater.tsx +3 -1
- package/src/components/logistics/reportV2/ReportMakingComponent.tsx +23 -3
- package/src/data/loaders/logistics/getSingleIpo.ts +0 -4
- package/src/types/logistics/Ipo.ts +0 -2
|
@@ -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 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),
|
|
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),x=C[0],N=C[1];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);var j=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+-j,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,minNewValue:0+_,maxNewValue:V+j,color:"info",handleChange:function(e){E(e,f.id,"packed_quantity")},offsetEnd:j}),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 N(!x)}},t.createElement(c,null)))),t.createElement(l,{in:x},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:"packed",minValue:-(V+j),maxValue:0,related:[{id:f.id,__type:"api::e-commerce.opo-item"}],revalidateCallback:v}))),t.createElement(n,{variant:"body2"},"Shipped"),t.createElement(m,{currentValue:_,totalValue:k,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 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.received_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,
|
|
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.received_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,x=e(r(!1),2),j=x[0],D=x[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(!j)}},t.createElement(c,null)))),t.createElement(l,{in:j},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",minValue:-(w-k),maxValue:0,related:[{id:f.id,__type:"api::logistics.ipo-item"}],revalidateCallback:v}))),t.createElement(n,{variant:"body2"},"Recieved"),t.createElement(m,{currentValue:h||0,totalValue:q+N+k,minNewValue:0,maxNewValue:_,color:"info",handleChange:function(e){g(e,f.id,"received_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,useEffect as a}from"react";import
|
|
6
|
+
import{__read as e}from"../../../../node_modules/tslib/tslib.es6.js";import t,{useState as r,useEffect as a}from"react";import o from"@mui/material/Alert";import m from"@mui/material/IconButton";import n from"@mui/material/Dialog";import i from"@mui/material/DialogContent";import l from"@mui/material/DialogActions";import u from"@mui/material/Button";import c from"@mui/material/Typography";import p from"@mui/material/Stack";import d from"@mui/material/TextField";import s from"../../../../node_modules/dayjs/dayjs.min.js";import{SubmitButton as f}from"../../SubmitButton.js";import{StrapiErrors as E}from"../../StrapiErrors.js";import{useFormState as g}from"react-dom";import{createReportAction as v}from"../../../data/actions/logistics/report/createReportAction.js";import b from"../../common/markdown/MarkdownEditor.js";import y from"@mui/icons-material/Announcement";import{Tooltip as x}from"@mui/material";var j={zodErrors:null,strapiErrors:null,data:null,message:null};function h(h){var k=h.content,A=h.related,C=h.type,D=h.minValue,S=h.maxValue,T=h.revalidateCallback,w=e(r(!1),2),V=w[0],Y=w[1],z=v.bind(null,A),B=e(g(z,j),2),M=B[0],q=B[1];return a((function(){(null==M?void 0:M.data)&&T&&T()}),[M.data]),t.createElement(t.Fragment,null,t.createElement(x,{title:"Create a report"},t.createElement(m,{onClick:function(){return Y(!0)}},t.createElement(y,{fontSize:"large"}))),t.createElement(n,{open:V,fullWidth:!0,maxWidth:"lg"},t.createElement("form",{action:q},t.createElement(i,{sx:{p:1}},t.createElement(p,{spacing:2},t.createElement("input",{type:"hidden",name:"type",value:C}),t.createElement(c,{variant:"body1",textAlign:"right"},s(Date.now()).format("DD-MM-YYYY")),t.createElement(d,{id:"quantity",name:"quantity",type:"number",label:"Amount",size:"small",InputProps:{inputProps:{min:"".concat(void 0!==D&&void 0!==S&&D<S?D:S),max:"".concat(void 0!==D&&void 0!==S&&S>D?S:D),step:"1"}},defaultValue:0,helperText:"Enter a number between ".concat(D," and ").concat(S)}),t.createElement(b,{name:"content",label:"The report",defaultValue:k}))),t.createElement(l,null,t.createElement(u,{onClick:function(){return Y(!1)}},"Cancel"),t.createElement(f,{text:"Submit",loadingText:"Loading..."}),t.createElement(E,{error:null==M?void 0:M.strapiErrors}),(null==M?void 0:M.message)&&t.createElement(o,{severity:"error"},null==M?void 0:M.message)))))}export{h as default};
|
|
@@ -4,4 +4,4 @@
|
|
|
4
4
|
* @copyright Jelle Paulus
|
|
5
5
|
* @license MIT
|
|
6
6
|
*/
|
|
7
|
-
import{__awaiter as
|
|
7
|
+
import{__awaiter as o,__generator as e}from"../../../../node_modules/tslib/tslib.es6.js";import t from"../../../../node_modules/qs/lib/index.js";import{fetchData as r}from"../loaders.js";import{getStrapiURL as i}from"../../../lib/utils.js";import{unstable_noStore as s}from"next/cache";var n=i();function p(i){return o(this,void 0,void 0,(function(){var o;return e(this,(function(e){switch(e.label){case 0:return s(),(o=new URL("/api/ipos/".concat(i),n)).search=t.stringify({populate:{vendor_profile:{populate:{business_credentials:!0}},items:{populate:{product:{populate:{image:!0}},reports:{populate:{author:!0}}}},order_confirmation:!0,delivery_note:!0,notes:{populate:{author:{populate:!0}}}}}),console.log(o.href),[4,r(o.href)];case 1:return[2,e.sent()]}}))}))}export{p as getSingleIpo};
|