List of goods and materials held available in stock by an entity.

learn more… | top users | synonyms

27
votes
13answers
13k views

Inventory database design

This is a question not really about "programming" (is not specific to any language or database), but more of design and architecture. It's also a question of the type "What the best way to do X". I ...
16
votes
12answers
1k views

How to store documentation of programs, libraries and languages you use

As I often work without a fast or even any internet connection, I have a webserver that serves commonly used documentation, for example: Various programming languages (php, Python, Java, ...) ...
5
votes
3answers
1k views

SQL conundrum, how to select latest date for part, but only 1 row per part (unique)

I am trying to wrap my head around this one this morning. I am trying to show inventory status for parts (for our products) and this query only becomes complex if I try to return all parts. Let me ...
5
votes
1answer
19k views

Examples for Apex Programming [ salesforce.com platform ]

I m creating an application in which i need to use Apex programming, and i have java development background. So what i need is, examples Apex programming [ salesforce.com ] where i would be ...
5
votes
2answers
401 views

(javascript / else / noscript iframe) to reduce server processing?

On my website I serve a retail inventory catalog. I want to place the burden of data processing and rendering the inventory on the client browser, to reduce my server side processing and bandwidth. I ...
4
votes
2answers
950 views

Designing an Inventory Demand Forecast System

Overstocked and understocked parts are becoming a problem for one of my clients. Purchase orders are submitted ~every two weeks. Delivery takes 1-2 weeks. My client keeps track of inventory records ...
3
votes
6answers
3k views

Database for an Inventory System in C#

I'm upgrading an inventory system for a jewllery store that was originally built with MS Access. The application stores items, customers, vendors, and displays data about items stored. Reporting tool ...
3
votes
1answer
65 views

Inform 7: Pick up thing based on if specific thing is in inventory

I'm making an adventure with Inform 7. In the adventure, you can pick up a chip. I want to be able to pick up a thing called a pocket computer if you have the chip in your inventory. To put it in a ...
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 ...
2
votes
2answers
720 views

Proper way to design an inventory system

I am a pretty good programmer but I am not great when it comes to designing system architectures. I have a pretty simple inventory system I am making however I would like to know a good way to ...
2
votes
1answer
6k views

How to connect an external inventory management program with magento

Is there any possibility for connecting an external inventory management program with magento? Our customer wants to keep magento's stock synchronized with the "real" stock of his products.
2
votes
2answers
708 views

inventory system: transaction-based or store quantity, update with trigger?

How would you design the data model for an inventory management system in RDBMS? Would you: store each purchase & usage, and uses SUM() and GROUP BY to calculate the warehouse quantity ...
2
votes
3answers
524 views

Best practice for releasing inventory in a database

I'm building a ticket-selling application which tracks an inventory of tickets, de-activating them when a particular ticket is sold out. I'm wondering what the best practice is for releasing ...
2
votes
2answers
2k views

Retrieve inventory with php and MWS

I need to create a PHP script that retrieve and update my inventory from and to Amazon into my personal web page. Can this be done with MWS or any WS? And also need to show in the front of my site all ...
2
votes
2answers
2k views

magento bundle product displaying as out of stock

I have created a bundle product in Magento 1.4.0.1. All the components of the bundle are in stock but when the bundle is displayed on the front end, it shows as out of stock? How do I get that product ...
2
votes
3answers
865 views

Inventory Architecture in Database

This is not a question related to a specific language, rather on the correct methodology of architectural of handling inventory. Consider the following structure for storing software: platforms ...
2
votes
2answers
2k views

How can I manage a FIFO-queue in an database with SQL?

I have two tables in my database, one for In and one for Out. They have two columns, Quantity and Price. How can I write a SQL-query that selects the correct price? In example: If I have 3 items in ...
2
votes
2answers
3k views

Hardware/Software inventory open source projects

I would like to develop a Network Inventory application that works on any operating system. Reports on every possible resource attacehd to a network. Reports all pertinent details of hardware and ...
2
votes
1answer
110 views

How do I use derived classes if I only have a base class pointer?

So here's what I got in a nutshell. I have a base item class from which, potions, equipment, spells, etc.. are derived and several classes are derived from those and so on. Note: some derived ...
2
votes
1answer
261 views

Magento: Custom “Out of Stock” message not disabled with product becomes in stock

Default behavior: When a product's quantity is 0 - the "out of stock" message is displayed. When the product becomes in stock (inventory updated by SAP), the "out of stock" message is disabled ...
2
votes
2answers
188 views

mysql best way to manage product sizes

I am developing product database, for sizes i created a separate table PRODUCT_SIZE(id,sizetext) e.g. (1,'Small') ,(2,'Large'), (3,'Extra Large'),... I provided These sizes list as checkbox, when a ...
2
votes
1answer
657 views

C++ Text based rpg inventory

Ok, right now I have thr bare bones of a text based rpg. you know the usual: health monsters location gold attack etc but, one thing i could never work out is how classes work + using multiple .cpp ...
2
votes
1answer
200 views

Magento event on stock change?

is there an event whenever the stock quantity of an product is changed? I tried: cataloginventory_stock_item_save_after _after and _before. But this event only get triggerd if product is saved, ...
2
votes
1answer
194 views

C# Inventory Remote Computers for PST's connected to Outlook?

I've been searching for a solution for a few days now, I've looked through the MSDN for Interop.Outlook and I think I've found what I need, but can't seem to implement it properly. Here's the code ...
2
votes
1answer
1k views

Tutorial or help with Advanced Transactional Inventory Database Design?

I'm working on a transactional inventory system for our e-commerce company, and I'm looking for some sort of a guide or tutorial on how to accomplish this with a MySQL database. There's guides on how ...
2
votes
1answer
3k views

PHP based inventory management software

I am looking for a free/commercial PHP based inventory management software with source code. We would like to integrate this software with our core application. Any leads ?
1
vote
4answers
2k views

OOP Java: Creating a stock inventory program

I am fairly new to object oriented programming, so I am still having some trouble grasping some of the basic concepts. So here I am trying to create a basic inventory program to keep track of stocks. ...
1
vote
5answers
311 views

What is the best way I should go about creating a program to store information into a file, edit the information in that file, and add new information

I'm about to start on a little project i'm trying to do where I create a C++ program to store inventory data into a file ( I guess a .txt will do ) • Item Description • Quantity on Hand • ...
1
vote
2answers
2k views

add attribute in product information -> Inventory tab

Hey, I just realise how easy is to add attributes to the form products in ADMIN, and its working perfectly. So similarly to setting attributes for General, Prices, Meta Information, Images, Recurring ...
1
vote
3answers
792 views

Magento case price question

I have two attributes for a product,first one is the unit price and second is the case price. The unit price is the default price of the magento,for the case price i create a new attribute named case ...
1
vote
2answers
93 views

Extended classes in a map (java)

I'm trying to make a basic inventory system in java. The items that are all keys to a map and all extend the UsableItem class. For example Tophat extends UsableItem. The problem is I can't save the ...
1
vote
2answers
680 views

jQuery - How to link together a DOM element and a Javascript object?

I want to be able to link a javascript object with a dom element but cant find a way for this to be done properly. An example: say when opening a page with an inventory it loads all the items ...
1
vote
3answers
501 views

Estimating a Spring/Hibernate project

I am new to Spring framework. I was recently part of a Task where an estimation for a Spring/Hibernate based web application was being prepared. We had Functional & Business requirements and ...
1
vote
1answer
32 views

Can anyone tell me why my change QTY button isnt changing the QTY?

Can anyone tell me why my change QTY button isnt changing the QTY? The buttonlistener2 is supposed to change the number of items in arrayCount[x] to the number in the count JTextfield, but its not, ...
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 ...
1
vote
1answer
564 views

How to structure database for inventory of unlike items

I'm creating a database for an inventory of unlike items. For example, I may have automobiles, engines, and carburetors. For each type of item, there are unique attributes, and some are ...
1
vote
2answers
242 views

how to apply dependency injection in an inventory management system

i want to implement a sales aand inventory management system, am confused as to how to apply dependency injection in the system. I want to have an inventory ...
1
vote
1answer
368 views

SharePoint list for inventory database? What would be the best way to do this?

I need to create a database to maintain a list of about 500 video conferencing rooms, their location, size, capabilities, owners, contacts, equipment (including serial numbers, firmware levels, and ...
1
vote
1answer
377 views

Inventory decreases by 1 even if order was cancelled

Which configuration should I change in order to increase the inventory of a product back to what it was if the order was cancelled? Thanks,
1
vote
1answer
830 views

Partial refunds in Magento

How do I get a partial refund (credit memo) working in Magento? I have a customer who bought 3 items but only wants to get a refund on one of the items. Is there a way to do that? Also, can I move ...
1
vote
1answer
132 views

Set Handling Time and Inventory update

I was wondering if there is any way to set the Handling Time with Inventory update. We are having the issue, when changing the quantity, the RestockDate & Handling Times fields are reset to ...
1
vote
1answer
201 views

Inventory System - Proper way to keep track of status and location of parts

If I have a table called group: [Part_one_id|Part_two_id|Part_three_id|status|location] 1 7 6 ready long/lat 2 2 9 in-use ...
1
vote
2answers
701 views

I'm making a python text-adventure. Need help making an 'inventory'

I'm making a python text adventure. It is based off of ex41 in Learn Python the Hard Way, so it is somewhat similar. My question, however, has nothing to do with that exercise. I'm trying to make ...
1
vote
1answer
422 views

What VBA code options are there to group data into time buckets, copy it to another sheet, and loop for multiple parts (criterion)

I have two files: File#1 contains customer with demand information. There are only three columns that matter to me: Part# Demand Qty Demand Date The file has thousands of lines. File#2 is my own ...
1
vote
2answers
336 views

Queuing and inventory models in R

I am planning of offering a course in Operations Research and Modelling in R to undergraduate students of agricultural economics. Is there a package in R that can help in solving these problems?
1
vote
4answers
1k views

POS Database Layout

Our current database layout for store inventory includes a table that houses a record for each item and includes the item attributes such as price, cost, description, SKU, etc. Each store then has a ...
1
vote
1answer
360 views

Open-source inventory agent

Can anyone recommend a good open-source inventory-agent, which would help enumerate both the running software and the installed hardware? I'm actually looking to couple SIGAR (or alternatives) with ...
1
vote
1answer
23 views

iCloud - access data at the same time

For an iOS game we're currently exploring the use of iCloud to store user inventory. We want to be able to transfer such inventory assets between multiple apps, or better, make them available for ...
1
vote
0answers
77 views

Database hierarchy, aggregation, relations in LibreOffice Base

I am working on a homework project where we design a website for a store, and I have been assigned the database. This is my first database attempt. I am using LibreOffice Base for the design, and ...
1
vote
0answers
86 views

Repair inventory database design

Having read a whole lot of articles here on stackoverflow, I can't seem to find an answer to my databasing dilemma. Basically here are the rules that the business has: Using up stock: Repair parts ...

1 2 3 4