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

learn more… | top users | synonyms

0
votes
0answers
9 views

PayPal Button Inventory Error

I have a simple PayPal button setup to limit an inventory to 5 and email me at 0. I recently had to make a bunch of apologies and refunds, having sold 9. Does anybody have similar experience with ...
0
votes
0answers
22 views

transferring huge inventory data on a daily basis

This question is more about design and architecture rather than programming. I'm working in a small company where we store and process huge amount of data by collecting the inventory of items from ...
0
votes
0answers
5 views

Items on order only magento 1.7

We sell items that are mostly on order, therefore not in stock. I am using Magento Community 1.7. How can I set this so that the product will show something like "order only" instead of "in stock" ? ...
0
votes
1answer
22 views

Flash AS 2, Stacking items in the players inventory

I have an inventory with names, and now I would like numbers with the names that increase as more of the same items are added. Item Code: _root.player_inventory = new Array(_root.array); for (a = ...
0
votes
0answers
19 views

eBay, M2EPRO and Magento - linking variation SKU's to Magento products

I have a magento item SKU: PRODUCT On eBay I have created a variation listing for this product for multiple quantities (at discount prices). eBay treats each variation as a unique product with a ...
-5
votes
0answers
45 views

If the transaction should not be a minus quantity [closed]

I have an inventory application, I want to bring up message notifications when an item you want to keep having a minus quantity. so that the operator may not make such expenditures. how to solve this ...
-3
votes
1answer
92 views

php inventory system for parts(open source)+tracking system [closed]

Could you please advise free Wep app for inventory and tracking system as i would like to use it for parts storage thank you
0
votes
0answers
26 views

Exporting Configurable Products stock Levels in Magento

I am currently using Magento for our clothing store. All of our products consists of configurable products and associated simple products. I would like to export a list of all the configurable ...
0
votes
0answers
47 views

Which technology to use for developing a simple web based Inventory management system [closed]

We are planning build a simple web based inventory management system which allows people to order/receive/track usage of products in a small medical center ( like diagnostic center). The number of ...
0
votes
1answer
29 views

inventory multiple forms (shipping)

I am making an inventory program. I am having trouble with setting up an alternative form to ship inventory. I thought that my code below would take the entered number by the user, subtract it from ...
0
votes
0answers
15 views

Number Format for an Inventory Program

I'm working on this assignment and I'm trying to change the number format for the dvdPricePerUnit and dvdInventory to be currency format. I was given the beginning of the code here to get that to ...
0
votes
0answers
68 views

Magento - price simple products using price code

I have had this problem with almost every eCommerce platform and can't seem to find a solution. Let me explain the problem with the following use cases. Please note, that I have no preference for an ...
0
votes
2answers
96 views

Inventory Balance stock display

I have come across a small problem where I have to show the Display of Items in Inventory through a query. I am retrieving data from 4 tables and want the output similar to below displayed. the table ...
0
votes
0answers
27 views

Complete Inventory Stock Display

I want to retrieve data from 4 Tables to show balance of items for every date. My tables structure are as: TABLE: Resource_Master ResourceCode primary key, ResourceName, UnitCode, TenderCode, ...
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 ...
0
votes
2answers
88 views

Conditional subset based on summing adjacent columns in R (plyr package?)

I'm looking for a more efficient way to create subsets in R. Using a data set where rows = products and columns = time, I would like to find those rows (products) where an item started selling in Week ...
1
vote
0answers
80 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 ...
0
votes
2answers
40 views

Inventory Grid Detection

I'm working on creating an inventory system for a game. The inventory system will use cells and 2D images to represent items, like Minecraft, Diablo, or WoW. I've hit a bit of a snag when trying to ...
0
votes
0answers
54 views

How do I write only the last iteration read .txt file containing specific text using string contains?

Please do forgive me if this question is vague, this is my first time and I have tried extensively to find a solution to the below. Could not find a single article. All I need is to write the line ...
0
votes
0answers
32 views

can't add ocspackage.exe to agent section windows

I want to add my ocspackage.exe but went i click sent it gives me the following error: ERROR, the requested doesn't exists. I have checked my.ini file and max_allowed_packet says 32M so that's not the ...
0
votes
1answer
60 views

calculation of units in dozen

there are some Product whose quantity vary from one product to other in one carton like in the quantity of three products in one carton given below SKU QUANTIT_SPECIFICATION (IN ONE CARTON) 4545 ...
0
votes
1answer
123 views

Python Inventory Database

My name is Julian, I've recently finished learning Python. (By that I mean, I have a few book in me and a couple of courses.) I have given my self a project to create a small inventory managment ...
0
votes
1answer
53 views

Another table for warehouse or any other standard

there are three kind of transaction through which stock in or out from warehouse given below 1-pick list 2-return list 3-DA list DA list contain information how much stock stock keeper purchase ...
0
votes
1answer
93 views

Using Java and sales report to create number of sales in one day

I have quite a bit of experience with Java, but have rarely had to work with any type of inventory management systems, sales reports, and that kind of thing. I'm working on a project where I have an ...
0
votes
0answers
36 views

Another table for batch or not

SKU table have following attributes SKU(id, name/description, batch, type, category, price) ID+Batch uses to define particular item. Why uses batch attribute or what is this. Batch changes ...
0
votes
1answer
69 views

Inventory with multi - unit support feature

I have been developing an Inventory system (PHP Codeigniter & MySQL), I have setup almost everything except one feature which one of my clients wants to implement to the system - A multi - unit ...
0
votes
0answers
84 views

MyClientBase alternatives

Is there any similar web-based systems like MyClientBase? All I need is ability to write invoices, multi-user access and warehouse. What could you suggest? By the way fusioninvoice doesn't fits my ...
0
votes
2answers
77 views

Do i use insert in a list or is there another way c#

I am making an inventory system but I cant remember which I can use. I have a mouse list<item> and inventory<item> if a button is clicked I want to remove the item from the inventory ...
0
votes
2answers
62 views

Creating a database of many products

I am creating an inventory app currently for iPhone using Parse for companies to keep track of all of their tools, supplies, inventory. Now I'd like to allow for the user/company when adding a new ...
-5
votes
2answers
186 views

How to create a login form - OOP in Java? [closed]

I already have a inventory system which accesses a certain table on a certain database. Now I want to create a new frame that will serve as a login form before the user can proceed to the main ...
0
votes
1answer
384 views

Show inventory of simple product of configurable products in Magento

I am quite new to Magento. As far as I understand, I need to form configurable products, to manage different size of a product. I want to show stock qty of each size seperately in the product view ...
-2
votes
1answer
265 views

RPG Inventory System Tutorial C++ [closed]

Hey guy I'm wondering if there is a tutorial or example code for a C++ RPG inventory system. I've surfed the website and I only discovered to make two classes, item and inventory and to use each of ...
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 ...
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
1answer
126 views

How to set up database table for a php Inventory Application [closed]

I'm working on creating a web application using php codeigniter. Essentially this application will have an unlimited amount of users who can add their own products to their own account to track an ...
-1
votes
1answer
209 views

Suggest module for maintaining inventory and image zoom drupal commerce

I have created a website using drupal 7 commerce now I need a module for two functionality 1.) To manage inventory for the website so that the user can only by the item that are available in my ...
0
votes
1answer
587 views

Designing an Inventory Management System for Point of Sale (POS)

I want to design a custom Inventory Management System. I have no previous experience designing anything similar. Since the subject can dig deep into many fields of Accounting and Economics, as a ...
-1
votes
6answers
206 views

Creating a player inventory Class [closed]

I am working on a text based game in Java and I am trying to implement a player inventory, so far I have Class named weapons and I have an array of strings with the weapon type, and then another array ...
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 ...
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 ...
0
votes
0answers
1k views

Inventory Management in Excel using VBA Program

I'm trying to write a simple inventory management script in Excel to use in my department. My sheets looks like this.. Though I have some programming experience, this Excel-VBA thing seems totally ...
0
votes
0answers
93 views

Ticket System with inventory support

Are there any ticket systems out there similar to otrs or osticket that also allow for inventory management?
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, ...
0
votes
0answers
216 views

Magento: how to set items status to out of stock programmatically not using inventory when place order

I want to manage item stock programmatically, not using inventory. What I want to do is if a customer has an item in his shopping cart and he begins to proceeded to checkout, meanwhile, another ...
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
vote
1answer
182 views

MySQL query to calculate balance of increments/decrements to product IDs inventory stock level

I have a table 'log' where I'm tracking inventory changes. I'm using credits to denote an increase in stock and debits to denote a decrease (I think from an accounting principle, this is backwards, ...
0
votes
0answers
82 views

Custom options stock

Let's say i have a configurable product with 5 sizes. The configurable product can take a printing option. Now let's say the printed product would be returned. I now need to create a new printed ...
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, ...
0
votes
1answer
240 views

Javascript html5 rpg inventory ideas? [closed]

Building a canvas based RPG at the moment, and its the first game im building with JS and HTML5, and also the first game to include a player inventory e.g. like the players inventory in runescape. I ...
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 2 3 4