10 second
sign-up
Email Address:
Acuinvoice ID:
Verification code:
 
I agree to the Terms of Service

AcuInvoice 1.0.1: UI Improvements, Tag Editing, Other Fixes

March 19, 2008

Today we updated AcuInvoice to include some of the features planned for the 1.1 release. We’ll call this 1.0.1. Highlights below.

“Send Invoice” Button

Previously you had to save an invoice, then hit the send button–an obviously unnecessary step we have eliminated. Your options in the invoice creation screen are Send, Save (as draft), and Cancel.

Tag Editing

Let’s say you have 20 invoices that are tagged with Tag1. Tag1 is now editable and will cascade throughout all of the invoices.

UI Improvements

Many thanks to Ivan Boyko of VisualPharm for his suggested improvements to the layout of invoices as viewed by customers. If you’re looking for someone to provide constructive criticisms regarding your designs, I highly recommend Ivan.

Popup Elimination

We have eliminated popups where possible. Perhaps the most notable change was made to the recurring templates area.Fixed a big whereby logos were not displaying properly on invoices.Fixed to Safari-specific bugs, one related to the posting of comments to invoices, the other related to the forwarding of invoices.

More AcuInvoice Simple Store Demos

March 14, 2008

We have made two more demos of the AcuInvoice Simple store. These videos detail how to configure, sell, and deliver digital good with your AcuInvoice Simple Store.

Configuring the AcuInvoice Simple Store

The first demo shows how to configure the store and demonstrates how all of your information is passed to your AcuInvoice account.

Receiving Payment and Delivering Digital Goods

The second demonstration shows the process of receiving payments and illustrates how digital goods are delivered to your customers once an invoices has been converted into a closed state.

AcuInvoice Launches the Help Wiki

March 13, 2008

Over the past few days we have started to populate content for the AcuInvoice Help Wiki.  The wiki will soon be available in the “Help” tab in AcuInvoice, but since much of the content is already in place, and since it is in a publicly available directory, we see no reason to withhold it any longer.  We still need to populate content for the Reports tab, as well as the FAQ and API pages, but the overwhelming majority of the content is in place and in pretty good shape.  We think you will find it useful.  Also, if you have been an AcuInvoice user for some time, and know of some tips you’d like to share, feel free to contribute.  We would like to give a special thanks to Andreas Gohr, creator of DokuWiki, the software powering this support system.  We highly recommend Andreas’s software.  It is fast, efficient, and super easy to use.  

AcuInvoice Simple Store v1.0 Released

March 5, 2008

Today we are proud to announce the release of the AcuInvoice Simple Store. We are releasing this lightweight PHP script free of charge to the AcuInvoice community as a means of providing a set of core classes that can be used in custom applications that interact with AcuInvoice via the API. We have prepared a zip archive of the AcuInvoice Simple Store  for you to download and install on your web server. As previously described in detail, the Simple Store can be easily installed on your web server and allow you to sell products–both digital and traditional goods–via a clean looking storefront. Order information is passed securely to your AcuInvoice account via the API, and customers are able to pay via any AcuInvoice payment gateway you have enabled. If you are selling digital goods (software, eBooks, etc.), these goods will be automatically delivered to your customer once the invoice has been converted into a closed state (either via a payment gateway or from a payment you have manually entered).  Below you will see a brief demonstration of the Simple Store installation process.  By the end of the week we will have a full demonstration of how to configure the Simple Store (you should be able to figure it out without the demo, we think) and how orders are processed.  Meanwhile, if you have any questions about the AcuInvoice Simple Store, please email us at support (at) acuinvoice (dot) com or submit a ticket from within your AcuInvoice account.   

Installing the AcuInvoice Simple Store

As the name implies, installation is easy, but it never hurts to have some helpful visuals.  This demo should help.

Technical Requirements

  • PHP 5.0.0 or higher
  • MySQL extension loaded (in php.ini)
  • SimpleXML extension loaded (in php.ini)
  • This is not a requirement but a recommendation: allow_url_fopen = 1 (in php.ini). If this option is turned off (value 0) you will still have a fully operational store, however every downloadable item and product image should be uploaded to the store server via the admin application. Linking to remote files and images will not be possible.

The AcuInvoice Simple Store: A Free E-Commerce Application Powered by the AcuInvoice API

March 2, 2008

This week we will be releasing version 1.0 of the AcuInvoice Simple Store, a PHP application that uses the AcuInvoice API to enable subscribers to quickly generate a standards-compliant web store where customers can place orders for products, services, and digital goods. Order information is passed securely via the AcuInvoice API to the subscriber’s account and invoices are automatically sent. If you sell digital goods (MP3s, images, software, etc), the items will be automatically delivered to the customer once payment is received and the invoice is converted into a closed state. The AcuInvoice Simple Store is an outstanding example of the power of the AcuInvoice API (it even uses a number of features and data elements that we have yet to fully document) and provides a large amount of sample code that will be useful to other AcuInvoice developers. Therefore, we will be releasing the AcuInvoice Simple Store to the AcuInvoice community free of charge as a means of providing a strong set of core classes with which developers can build custom AcuInvoice applications. We will be putting the finishing touches on the Simple Store early this week, and plan on releasing documentation and tutorials along with the script later in the week. This post highlights the features and benefits of the store, and provides access to a sample store containing some $0.10 items so that you can execute a couple of test transactions and let us know what you think.

Sample Store

We have posted “The Charlie Store“ so that you can see a preview of what the store looks like by default.  You can execute a test transaction (where you purchase a $0.10 picture of my infant son and have it automatically delivered) to test the functionality.  The script functions in the manner described in the “How It Works” section below.

How It Works

When a customer places an order from your AcuInvoice Simple Store, all order data will be instantly passed to your AcuInvoice account. The data will be used to create a new contact (if the customer is not already in the database), and an invoice will be automatically created and sent to your customer at the email address provided during checkout. When your customer receives your invoice, they can pay via any gateway that you have enabled both in your AcuInvoice account and the AcuInvoice Simple Store. Once the invoice is paid, it will be automatically converted into a closed state. If the order contained any digital goods, the script will automatically send out an email containing an order-specific download URL. The AcuInvoice Simple Store allows you to limit the duration the download URL is valid, and specify a maximum number of item downloads.

Features & Benefits

Super Simple Installation

The AcuInvoice Simple Store is easy to install and configure. Simply unzip the archive, upload it to your web server, create a MySQL database, change a couple of permissions settings, and load the installer script in your browser. Your store will be automatically configured and should be functioning in about five minutes.

Clean Code

The AcuInvoice Simple Store utilizes clean CSS and produces valid XHTML 1.0 Strict for maximum compatibility with a variety of popular web browsers.

Simple Management of Content

The AcuInvoice Simple Store utilizes the TinyMCE HTML editor giving you the ability to style your store’s content using a familiar interface. TinyMCE is integrated by default into a number of applications and should be familiar to most users.

Fully Customizable

Your AcuInvoice Simple Store is completely customizable. You can make modifications to the storefront to suit the look of your site, and edit the store’s CSS via a simple web-based editing utility.

Standalone and Embeddable Mode

The AcuInvoice Simple Store can be used in either a standalone or embeddable mode. The standalone mode (default) produces a separate storefront page, while the embeddable mode allows you to insert your AcuInvoice Simple Store into any web page using a singleelement. Embeddable mode could be used, for example, to insert your simple store into pages dynamically generated by popular publishing platforms such as WordPress. 

Centralize Service Invoices and Store Purchases

You already use AcuInvoice to bill your clients, but if you sell products too, you might have to use another system for tracking those sales. Since the AcuInvoice Simple Store uses the AcuInvoice API to automatically enter customer and order information into AcuInvoice, all of your data will be centralized into your AcuInvoice account.

Automatically Delivers Digital Goods

If you sell digital goods from within your AcuInvoice Simple Store, these goods will be automatically delivered once the relevant invoice has been paid. Once payment is remitted and the invoice is converted into a closed state, customers will be sent an email containing a purchase-specific URLs that provides controlled access to digital content.

Plays Well With AcuInvoice Domain Mapping

If you have enabled domain mapping in your AcuInvoice account, all invoices generated via the AcuInvoice Simple Store will originate from your mapped domain, thereby giving you the option of providing a more carefully branded purchase experience for your customers.

Unbeatable Price

The AcuInvoice Simple Store will be released without charge to the AcuInvoice community. Please note that transactions completed through the AcuInvoice Simple Store will automatically pass customer information securely to your AcuInvoice account. Therefore, if you believe you will have a very active store, be certain to have a subscription level that will permit you to have a sufficient number of invoiced clients.

Close
E-mail It