About 80,200 results
Open links in new tab
  1. Best structure for inventory database - Stack Overflow

    I want to create a small database for my inventory but I have some problems on picking a structure. The inventory will be updated daily at the end of the day. The problem I am facing is …

  2. Inventory database design - Stack Overflow

    Jul 1, 2016 · I work with a database that stores inventory kind of like yours does, but it includes audit cycles and stores adjustments just like receipts. It seems to work well, but everyone …

  3. Flexible database design for an inventory system - Stack Overflow

    Flexible database design for an inventory system Asked 4 years, 11 months ago Modified 4 years, 9 months ago Viewed 2k times

  4. Database Design: inventory and sales system? - Stack Overflow

    Jul 31, 2016 · I need to develop a inventory and sales system. For inventory, I need to be able to keep track of ideal stock levels, current stock levels, reorder point, cost, selling price, etc. Not …

  5. How to design database for stock inventory ... - Stack Overflow

    Aug 21, 2021 · I am designing a inventory stock-management system. My current understanding is that it should be similar to bank transactions, in which you take inventory from location A …

  6. mysql - Stock management database design - Stack Overflow

    May 31, 2016 · The inventory design MUST take into account the queries and use cases of the users to determine design and also breaking normalisation rules to provide adequate …

  7. sqlite - Database Design (Inventory DB) - Stack Overflow

    Jul 7, 2011 · 4 I'm looking to design an inventory database that tracks a snack bar. As this would be a single person/computer access and need to be easily movable to another system, I plan …

  8. database design : Inventory with multiple item units ( wholesale …

    Mar 2, 2021 · And how do I calculate the stocks from inventory ? If I update the item_unit record to set the data like following: And I need to scan whole inventory_mocement table to update …

  9. Database Design: Inventory with multilevel packaging - Stack …

    Apr 28, 2021 · I'm trying to develop a database for my inventory. But I have no idea how to keep track of multilevel packaging. For example: I currently have a products and positions table …

  10. Point of Sale and Inventory database schema - Stack Overflow

    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 …