-
Notifications
You must be signed in to change notification settings - Fork 3
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
Feature Request: "Atomize" BoMs (for Helpful Engineering) #145
Comments
Possible TOML format: [[bom-item]]
id = 1
url = "https://..."
amount = 2
name = "Axle 5U 897M/S"
[[bom-item]]
id = 2
url = "https://..."
amount = 16
name = "Screw M3 22mm brass"
# [[bom-item]]
# .... |
Hi! I am working on similar things and I think a "unit of measurement" field would also be important for useful BoMs |
Ehh @matmair ! :-) Can you share what/where you are working on this? |
hmm... if we have "unit of measurement", then instead of "amount" t should probably rather be "measurement", right? |
well... either way, we should move this discussion else where; I suggest here: |
In here I only want to deal with the very basic, minimal set of fields required by Helpful Engineering, and then later expand from there. |
My plan is to use https://codeberg.org/OSEGermany/open-bom/, specifically its ontology, to define the actual fields/"columns" of the BoM we support. |
I am genereally working on InvenTree, an open source PLM system. This topic is specifically intresting because I also work on plugins supporting project data portability; OKH v1 beeing one of the supported formats.
UoM is just the usual industry term for a unit as it alone can be unspecific. Unit(s) might also be used for qunatity of units. UoM is clearer in its intended use.
Ok that seems to be a different standard, org and platform: Is there a reason to splinter the information and make it harder to archive? |
Requested are new fields:
The text was updated successfully, but these errors were encountered: