Skip to content
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

Improve: partnergroup can have an address #262

Open
GoogleCodeExporter opened this issue Mar 29, 2016 · 4 comments
Open

Improve: partnergroup can have an address #262

GoogleCodeExporter opened this issue Mar 29, 2016 · 4 comments

Comments

@GoogleCodeExporter
Copy link

If a partenrgroup is a partner itself, it can have an address

topics:
- functions to find partnergroup etc
- relations between partners
- show relationships reverse (is this possible in django??)
- is a complex topic


Original issue reported on code.google.com by [email protected] on 20 Dec 2013 at 6:15

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 27 Dec 2013 at 5:45

  • Changed title: Improve: partnergroup can have an address

@GoogleCodeExporter
Copy link
Author

this is pretty complicated.
this should represent the complex relations between eg shops, delivery places, 
headquarters, buying organisations etc.
complex lookups are needed (give the the invoice address for a crossdock 
delivery).

idea is very nice, but have to have a good 'model' for this

Original comment by [email protected] on 3 Jan 2014 at 6:33

  • Changed state: WontFix

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 3 Jan 2014 at 6:36

  • Changed state: On_hold

@GoogleCodeExporter
Copy link
Author

- show relationships reverse (is this possible in django??)
yes for sure, a model with a foreign or manytomany field could be reversed with 
a query from foreign model.
if a model B have a foreign field to model A, you could query model B from 
model A.
If several ids in model B are related to a same id to model A, you could know 
all model B ids from model A id.

For partners we could add a manytomany field related to itself.






Original comment by [email protected] on 14 Apr 2015 at 7:56

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant