replaysMike / Binner

Open source parts inventory system for makers, electronics hobby, and professional engineers
https://binner.io
GNU General Public License v3.0
268 stars 41 forks source link

using a project BOM #118

Closed rfwerk closed 1 year ago

rfwerk commented 1 year ago

Maybe I miss how to do this, but I would like to use a BOM for a project and have it subtracted from the inventory if possible. Or some means of automating all the parts required for a project. Can this currently be done?

I now see there was a discussion item on this here: https://github.com/replaysMike/Binner/discussions/51

Basically my workflow would be

replaysMike commented 1 year ago

Yup you aren't missing it, it just doesn't exist yet. It's on my list of the next feature to write, so if you have any detailed requests please send them along so I can incorporate.

I haven't given BOM management a ton of thought yet, but what you've outlined is pretty much what I'm going to build. I expect this may only take a few days so there is a possibility it will show up in next week's release.

replaysMike commented 1 year ago

Now available in v2.3.0

interbiznw commented 1 year ago

Now available in v2.3.0

How do we see it? Im still not seeing anything under project

replaysMike commented 1 year ago

See the discussion here: https://github.com/replaysMike/Binner/discussions/123

You should have a new section called BOM on the home page, there should not be a project section any longer.

interbiznw commented 1 year ago

See the discussion here: #123

You should have a new section called BOM on the home page, there should not be a project section any longer.

Hmmm

image

replaysMike commented 1 year ago

Well that doesn't look good... I don't see any errors in the build. I'll check the deployment on my end and see if I spot any issues.

On Fri, Mar 17, 2023 at 11:29 PM J62 @.***> wrote:

See the discussion here: #123 https://github.com/replaysMike/Binner/discussions/123

You should have a new section called BOM on the home page, there should not be a project section any longer.

Hmmm

[image: image] https://user-images.githubusercontent.com/16450422/226089424-df33684c-12ed-40df-9348-66cbde192254.png

— Reply to this email directly, view it on GitHub https://github.com/replaysMike/Binner/issues/118#issuecomment-1474747833, or unsubscribe https://github.com/notifications/unsubscribe-auth/AATJ54XM5YJEENRWCJGMVSLW4VI3ZANCNFSM6AAAAAAVYNJB3Q . You are receiving this because you modified the open/close state.Message ID: @.***>

interbiznw commented 1 year ago

Well that doesn't look good... I don't see any errors in the build. I'll check the deployment on my end and see if I spot any issues.

just a fyi i deleted the directory and started fresh too, so idk whats going on haha

replaysMike commented 1 year ago

Neat, I'm seeing this too. I think I found the issue, new build coming out shortly that will overwrite 2.3.0 - I'll ping you as soon as it uploads.

On Fri, Mar 17, 2023 at 11:29 PM J62 @.***> wrote:

See the discussion here: #123 https://github.com/replaysMike/Binner/discussions/123

You should have a new section called BOM on the home page, there should not be a project section any longer.

Hmmm

[image: image] https://user-images.githubusercontent.com/16450422/226089424-df33684c-12ed-40df-9348-66cbde192254.png

— Reply to this email directly, view it on GitHub https://github.com/replaysMike/Binner/issues/118#issuecomment-1474747833, or unsubscribe https://github.com/notifications/unsubscribe-auth/AATJ54XM5YJEENRWCJGMVSLW4VI3ZANCNFSM6AAAAAAVYNJB3Q . You are receiving this because you modified the open/close state.Message ID: @.***>

interbiznw commented 1 year ago

@replaysMike Thanks! :)

replaysMike commented 1 year ago

it's a flaw in the current build system - I need to find a better way to automate how the common models versioning is managed as it can make it all the way through the build system (30 minute build!) and no automated way to test it. Totally weird that the UI didn't even update though, I don't quite understand that.

interbiznw commented 1 year ago

it's a flaw in the current build system - I need to find a better way to automate how the common models versioning is managed as it can make it all the way through the build system (30 minute build!) and no automated way to test it. Totally weird that the UI didn't even update though, I don't quite understand that.

Hmm interesting, odd one

replaysMike commented 1 year ago

ping - new binaries have been updated, I did a quick test of the Windows one and it seems to be updated properly this time. Going to sign off for the night, it's after midnight here. Let me know if you encounter any issues

interbiznw commented 1 year ago

ping - new binaries have been updated, I did a quick test of the Windows one and it seems to be updated properly this time. Going to sign off for the night, it's after midnight here. Let me know if you encounter any issues

Will do, gonna check and sign off too. I am in WA state so same TZ as u

JamesLPearson commented 1 year ago

ping - new binaries have been updated, I did a quick test of the Windows one and it seems to be updated properly this time. Going to sign off for the night, it's after midnight here. Let me know if you encounter any issues

Thank you so much for all the hard (late!) work you're putting into this project Mike!!

interbiznw commented 1 year ago

Yes @replaysMike thank you a ton! looks like the release works well now, I am able to use BOM and subtract parts per bom! Exactly what I needed!

replaysMike commented 1 year ago

No problem guys, if you find any additional features would be nice to have just open a new issue. I’m going to focus this week on getting Binner Swarm api operating properly