-
-
Notifications
You must be signed in to change notification settings - Fork 56
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
Ability to CSV export a cutting diagram #661
Comments
BTW I gave some tough about our last conversation:
Some of the issues that people are raising here are related to Windows compatibility, which is my understanding that you don't use. If you care to fix those but can't manage it, then you can flag me, and I would be happy to take a look. We can start small. :) In the beginning, I may have some questions about the app's deep internals that may be trivial to you, but I'll catch up quickly. That said, I respect you if you decide to keep things as they are. Cheers |
Hi @mauriciobellon, If you can explore this issue, it can help us, yes!
I think CSV is a flat data format but cutting diagram data needs a tree to be properly represented. JSON or something like that would be better, but unlike CSV, the json data structure might be too specific/proprietary to meet all users' needs. So I think it's not a good direction to make a native exporter to OpenCutList for cutting diagrams as much as for Estimate modules for that matter. To solve all of those needs it would be better to imagine a more global solution. Like creating an API and a system of user add-on in OCL to allow every user to write it's own code to extract what he want with the format he want without changing the core code. But this is not a priority at the moment. Currently, all our forces are focused on rewriting all the cutting diagram code. |
My intent was to make a way to export some relevant information for cost estimation of labor, didn't really think about exporting it all. That said, I see the problem with using CSV here.
That feature would be incredible in deed, it would put OCL on another level. I think a great deal would go to make it user-friendly.
I notice you've been busy on that, may I ask why are you rewriting it? If you need a hand there, just ask! :) |
Yes, I understood. But I don't like to do things halfway.
To be able to go further. Write new algorithm in C++ for better performances and be able to solve nesting problems 😉. |
Agreed, you are totally right to think that way. I just intend to do that for my use because I spend most of the time doing cost estimation and that manual process kills many hours every month. So right now for my use case, it is cheaper to have that simple implementation than none. That said, the full implementation of an API would be great. Maybe 8.0 🤞.
Incredible man, excellent work. I looked at your YouTube before your answer to find something, thanks for sharing. :) |
Hi @bbeaulant,
What would you think about exporting a csv of a generated cutting diagram information? Do you recon it would be possible?
For instance I use the information on the generated diagram to input into my excel sheet to precisely calculate costs.
some info that I am using now:
number of parts
quantity of material
list of parts that belongs to the given plan
the leftovers that goes to another sheet that holds all material I have stocked.
total length of cuttings
number of cuttings
Overall efficiency
I am doing it by hand for every material in the parts list.
Another improvement would be to quickly import csv with materials quantities and dimensions that one have stocked, it could allow for quick management of the leftovers and warehouse stocks.
I will work on this features cause it will make my life so much easier.
If you think it makes sense I can send you once I make it work.
Thanks
The text was updated successfully, but these errors were encountered: