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

Purchase as separate entity #76

Closed
peelman opened this issue Nov 27, 2013 · 3 comments
Closed

Purchase as separate entity #76

peelman opened this issue Nov 27, 2013 · 3 comments

Comments

@peelman
Copy link

peelman commented Nov 27, 2013

Currently each item gets a purchase date and PO numbers; with large orders that's a lot of duplicate data (i'm a normalization whore, so please forgive me in advance; I was made this way by several convincing professors).

Plus it would be nice to tie in a vendor (at least the name, but possibly contact information, which depending on how normalized you want to go, could demand another entity), since a PO might not be unique, and by itself doesn't help (unless you have the copy of the email from the user who ordered it and can search for that PO number).

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@snipe
Copy link
Owner

snipe commented Nov 27, 2013

I'm a normalization whore too, but sometimes de-norming is the better choice for search, etc.

This is low-pri for me, but you're welcome to hack on it. Bear in mind that my plan here is also to have a vendors section that handles vendors like Rackspace, AWS, etc that don't necessarily tie into physical goods, so we may want to call them something other than vendors, or separate the two somehow. There aren't many SaaS/hosting vendors that I can think of that would have physical goods as well as virtual, so we'd need to make sure we kept that in mind.

@peelman
Copy link
Author

peelman commented Nov 27, 2013

Agreed, especially in light of that roadmap. I think if done right though, one entity could serve both purposes without conflicts. Just going to have to think on it some first.

I'll see what I can hack into a branch and perhaps between us we can come up with a solution that fits.

@snipe snipe removed the newcolumn1 label Jun 23, 2014
@snipe snipe removed the newcolumn1 label Nov 24, 2014
This was referenced Jul 19, 2016
@ESWBitto ESWBitto mentioned this issue Mar 16, 2017
2 tasks
@cole-1 cole-1 mentioned this issue May 13, 2020
2 tasks
@Mikey84 Mikey84 mentioned this issue Oct 22, 2020
2 tasks
@Bjufen Bjufen mentioned this issue Feb 9, 2023
2 tasks
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

2 participants