Questions tagged [inventory]

Inventory Systems (DELETED)

687 questions
80
votes
12 answers

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 hope does no cause to much "religious"…
nmarmol
  • 813
  • 1
  • 10
  • 10
61
votes
7 answers

How specify a list value as variable in ansible inventory file?

I need something like (ansible inventory file): [example] 127.0.0.1 timezone="Europe/Amsterdam" locales="en_US","nl_NL" However, ansible does not recognize 'locales' as a list.
rmuller
  • 12,062
  • 4
  • 64
  • 92
46
votes
2 answers

Getting someone's Steam inventory

I am making a website that needs to access the Steam inventory of the user. I found an API to get Team Fortress 2 inventory, Dota 2, CS:S, CS:GO and Portal 2. But I didn't find any API for getting Steam inventory. Is it possible to access a user's…
Tiwenty
  • 733
  • 1
  • 10
  • 17
17
votes
2 answers

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 (available units for sale per product) is unique per…
Andrés Botero
  • 1,042
  • 2
  • 10
  • 26
9
votes
1 answer

How to design great database structure for POS system

I am designing mysql database for my POS system. I will explain it as my best. Please kindly help me to design it more successfully! INVENTORY Id bar-code(Primary key) product-name company-id category-id (This table for store product information.…
Oldmax
  • 111
  • 1
  • 2
  • 9
8
votes
1 answer

how to get Steam Inventory API or a way to get all steam items list ? how some sites have it?

i have been looking for a way to make a SteamBot, to Trade my Steam Inventory Gifts for Keys or such. the problem lies at the Steam Inventory .... since as far as i learned , it don't have an official API yet , so i can't just do it like dota 2 and…
Pedram
  • 193
  • 1
  • 2
  • 16
7
votes
1 answer

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, but not on sell or order cancel. So is there a…
mfrosch
  • 131
  • 1
  • 5
6
votes
3 answers

MissingFormatArgumentException error

I have been successful in compiling my inventory program: // Inventory.java part 1 // this program is to calculate the value of the inventory of the Electronics Department's cameras import java.util.*; import javax.swing.*; import…
Netana Branham
  • 91
  • 2
  • 2
  • 4
6
votes
2 answers

How can I get a list of child groups in Ansible?

I have an inventory file that looks like this: [master] host01 [nl] host02 [us] host03 [satellites:children] nl us How can I get a list of groups that have satellites as their parent? I am looking for a solution that works similar to this: -…
Konstantin Kelemen
  • 85
  • 1
  • 1
  • 11
6
votes
2 answers

Ansible - Define Inventory at run time

I am liitle new to ansible so bear with me if my questions are a bit basic. Scenario: I have a few group of Remote hosts such as [EPCs] [Clients] and [Testers] I am able to configure them just the way I want them to be. Problem: I need to write a…
Khan
  • 464
  • 3
  • 6
  • 18
6
votes
5 answers

How to check if Configurable Product is out of stock?

We all know that a configurable product in magento is associated with simple product. If the simple products associated to the configurable product becomes Inventory = 0, it means that the configurable product is out of stock So the question is how…
Bogz
  • 565
  • 1
  • 10
  • 30
6
votes
3 answers

Inventory Management: How do I handle sold inventory units in the database?

i sell liquor. so i have an inventory of bottles. so far i have an "InventoryUnit" model which references product and line_item. should every single bottle be stored as an individual InventoryUnit object in my database? what's the best practice to…
6
votes
1 answer

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 and wholesale websites (which was easy to do in…
VEO
  • 61
  • 1
  • 3
6
votes
3 answers

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 the products I have in Amazon and show a link…
ReynierPM
  • 17,594
  • 53
  • 193
  • 363
5
votes
2 answers

(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 also want the content to be bot-crawlable. I'm…
skibulk
  • 3,088
  • 1
  • 34
  • 42
1
2 3
45 46