Edit OpenSteam v1.0.1 released!!
2008-02-05After some heavy testing and a busy month of refactoring to make things simpler, here it is, finally:
openSteam v1.0.1Install it via
github:
sudo gem sources -a http://gems.github.com (you only have to do this once!)
sudo gem install opensteam-opensteam
or grab the latest source @
github.com/opensteam/opensteam.
Some new tutorials and documentation will follow.
So long,
the opensteam-developers.
Edit OpenSteam v1.0.0 on its way !!
2008-12-22Yesterday we released the first release-candidate for opensteam-1.0.0. It's currently labeled v0.9.4 and if all tests run fine we'll package a new gem version soon.
The new opensteam version features a brand new admin backend with
ExtJS integration.
Our main source repository moved over to
github.com. If you want to test the latest version, feel free to clone the master branch:
git clone git://github.com/opensteam/opensteam
Since opensteam uses some excellent rails plugins, make sure to initialize them as git submodules:
git submodule init
git submodule update
If you have question andor problems, contact us at github.
So long and merry christmas,
the opensteam-developers.
Edit OpenSteam v0.9.3 released!
2008-10-01We finally released a new version of openSteam today.
This release introduces some major enhancements of the checkout- and order-process, like shipping-rate calculation, tax management and an ActiveMerchant integration for credit-card payments.
New Features:
- Taxes: define taxes or tax-groups for products and regions
- ActiveMerchant integration
- PaymentMethods: use implemented payment-methods or implement your own
- ShippingRate: define rates for products, regions and payment-types.
- PDF-Export for invoices (using the excellent prawnto plugin)
For a full list of changes please read the CHANGELOG, and if you're curious what to expect in future releases, please visit the
Roadmap at our homepage.
Edit OpenSteam v0.9.3 released!
2008-10-01We finally released a new version of openSteam today.
This release introduces some major enhancements of the checkout- and order-process, like shipping-rate calculation, tax management and an ActiveMerchant integration for credit-card payments.
New Features:
- Taxes: define taxes or tax-groups for products and regions
- ActiveMerchant integration
- PaymentMethods: use implemented payment-methods or implement your own
- ShippingRate: define rates for products, regions and payment-types.
- PDF-Export for invoices (using the excellent prawnto plugin)
For a full list of changes please read the CHANGELOG, and if you're curious what to expect in future releases, please visit the
Roadmap at our homepage.
Edit OpenSteam v0.9.1 released!
2008-07-31We're pleased to announce the new openSteam release, v0.9.1!
The new version of the web-based shopping framework for RubyOnRails introduces many new features such as:
- Rails 2.1 compatible
- create Invoices and Shipments for an Order and even for Order-Items
- mark an Order, an Invoice or a Shipment as 'pending' or 'finished'. Or even create your own states and state-specific logic using modules.
- a whole new Admin-Backend (overview and process orders, manage admins and/or customers, etc)
- sortable and searchable tables in the admin-backend
- a simple search form, finally!
See the CHANGELOG for more information on what we've done.
You can easily install opensteam by typing
gem install opensteam. Or, if you already have it installed, type
gem update.
If you're a developer and/or you're not afraid to live on the edge, checkout the current developer version using svn:
svn checkout svn://rubyforge.org/var/svn/opensteam
If you have any question, drop us an email or visit our
forum at rubyforgeEdit OpenSteam v0.9 released!
2008-05-26OpenSteam v0.9 has been released at
rubyforge.
Installation via rubygems:
sudo gem install opensteam
Features
- Generator to create webshops
- Generators to create products and properties
- Shopping Cart
- Checkout-Workflow
- Associate Products to Properties
- Define price and storage-quantity for products or specific product-configurations
- Admin-Backend to overview customers and orders.