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

learn more… | top users | synonyms

0
votes
1answer
565 views

Inventory Program in C. Need help on how to delete an item from inventory

This is a program that holds inventory. The program displays a menu of options. Everything else works perfect except the delete an entry function. I do not know how to make it delete a function. I put ...
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 ...
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 ...
0
votes
2answers
1k views

JavaScript Avatar

I'm trying to create a javascript avatar. E.G with Head Items, body items etc... I have a PHP script that queries the database and retrieves the current items the avatar/user is wearing, it's response ...
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 ...
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 ...
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 ?
2
votes
2answers
191 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
3answers
525 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 ...
1
vote
0answers
250 views

How can i change Magento inventory settings to website scope instead of global?

We have a multi-store setup with magento operating across multiple domains. Some of these websites are wholesale b2b websites and some are retail b2c websites. We have a different price per retail ...
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
1answer
567 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
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 ...
0
votes
1answer
78 views

Use same inventory for multiple sites in django python

Hi is there a way that i can use a same *inventory* for multiple *sites* in django. I am using the cartridge in django with mezanine.I need to create a multisite project with single cartridge.
-3
votes
2answers
438 views

Getting started on inventory program in vb [closed]

I am writing a program that is a multi-form inventory program for a bookstore with data saved in a textbox. Here is what I need to do: Write a menu-driven multiform inventory program for a ...