Newbies ringer Posted May 11, 2011 Newbies Posted May 11, 2011 I am trying to set up a database for my family's hard cider business to track product costs. Cider is an assembled product. A base cider contains items like juice and yeast. A final CiderA in the bottle might have base cider, sugar, bottle, cork, label etc. Some items are used in multiple products. Some products are used in other products (like a gift basket) I'm trying to figure out how to set up a schema to handle assembly of items that might refer to each other. Jonathan Stark had a good article up on this topic, but it seems to have disappeared in the last couple months (before I could digest it). An example CiderA contains BaseCider1 sugar bottle cork CiderB contains BaseCider1 BaseCider2 bottle cork I'd like to have a layout that could assemble ciders or look up what items were used in a cider. I've had trouble finding anything on the forum that quite applies to this. Any pointers or links to good articles would be appreciated.
bcooney Posted May 11, 2011 Posted May 11, 2011 Here's an old thread where we discussed inventory models. JS has taken his article off-line. Perhaps you can contact him. You might not need a recursive structure, though.
Recommended Posts
This topic is 5005 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now