-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bill of materials more then one item #605
Comments
added com.avc.mis.beta.service.ValueTablesReader.getProductBillOfMaterials(Integer, ItemGroup, ProductionUse) |
I built it with dtos both ways this time. |
it looks ok but the defaults will be a big problem in the production form because of convesion |
I don't think you need to play with the defaults. Probably should be done by the backend. |
its always the same amounts or they can change it? if its always the same so i can remove the material used from the form and only show that they would be used without changing option |
THEY CAN EDIT.
|
ok |
a function to get all would be helpful |
once you do the function upload and let me know. |
and also restrict to one bom per product |
otherwise its working |
of course. not sure what data to add. |
it is |
yup. just to show a table of it so we can edit |
actually i cannot do it because I dont have the bom of the item i just calling with the item. |
So how do we solve it? |
why not one map with 2 lists? if you give the storages list separately and the unfulfilled list it will be easier then starting to connect and etc... but if you think this is better its ok with me |
okay. but then a map has no meaning. I'll just give u an array or list of lists. |
no problem. let me know when up |
I can but it's pretty ugly, not clear what the method is doing/giving from name. I suggest you - as the user - do what I'm doing. //get item ids and call for inventory for given items //find the items that have no inventory |
that's exactly what I'm doing by me |
i dont see a difference who dose it but ok no problem |
You are the user. I'm the service
…On Wed, Oct 13, 2021, 15:50 mei309 ***@***.***> wrote:
i dont see a difference who dose it but ok no problem
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#605 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMZHF3AALBEOFZJW3WCDG43UGVB6JANCNFSM5FE4LP7A>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
but you can use this if you want (better copy the content) |
did by me but just so you know this is the way to do it ArrayList itemsList = new ArrayList(Arrays.asList(itemIds)); if not we cannot remove from it |
you are ignoring the case that bill of materials wasn't defined. |
i didnt ignore. i put a try catch |
done |
yes, that's what i meant |
I started to prepare bom - the materials needed to create a product.
So you will be able to choose the appropriate items in a process, as requested by David.
And then we will use it for production plan too.
@mei309 Just started, it's not ready, but if you want you can look in BillOfMaterials, BomLine classes (in entities.item package)
and in BillOfMaterialService and see if you have some insight.
The text was updated successfully, but these errors were encountered: