-
Notifications
You must be signed in to change notification settings - Fork 14
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
Allow Entity Based Generation #37
base: main
Are you sure you want to change the base?
Conversation
This may be a good idea, but problem is it will change the behaviour for everyone, and many people do not want this. IMHO, something similar than an entity configuration should be added to be able to control this behaviour. For instance, user may want to inherit indexes from parent entity (the current behaviour), while other may want to use different indexes for each entities (your proposal). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See previous comment.
Interesting.
But, one option could be add a field to activate or deactivate the
heritance for the subentities. Do you agree? This way, both options could
be utilized for everyone (a solution that will suit everyone).
What do you think about this?
Em qui., 16 de jun. de 2022 às 05:37, Cédric Anne ***@***.***>
escreveu:
… This may be a good idea, but problem is it will change the behaviour for
everyone, and many people do not want this.
IMHO, something similar than an entity configuration should be added to be
able to control this behaviour. For instance, user may want to inherit
indexes from parent entity (the current behaviour), while other may want to
use different indexes for each entities (your proposal).
—
Reply to this email directly, view it on GitHub
<#37 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADUM3JOQY7FQGU53JTIPM6TVPLRU7ANCNFSM4YLHX57Q>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hi, Indeed, if we had an option "Use counters specific to each entity" in the plugin configuration (with a default value to |
Hello @cedric-anne. In this pull, I've modified some points of code to allow Entity Based Inventory generation. Now the plugin is useful to my company and I think with this modifications could be useful to the project and habitual users. If you can evaluate them I'll be thankfull.