The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
11 views

“out of stock” message on shop and home page with woocommerce

I want to do something quite simple but have had no luck. I would like place the "out of stock" message that appears automatically on the product page when a products sells out onto the shop and home ...
0
votes
0answers
26 views

jquery function running in a date time period

I'm developing a website for stock exchange, I'm using cakephp 2.3 for the website but for the ticker of stock exchange values, I'm using jquery to display them as static values . but the problem is ...
0
votes
0answers
21 views

Stock moves & multi-company

Structure: I created companies (A, B, C, D). B and C, D are children of A. Companies B,C,D has own warehouses. Company A don't have - it's main office. I need to move some stock from B to C - i use ...
0
votes
0answers
6 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" ? ...
-3
votes
0answers
22 views

Wanted to create candlestick chart [closed]

Hello I want to create candlestick chart in PHP.I have followed many libraries,and yes they do worked. But none of them gives me option to draw line on candlestick chart .e., trend lines.Some ...
-2
votes
0answers
23 views

Real-time Stock and Option data by API or download to file [closed]

I need to get real-time (or 5-30 mins delayed) stock and option data for NYSE, AMEX and NASDAQ, there are totally 7300 stocks and 65000 option contracts. I need an API to download data. it is better ...
0
votes
1answer
20 views

Magento stock issue on credit memo

I have a Magento 1.7.0.2 website and every time i make a credit memo of an order the stock of that item is updated by 2 and not by 1. This is with every order. Does anyone has an solution for this ...
2
votes
1answer
25 views

column with empty datapoints

date daily weekly monthly 1 11 88 2 12 3 45 44 4 54 5 45 6 45 66 7 77 8 78 9 71 99 88 For empty data points in weekly ...
1
vote
2answers
45 views

Implementing a stock exchange using monitors

I am trying to implement a stock exchange using Hoare's monitors. It has two functions buy() and sell() as follow: buy(procid, ticker, nshares, limit) sell(procid, ticker, nshares, limit) And ...
0
votes
0answers
28 views

Programmatically download ROIC and other financial data in R

Is there some place I can programmatically download the ROIC and other data typically reported in a company's quarter report? I know that I can access the daily price data of a stock from ...
1
vote
1answer
104 views

How to write stock market trading bots? [closed]

I'm working on an online platform to write trade bots. I started as a sort of experiment since I was taking both finances and programming. It allows users to write a bot in a sort of notepad and on ...
-1
votes
0answers
55 views

How to get live stock market data and process transactions [closed]

Obviously I am not expecting a full-blown explanation but I would like to know where to start off and what's involved if I want an API-like access to stock markets (NYSE, TSX, etc). For example, I'd ...
0
votes
1answer
49 views

PHP not transferring to mysql database

Okay so I am new to PHP and attempting to make a script that takes all of the data from a mysql database I have of stock prices and then looks to see if there was an increase in the stock price during ...
0
votes
1answer
41 views

Magento Stock (Configurable, Bundle)

I have a website made with Magento, and a theme by me. The problem is: The simple product with low stock is associated to a configurable product, and when i try to add a higher quantity of that ...
0
votes
0answers
35 views

How to run a specific python script on windows?

(Windows XP) I am attempting to run MarketSimulator.py from the rar file https://github.com/danielfrg/PythonFinance, (in the sim folder) but it does not work, even when I add the directories to the ...
0
votes
3answers
85 views

HighChart.js data source recommendations

I am looking to use Highstock.js for an application I am developing and looking to implement a stock performance with Highcharts stock library chart; http://www.highcharts.com/stock/demo/ I was ...
-2
votes
1answer
68 views

How do you submit data from one worksheet to update a separate worksheet?

I am trying to develop a stock control system (on Microsoft Excel 2010) but I have encountered a problem, hopefully someone out there can help me with it! I have a parts incoming worksheet and ...
-3
votes
1answer
71 views

Stock not decrease when creating order programmatically

I have got a script for creating an order, with a guest customer (see my code below). This script works fine but it not decrease stock of products sets in the created order. Any explication or ...
0
votes
1answer
71 views

Issue with stock update on amazon with mws

We are using the following details for updating the quantity of a product in amazon. Wile using scratch pad, option Feeds->SubmitFeed Set the required parameters and pass the following XML ...
0
votes
1answer
64 views

Delete “Accounting” from product object in Stock Module - OpenErp

I'm trying to customize the stock module in OpenErp to suit a Business need. However, i cannot find a clean way to delete the "Accounting" tab in Product View. On developer mode it says that the ...
1
vote
2answers
121 views

Slower performance of calculation in Excel VBA

I am currently calculating Returns on Stock investment. I have historical data for round about 10 years and the way I've constructed my function is taking to long to perform the job. For e.g I've got ...
-2
votes
2answers
193 views

Getting basic stock & company information given company name

Given a company name, say Google, I want to be able to identify the link to the company profile page in say Google Finance (eg. https://www.google.com/finance?q=NASDAQ%3AGOOG) Bloomberg ...
0
votes
0answers
53 views

Any free/paid web services that can perform a search of a range of data for stock screening?

This question came about after having read this SO post: Screening stocks using Yahoo Finance API (YQL) I understand that data referring to individual stock quotes can be accessed using YQL but what ...
0
votes
1answer
202 views

How do I print out my Hashmap in Java

Okay so i have a hashmap of the class Stock, which basically has data about different stocks from yahoo that a user can enter. Each time they enter a new stock, I add that Stock class to the hashmap, ...
-3
votes
1answer
140 views

How to implement FIFO with php coding?

I would like to Implement FIFO with PHP coding. How can I write php coding minus stock by using FIFO? In Examle, Sotck In ID Itemname QtyIn Price Total Date 1 A 2 $3 5$ ...
-4
votes
1answer
79 views

Distribution of limited quantities (Algorithm) [closed]

Say I have a php website Im making... what I need to do is implement like a resource allocation algoritm. Let me explain... you might have like 3 sellers and 1 buyer.. so that sellerA is selling 1 ...
0
votes
1answer
175 views

How to Get Real Time Stock Data (Financial Data) & Create Application in Python? [closed]

I am wondering on how to get real time data and create a python application that can constantly update the stock price and other important information. I know that the Google API is already ...
0
votes
0answers
161 views

Android: How do you import portfolio from Google Finance / Yahoo account?

Does anyone know how to import stock portfolio from Google Finance account? I am trying to make a stock portfolio tracking app for Android, and would like to be able to sync with Google finance, or ...
0
votes
2answers
277 views

Magento - Get Category ID's of “In Stock” Items

Here is what I have so far, to get IN STOCK items: $productCollection = Mage::getModel('cataloginventory/stock_item') ->getCollection() ...
0
votes
1answer
49 views

Where to find large stock Android drawables?

Just as the title says. I know there are drawables in android.R.drawables, but because they are so small, they look horrible when scaled up. Does anyone know where I can find the current 4.x ...
1
vote
2answers
60 views

DrawableLeft fails to compile

I currently have a code for a button in XML as such: <Button android:id="@+id/button1" android:layout_width="250dp" android:layout_height="62dp" ...
1
vote
2answers
89 views

Platforms for testing automated trading?

a.) Are there any websites, tools, etc. that are platforms for testing stock trading applications? b.) Are there any platforms apis etc that allow automated trading? Any thoughts? Also, i ...
0
votes
1answer
198 views

how to fetch stock market data values continuously

I am developing a B.E level project and want to fetch the stock market data continuously and populate it in my local server(possibly oracle) on my machine. The doubt is that how to do this? Do I need ...
0
votes
0answers
256 views

Get stock rom from a full device backup

I have made a backup of my ROM after I rooted my Acer Z110 (MT6575 based) and made it ready for a possible flash with SP Flash Tool. I wanted to extract only stock ROM (without any app, user data and ...
0
votes
1answer
196 views

“Quick simple product creation” - Categories & Websites not configured

I’ve been creating simple associated products using the “Quick simple product creation” panel, in Associated Products tabs. I noticed today that the simple products created using this function, do not ...
1
vote
0answers
83 views

Historical stock symbol changes [closed]

I am looking for a historical list of stock symbol changes. I realize this is available at several places (nasdaq.com, eoddata.com, etc.), but most only have symbol changes going back 6 months. I'd ...
0
votes
1answer
108 views

Woocommerce stock not updating

I'm using the Woo Product Importer plugin to update my WooCommerce products and all seems to be working except for a problem with the stock count. After updating the products using the plugin, the ...
0
votes
2answers
199 views

Stock Incoming Shipment OpenERP , access rights for new user?

I Tried to create new user in openerp and create a company for him, and give him these right access Sales Management ? : Manager Warehouse Management ? : Manager Accounting & Finance ? : Manager ...
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
2answers
224 views

How can i make small stock icons in my application?

i have a button in my application and i want it to have dimensions 23x23 pixels with stock icon 16x16 pixels. I came up with: closeButton = gtk.ToolButton(gtk.STOCK_CLOSE) ...
1
vote
1answer
183 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, ...
1
vote
1answer
197 views

What is the best way to store stock quotes? [closed]

Suppose I have quotes looking like: Open, High, Low, Close, Volume, Datetime The base would be 1 minute quote. I have around hundreds of symbols each having years of quotes. It's around 1-3 ...
1
vote
0answers
77 views

How to do automatic stock update upon entering purchase & sales

Well, I'm using Access as DB containing five tables viz. Vendors, PurOrder, Customers, SalesOrder, Stock. Vendors: VendorID(PK), Name, Contact, Phone, Address. PurOrder: POID(PK), Items, Quantity, ...
1
vote
1answer
106 views

Stock data carry over to next day

I have stock table like below: date item new stock sale total 1-1-2000 abc 3 2 1 1-1-2000 bcd 4 2 2 1-1-2000 ffs 9 1 8 ...
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
373 views

prestashop 1.5 basic product stock management

I'm trying to find product/stock management in prestashop 1.5.0.17. I've found Advanced Stock Management, but this is not what I want, since I will have just one storehouse with no name and nothing ...
1
vote
2answers
373 views

How to live stream stock price using python

At first I want to find some API, but I have searched on the internet and didn't find anything really helpful. "Real time" I mean live stream the stock price on a webpage without a refresh. If ...
2
votes
1answer
250 views

Query to put in Simple C++ program to retrieve stock/options information using send(), recv() from yahoo

..... host = gethostbyname(X); ..... SOCKADDR_IN SockAddr; SockAddr.sin_port=htons(80); SockAddr.sin_family=AF_INET; ...
0
votes
0answers
218 views

Embed stock ticker that can be dynamically changed with a parameter?

I'm looking for something like this http://finance.yahoo.com/badges to embed on my page. The problem is I want to be able to change the ticker symbol by passing it with some Javascript. Is there ...
2
votes
1answer
262 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 ...

1 2 3 4