Tagged Questions
1
vote
1answer
357 views
Creating a Book Inventory System in Ruby on Rails
I'm currently in the process of creating a inventory system designed for books and other paper goods. I want to create the website in Ruby on Rails. What I'm looking for is any examples or ideas that ...
1
vote
2answers
101 views
Improve efficiency for a map command?
I have 4 databases in my rails program, Products, Offerings, OfferingProducts, and Orders
Sample Offering: Medium Kit
Medium Kit Contains 2 Products (This is set up in the OfferingProduct db)
1 ...
2
votes
1answer
4k views
Point of Sale and Inventory database schema
I’m trying to create a basic Point of Sale and Inventory management system.
Some things to take into account:
The products are always the same (same ID) through the whole system, but inventory ...