Main > Free Download Search >

Free price software for linux

price

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 145
PRICE 0.8.1

PRICE 0.8.1


PRICE can open several image file formats and apply high-quality filters and other enhancements. more>>
PRICE can open several image file formats and apply high-quality filters and other enhancements. PRICE was written to support the authors research in image processing.

PRICE was born to support my research in image processing. So I have decided to work on a usable application that can open several file formats and apply high quality filters and other enhancements to the image.

<<less
Download (0.15MB)
Added: 2006-11-05 License: GPL (GNU General Public License) Price:
1089 downloads
Kitco Spot Gold Price Watcher 1.0

Kitco Spot Gold Price Watcher 1.0


Kitco Spot Gold Price Watcher is an extension which fetches the Bid and Ask price of Spot Gold from Kitcos website. more>>
Kitco Spot Gold Price Watcher is an extension which fetches the Bid and Ask price of Spot Gold from Kitcos website.

This extension retrieve the Bid and Ask price of Spot Gold from Kitcos website.

<<less
Download (0.004MB)
Added: 2007-04-04 License: MPL (Mozilla Public License) Price:
635 downloads
pINET 0R3

pINET 0R3


pINET implements a Python interface for the NASDAQ INET XML service. more>>
pINET implements a Python interface for the NASDAQ INET XML service. pINET allows access to real-time stock orders, executions, and statistics.
Installation:
- Place pINET.py in the directory your source resides in (site-lib, if youd like, but theres no setup.py yet)
- Replace the token variable with your INET developer token (http://data.inetats.com/members/ws/newtoken.jsp)
- import pINET ...
Examples:
- test.st.py: single-threaded example
- test.mt.py: multi-threaded example
API:
Single-threaded (see test.st.py)
- requestOrders (symbol): returns up to 50 open orders on both sides in form:
{ buy:
[{price: ..., shares: ..., type: ...}, ...],
sell:
[{price: ..., shares: ..., type: ...}, ...]
}
- requestExecs (symbol): returns up to last 100 INET executions in form:
[ {price: ..., shares: ..., time: ..., type: ...} ... ]
- requestStats (symbol): returns open, booked, and matched share statistics in form:
{ book: {shares: ..., orders: ...},
open: {shares: ..., orders: ...},
match: {shares: ..., price: ...}
}
Multi-threaded (see test.mt.py)
- class RequesterThread
RequesterThread(symbol, type):
-symbol: NASDAQ symbol
-type: {reqOrders, reqExecs, reqStats}
RequesterThread.ID contains the threads job ID, which in turn is used as the key by the pINET.jobQueue dictionary.
Enhancements:
- The Top List API has been implemented and the source has been fully documented with examples via pydoc.
- The setup.py install script and unit.py test script have also been integrated into the release.
- Lastly among minor fixes, there is also a beta Tk interface that allows tracking of the top volume list and any NASDAQ symbol, displaying price, ask and bid, volume, and five-day graph.
<<less
Download (0.002MB)
Added: 2006-02-27 License: Public Domain Price:
1334 downloads
PortfolioTracker 0.8

PortfolioTracker 0.8


PortfolioTracker helps you track and manage your stock portfolio of Euronext shares in realtime (15 delay). more>>
PortfolioTracker helps you track and manage your stock portfolio of Euronext shares in realtime (15 delay).

Assess your stock positions (price, daychange, gain, gain%, value, weight%) with one command. Portfolio changes are easy maintained in a text file.

Example of generated output:

2006-03-15 16:05
Tick BuyDate # B-Price Price D-1% Value Gain Gain% W%
CA 2006-02-28 25 41.44 43.08 0.68 1077.00 41.00 3.96 10.65
DELB 2002-02-28 18 56.00 58.40 2.55 1051.20 43.20 4.29 10.40
FORB 2006-02-28 30 29.92 29.48 0.03 884.40 -13.20 -1.47 8.75
FP 2006-02-28 5 211.50 215.00 0.75 1075.00 17.50 1.65 10.63
HEIA 2006-02-28 30 31.72 32.07 -0.56 962.10 10.50 1.10 9.51
PHIA 2006-02-28 35 27.33 27.07 2.23 947.45 -9.10 -0.95 9.37
RDSA 2006-02-28 40 25.80 25.77 0.00 1030.80 -1.20 -0.12 10.19
SOLB 2002-02-28 10 92.50 91.10 -0.22 911.00 -14.00 -1.51 9.01
UG 2006-02-28 22 48.95 50.70 1.87 1115.40 38.50 3.58 11.03
CASH 1057.34 10.46
TOTAL 10111.69 111.69 1.12

PortfolioTracker is released in Open Source, it is written in Ruby, and runs on any major platform (windows, linux, mac).

Usage:

Run PortfolioTracker

Execute the ruby script:

ruby portfolioTracker.rb

On some platforms you can execute the script by clicking or double clicking on the file portfolioTracker.rb.

Input file "portfolio.pf"

Describe your stock portfolio in the file "portfolio.pf". The source distribution contains the following example:

1| #[init]
2| start_date: 2006-02-28
3| start_value: 10000.00
4| cash: 1057.34
5| #[positions]
6| # ticker:buy_date:no_of_shares:price_per_share
7| # Carrefour
8| CA : 2006-02-28 : 25 : 41.44
9| # Peugeot
10| UG : 2006-02-28 : 22 : 48.95
11| # Total
12| FP : 2006-02-28 : 5 : 211.50
13| # Philips
14| PHIA : 2006-02-28 : 35 : 27.33
15| # Royal Dutch Shell
16| RDSA : 2006-02-28 : 40 : 25.80
17| # Heineken
18| HEIA : 2006-02-28 : 30 : 31.72
19| # Fortis
20| FORB : 2006-02-28 : 30 : 29.92
21| # Delhaize
22| DELB : 2002-02-28 : 18 : 56.00
23| # Solvay
24| SOLB : 2002-02-28 : 10 : 92.50
<<less
Download (0.008MB)
Added: 2006-03-16 License: BSD License Price:
1318 downloads
Ruby/Finance 0.2.2

Ruby/Finance 0.2.2


Ruby/Finance allows access to changing financial data, such as currency conversion rates and stock quotes. more>>
Ruby/Finance allows access to changing financial data, such as stock quotes and currency conversion rates.

For the foreseeable future, it is intended to be a port of Perls Finance::Quote module.

Examples:

Currency conversion

require finance/currency

Display the US Dollar ($) to Euro () conversion rate.

puts Finance::Currency::convert( EUR, USD )

Display the British Pounds Sterling () to Icelandic Kronur conversion
rate for the amount of 32.50.

puts Finance::Currency::convert( ISK, GBP, 32.50 )

Stock quotes

require finance/quote

q = Finance::Quote.new Answers will be given in the native
currency of the exchange on which
they are listed.

q = Finance::Quote.new( EUR ) Answers will be given in Euros.

q.currency = VND Switch to using Vietnamese Dong.

info = q.fetch( usa, CRM ) Fetch a single quote, namely CRM.

info = q.fetch( :usa, EBAY, AMZN ) Fetch EBAY and AMZN. Note that
a Symbol can be used instead of a
String for the exchange name.

info = q.fetch( usa, %w[ EBAY AMZN ] ) An Array of ticker symbols is
OK, too.
puts info[EBAY][:price]

A block can be passed, too:

q.fetch( :usa, RHAT ) { |info| puts info[RHAT][:high] }

You can also bypass #fetch and call the exchange as a method:

q.usa( RHAT ) { |info| puts info[RHAT][:high] }

Installation:

Minero Aokis setup.rb script is included. Extensive documentation for this script can be found at the end of this document.

Basically, however, the following should be enough to install the package:

$ ruby setup.rb config
$ ruby setup.rb setup
# ruby setup.rb install

("#" line may require root privilege)
<<less
Download (0.041MB)
Added: 2006-04-10 License: GPL (GNU General Public License) Price:
1293 downloads
ICS::Simple 0.06

ICS::Simple 0.06


ICS::Simple is a simple interface to CyberSource ICS2. more>>
ICS::Simple is a simple interface to CyberSource ICS2.

SYNOPSIS

Here is some basic code. Hopefully Ill come back through soon to document it properly.

use ICS::Simple;

my $ics = ICS::Simple->new(
ICSPath => /opt/ics,
MerchantId => v0123456789, # CyberSource supplies this number to you
Mode => test,
Currency => USD,
Grammar => UpperCamel, # defaults to raw ICS responses, so you might want to set this
#ErrorsTo => all-errors@some.fun.place.com,
CriticalErrorsTo => only-critical-errors@some.fun.place.com,
);

my $request = {
OrderId => order19857219,
FirstName => Fred,
LastName => Smith,
Email => fred.smith@buyer-of-stuff.com,
CardNumber => 4111111111111111,
CardCVV => 123,
CardExpYear => 2008,
CardExpMonth => 12,
BillingAddress => 123 Main St,
BillingCity => Olympia,
BillingRegion => WA,
BillingPostalCode => 98501,
BillingCountryCode => US,
ShippingAddress1 => 6789 Industrial Pl,
ShippingAddress2 => Floor 83, Room 11415,
ShippingCity => Olympia,
ShippingRegion => WA,
ShippingPostalCode => 98506,
ShippingCountryCode => US,
ShippingFee => 25.05,
HandlingFee => 5.00,
Items => [
{ Description => Mega Lizard Monster RC,
Price => 25.00,
SKU => prod15185 },
{ Description => Super Racer Parts Kit,
Price => 15.30,
SKU => prod23523 },
{ Description => Uber Space Jacket,
Price => 72.24,
SKU => prod18718 },
],
};

my $response = $ics->requestBill($request);

if ($response->{success}) {
print "Woo! Success!n";
$response = $response->{response};
print "Thanks for your payment of $$response->{BillAmount}.n";
}
else {
print "Boo! Failure!n";
print "Error: $response->{error}->{description}n";
}

<<less
Download (0.010MB)
Added: 2007-03-21 License: Perl Artistic License Price:
949 downloads
Asterisell 0.9.3

Asterisell 0.9.3


Asterisell project is a Web based application for viewing, rating, and billing Asterisk VoIP calls. more>>
Asterisell project is a Web based application for viewing, rating, and billing Asterisk VoIP calls.
Usage Scenario:
- you are a vendor of Voice over IP Telephony services (VoIP)
- your customers call other users who can reside on different telephone networks
- your customers pay you for this service
in order to route the calls on particular networks you have to use the services of other vendors
- you are a customer of others vendors
- you pays others vendors for this service
So Asterisell views you (the VoIP service provider) as a reseller of others vendors services. It permits to associate for every call a cost and an income. The cost is what the customer pays to the service provider and the cost is what the service provider pays to other vendors in order to route the call.
Main features:
Customer features:
- report of calls with aggregate totals
- many filter-criteria
- different sort-criteria
- export to CSV and MS Excel document
- many VoIP accounts associated with the same customer
Administrator features:
- input fields are secure from intrusion attempts
- each customer could have a cost limit for the last 30 days
- informal currency conversion table for the test of cost limits
- administrator is advised via email if a customer pass its cost limit
- different cultures for each VoIP account or Customer
- prices and messages are displayed in the specified culture
- customers can be grouped into different price list categories
- different rate methods applicable to different time periods, customer categories, destination gateway channels, destination telephone network etc..
- customizable rate methods adding PHP Class respecting a specific interface
- generation of customer invoices
- delivery of emails with invoice details to customers
- support bulk generation of invoices and emails to all customers with associated incomes
- support for multi-currency invoices (not yet tested)
- problems during rate process are reported and signaled via email to the administrator
General features:
- multi-culture and locales support (it_IT, en_US, ecc..)
- multi-currency support (not yet tested)
<<less
Download (2.5MB)
Added: 2007-06-28 License: GPL (GNU General Public License) Price:
848 downloads
Webforce Cart 1.6

Webforce Cart 1.6


Webforce Cart (wfCart) is a free PHP shopping cart class you can use a component of a PHP based online store. more>>
Webforce Cart (wfCart) is a free PHP shopping cart class you can use a component of a PHP based online store. Its designed as a component for PHP developers who would rather write their own store rather than a complete solution.
Instructions and examples for the free PHP Shopping Cart
To use the cart in an existing script:
Rename wfcart.php.txt to wfcart.php and upload to your server.
Then include the file:
include("wfcart.php");
Start the session, and assign the cart to it. NOTE: You must include the file wfcart.php before you start the session, its just the way PHP works.
session_start();
$cart =& $_SESSION[cart];
if(!is_object($cart)) $cart = new wfCart();
Then you can use the functions like $cart->get_contents();, these functions are documented below.
Adding an Item - $cart->add_item( code , quantity , price , info )
If you have a widget with code AB313 and a price of $40.11, you can add it to the cart with :
$cart->add_item(AB313,1,40.11,Widget AB313 Standard);
If the item AB313 is alreay in the cart, then the quantity of it will be increased by the quantity supplied to the function, in this case 1. The itemid must be unique, and can be letters and/or numbers.
Deleting an Item - $cart->del_item( itemid );
E.g. to delete the item ID 123
$cart->del_item(123);
Changing the quantity of an item -
$cart->edit_item( itemid, new_quantity );
For example :
$cart->edit_item(HA2,3);
If you set the quanitity to zero, the item is deleted.
Getting the number of items in a cart
echo $cart->itemcount;
Getting the total value of the cart.
echo $cart->total;
Emptying the cart
$cart->empty_cart();
Getting the cart contents
$items = $cart->get_contents();
$items is an array, so the following code displays the items.
foreach($items as $item) {
echo "Code/ID :".$item[id]."
";
echo "Quantity:".$item[qty]."
";
echo "Price :".$item[price]."
";
echo "Info :".$item[info]."
";
echo "Subtotal".$item[subtotal]."
";
}
Note, subtotal is quantity X price for that item, not a running total..
Extending Webforce Cart
There are 2 functions you can create that will enable more flexability.
One is wf_get_price( itemid, qty ). If you need to do pricing based on Quantity ( e.g. bulk discounts ) then you can create a function called wf_get_price to do what you need itto do. If you do not pass a price to add_item, then the wf_ get_price function will be called. If you use this functionality, AND your price is quantity dependant, then you must uncomment the line in the edit_item function.
The other is wf_get_info, again, if you do not pass info to add_item then get_info will be called. TIP: you do not have to pass a string to add_item(), you could use an array of infomation instead. e.g. add_item( AS2112,5,19.95,array(size=>large,color=>red)); then when you use get_contents, you echo $item[info][color] etc.
Enhancements:
- The empty cart function was fixed.
<<less
Download (0.003MB)
Added: 2007-04-06 License: LGPL (GNU Lesser General Public License) Price:
933 downloads
bidwatcher 1.3.16

bidwatcher 1.3.16


bidwatcher is a tool for eBay users - track and snipe auctions. more>>
Bidwatcher is a free auction tool for eBay users, available for Linux and (soon?) Microsoft Windows. It was created by Trent and Tom McNair, and is currently maintained by volunteers at SourceForge.
Main features:
- Tracks your eBay listings and items that you have bid on.
- Allows you to track auctions that you do not own and have not bid on.
- Snipe tool allows you to schedule your bid to be placed seconds before the auction ends, avoiding driving the price high early in the auctions life.
- Prioritizes updates according to the time left in an auction. (i.e. updates auctions that are almost over more often than ones that have a while to go).
- Clock on main window synchronized to eBay time.
- Runs in the background with minimal toll on system resources.
- Its free!
Requierments:
- GTK+ version 1.2+
<<less
Download (0.18MB)
Added: 2005-05-05 License: GPL (GNU General Public License) Price:
1640 downloads
Oracle 10.2.0.1.0

Oracle 10.2.0.1.0


Oracle is an enterprise-level SQL database. more>>
With Oracle Database 10g, the first relational database designed for Grid Computing, your information is securely consolidated and always available. Oracle Database 10g has the lowest total cost of ownership by making the most efficient use of hardware and IT resources. Oracle is the best choice for large enterprises, small and midsize businesses, and departments alike.

Count on the Highest Quality of Service
Oracle Database 10g delivers the response times your users demand and reduces your cost of downtime. Only Oracle offers the availability, scalability, and low-cost benefits of clustering with Oracle Real Application Clusters.

Lower Costs with the Self-Managing Database
Oracle automates time-consuming, error-prone administrative tasks, so DBAs can focus on strategic business objectives. Studies from the Edison Group prove Oracle Database 10g offers superior manageability and significant cost savings over both IBM DB2 8.2 and Microsoft SQL Server 2000.

Build Your Foundation for Grid Computing
Oracle Database 10g with Real Application Clusters and Automatic Storage Management coordinates the use of large numbers of servers and storage acting as one self-managing Grid for the highest quality of service on low-cost, modular hardware.

Oracle Database 10g is the industrys first database designed for grid computing. Low entry-level pricing makes Oracle the best choice for large enterprises and small to midsize businesses alike, with a variety of editions to choose from:

Enterprise Edition

Industry-leading performance, scalability, and reliability for OLTP, decision support, and content management.
View a list of Enterprise Edition options.

Standard Edition

Four-processor version of Oracle Database 10g, including full clustering support.

Standard Edition One

Two-processor version of Standard Edition at an attractive entry-level price.

Personal Edition

Full-featured version for individuals, compatible with the entire Oracle Database family.

Lite Edition

Complete software for building, deploying, and managing mobile database applications.
<<less
Download (668MB)
Added: 2006-10-17 License: Other/Proprietary License Price:
829 downloads
SQL::Preproc 0.10

SQL::Preproc 0.10


SQL::Preproc is a Perl module to embed SQL in your Perl (ala SQL preprocessors). more>>
SQL::Preproc is a Perl module to embed SQL in your Perl (ala SQL preprocessors).

SYNOPSIS

use SQL::Preproc
subclass => Chart,
emit => 1,
keepsql => 1,
syntax => [ Teradata ],
pponly => 1,
relax => 1,
alias => 1,
debug => 1;

use DBI;
use DBI qw(:sql_types);
use SQL::Preproc::ExceptContainer;
use DBIx::Chart;

...some code...

my ($host, $user, $passwd) = @ARGV;

DECLARE CONTEXT $sqlpp_ctxt;

CONNECT TO "Teradata:$host"
USER $userid IDENTIFIED BY $passwd AS myconn WITH tdat_mode => ANSI;

my $more_rows;
WHENEVER NOTFOUND { $more_rows = undef }

WHENEVER SQLERROR {
my ($ctxt, $err, $state, $errmsg) = @_;
die $errmsg;
}

DECLARE CURSOR mycursor AS
SELECT * FROM mytable FOR UPDATE;

OPEN mycursor;

my ($col1, $col2, $col3, $col4);
while ($more_rows) {

FETCH mycursor INTO :$col1, :$col2, :$col3, :$col4;

if ($col1 > $col4) {
UPDATE mytable SET col4 = col4 + 100
WHERE CURRENT OF mycursor;
}
}

CLOSE mycursor;
#
# do a bulkload via array binding
#

my @col1 = ();
my @col2 = ();
my @col3 = ();

#
# load some data into the arrays, then send it to the DBMS
#

EXEC SQL INSERT INTO sometable VALUES(:@col1, :@col2, :@col3);

#
# now create a chart, dumping results to @_
#
SELECT * FROM mytable
RETURNING LINEGRAPH(*), IMAGEMAP
WHERE WIDTH=500
AND HEIGHT=500
AND FORMAT=PNG
AND LOGO=myimage.png
AND X_AXIS=Date
AND Y_AXIS=Stock Price
AND MAPNAME=stockmap
AND SIGNATURE=GOWI Systems, Inc.
AND SHOWPOINTS=1
AND POINT=opencircle;

open(OUTF, >mychart.png) || die $!;
binmode OUTF;
print OUTF, $_[0];
close OUTF;

open(OUTF, >mychart.map) || die $!;
print OUTF, $_[1];
close OUTF;

DISCONNECT myconn;

<<less
Download (0.051MB)
Added: 2007-03-01 License: Perl Artistic License Price:
967 downloads
Finance::Quote 1.12

Finance::Quote 1.12


Finance::Quote is a Perl module to get stock and mutual fund quotes from various exchanges. more>>
Finance::Quote is a Perl module to get stock and mutual fund quotes from various exchanges.

SYNOPSIS

use Finance::Quote;
$q = Finance::Quote->new;

$q->timeout(60);

$conversion_rate = $q->currency("AUD","USD");
$q->set_currency("EUR"); # Return all info in Euros.

$q->require_labels(qw/price date high low volume/);

$q->failover(1); # Set failover support (on by default).

%quotes = $q->fetch("nasdaq",@stocks);
$hashref = $q->fetch("nyse",@stocks);

This module gets stock quotes from various internet sources, including Yahoo! Finance, Fidelity Investments, and the Australian Stock Exchange. There are two methods of using this module -- a functional interface that is depreciated, and an object-orientated method that provides greater flexibility and stability.

With the exception of straight currency exchange rates, all information is returned as a two-dimensional hash (or a reference to such a hash, if called in a scalar context). For example:

%info = $q->fetch("australia","CML");
print "The price of CML is ".$info{"CML","price"};

The first part of the hash (eg, "CML") is referred to as the stock. The second part (in this case, "price") is referred to as the label.

<<less
Download (0.090MB)
Added: 2006-12-14 License: Perl Artistic License Price:
1046 downloads
Finance-QuoteHist 1.07

Finance-QuoteHist 1.07


Finance-QuoteHist provides Finance::QuoteHist, a Perl module that provides easy fetching of historical stock quotes. more>>
Top level aggregator that will select a default lineup of site instances default lineup of site instancesof site instancesof site instancesof site instances from which to retrieve quotes.
Other than the default lineup, this module behaves identically to whichever site-specific module is first in the lineup. See below for site-specific modules.
METHODS
The basic user interface consists of several methods, as seen in the example above. Those methods are:
quotes()
Returns a list of rows (or a reference to an array containing those rows, if in scalar context). Each row contains the Symbol, Date, Open, High, Low, Close, and Volume for that date. Optionally, if non-adjusted values were requested, their will be an extra element at the end of the row for the Adjusted closing price.
dividends()
Returns a list of rows (or a reference to an array containing those rows, if in scalar context). Each row contains the Date and amount of the Dividend, in that order.
splits()
Returns a list of rows (or a reference to an array containing those rows, if in scalar context). Each row contains the Date, Post split shares, and Pre split shares, in that order.
source($ticker, $target)
Each of these methods displays which site-specific class actually retrieved the information, if any, for a particular ticker symbol and target such as quote (default), dividend, or split.
Enhancements:
- The internal structure was changed to use date iterators where appropriate.
- The documentation was fixed for MSN.
- Various minor edge cases were fixed.
<<less
Download (0.025MB)
Added: 2006-03-27 License: GPL (GNU General Public License) Price:
1306 downloads
RenderDotC 3.4

RenderDotC 3.4


RenderDotC project is a world class photorealistic renderer designed to meet the demands of special effects for film. more>>
RenderDotC project is a world class photorealistic renderer designed to meet the demands of special effects for film. The primary reason people give for choosing RenderDotC is its favorable price per performance ratio. Moreover, RenderDotC scores high marks on everything that matters for a production renderer:
Main features:
Image Quality
- Images produced with RenderDotC possess that indescribable yet beautiful quality that some people refer to as "the RenderMan look". All phenomena that are prone to aliasing artifacts are effectively anti-aliased and noise is kept to a minimum.
Speed
- RenderDotC was designed in the 1990s to take advantage of the current hardware and software technologies. Its CPU and memory performance is unsurpassed by all renderers in its class.
Robustness
- There are hundreds of details to get right when developing a renderer and that only comes with maturity. RenderDotC has been shipping since 1996 and has proven itself on complex scenes from feature films from The Matrix to Orange County.
Features
- The RenderMan standard prescribes a rich set of geometric primitives and features. RenderDotC provides all of these plus some exclusive features such as NURB curves, DSO shadeops that can call built-in functions, and complete support for extended headroom rendering.
Flexibility
- Being RenderMan-compliant, RenderDotC supports user-programmable shading. It also has other plug-in interfaces including DSO shadeops, procedural primitives, and display drivers. Since shading is decoupled from hiding, one can easily tune the speed/quality tradeoffs of each.
Price
- RenderDotC is priced competitively for both the film and broadcast markets. When considering price, its important to take into account speed. A faster renderer means that the same number of frames can be produced per hour with a smaller render farm. Fewer computers to purchase and maintain further reduces the bottom line.
Support
- As a company, Dot C Software has been around since 1992. Our customers needs come first and we have the agility to respond to requests quickly. The people who wrote RenderDotC are the same ones that provide customer support. At Dot C we make software, period. We do not compete with our customers in the arena of computer graphics production.
Enhancements:
- Improved statistical output.
- Optional non raster-oriented dicing.
- The ability to specify motion factor as a dicing attribute, and user-defined placement of output on X.
- The Windows installer now sets up the environment.
<<less
Download (1.3MB)
Added: 2007-06-08 License: Other/Proprietary License Price:
869 downloads
Quick.Cart 2.2

Quick.Cart 2.2


Quick.Cart is a freeware and simple e-commerce solution designed for your own web shop administration. more>>
Quick.Cart is a freeware and simple e-commerce solution designed for your own web shop administration. There is full administration for categories, products, contents, and orders.
Main features:
Freeware - based on licensed GPL with additional conditions,
Simple installation - web shop based on a secure flat files database (SQL database not required). The web shop installation needs just a few minutes and just the basic knowledge about FTP connection use,
Really simple servicing - our goal was to make an application, which wont discourage clients for ordering, through required registration, filling up many forms and going through endless steps of the order,
Stability - application has been used since september 2004. Because of a common access to this application, any errors are immediately detected and removed,
Speed - in designing web shop, we tried to minimize the HTML code and also made possible generating small pictures, making web loading as short as possible,
Standards - our solutions are compatible with XHTML 1.0 and also with settings of most of the popular servers,
Template system - we did our best to separate the logic and presentational layers from each other. The web shop outlook change, is really simple and it works through templates in which complicated PHP language is not used at all.
Functionality:
- full administration of the products, categories and delivery companies (delivery cost),
- full administration of the orders,
- system for managing the content of additional pages and (subpages) in the web shop, as the company information, regulations etc.,
- printing products and order cards
- system of additions, which helps to make your web shop even more functional.
Enhancements:
- An administrator can now turn on or off an option in the configuration to see invisible products in the shop.
- Changing price format is now easier, since the price format is loaded from PHP and JavaScript functions.
- A link to print pages and product lists was added.
- A Safari menu bug was fixed.
- In the description editor, a bug with HTML lists was fixed.
- Other small fixes were made.
- HTML and CSS optimization was done.
- The libraries were updated.
<<less
Download (MB)
Added: 2007-05-30 License: Freeware Price:
1094 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5