<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -4,7 +4,12 @@ The Redmine Invoice plugin allows a user to create invoices for Customers using
 
 == Features
 
-TODO
+* Listing of current, old, and late invoice
+* Create and manage invoices
+* Automatic invoice creation based on time entries on a project
+* Invoice details based on issues
+* Payments to an invoice
+* Printable view of an invoice
 
 == Getting the plugin
 
@@ -12,7 +17,34 @@ A copy of the plugin can be downloaded from {Little Stream Software}[https://pro
 
 == Install
 
-TODO
+1. Follow the Redmine plugin installation steps at: http://www.redmine.org/wiki/redmine/Plugins 
+2. Install the Customers plugin to 'vendor/plugins/customer_plugin' - https://projects.littlestreamsoftware.com/projects/show/redmine-customers
+3. Install the Invoice plugin to 'vendor/plugin/invoice_plugin'
+4. Run the plugin migrations +rake db:migrate_plugins+
+5. Restart your Redmine web servers (e.g. mongrel, thin, mod_rails)
+5. Login to your Redmine install as an Administrator
+6. Setup the permissions for your roles
+7. Configure your site specific settings in the Plugin administration panel
+8. Add the &quot;Invoice module&quot; to the enabled modules for your project
+9. The link to the plugin should appear on that project's navigation as Invoices
+
+== Usage
+
+=== New Invoices
+
+You can create a new invoice by using the New Invoice link in the menu.
+
+=== New Invoice for an hourly project
+
+Create a new invoice using the &quot;New Autofilled Invoice&quot; link.  This will let you choose a project, date range, activities, and hourly rate and automatically create an invoice.  The Project will need to be assigned to a Customer in order for the Customer to be auto populated.
+
+=== Print an invoice
+
+While viewing an invoice, click the &quot;Printable view&quot;.  This will remove the Redmine styling and allow the invoice to be printed to a printer or a PDF generated using a PDF printer.
+
+=== Payments
+
+Click the &quot;New Payment&quot; link on the menu to get a form to enter a payment.
 
 == License
 </diff>
      <filename>README.rdoc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1d75aafaa4115831680090b4f16820fedee56656</id>
    </parent>
  </parents>
  <author>
    <name>Eric Davis</name>
    <email>edavis@littlestreamsoftware.com</email>
  </author>
  <url>http://github.com/edavis10/redmine-invoice-plugin/commit/d622099b79930bf85e5c3689932defb2de9e61b3</url>
  <id>d622099b79930bf85e5c3689932defb2de9e61b3</id>
  <committed-date>2008-12-18T11:00:19-08:00</committed-date>
  <authored-date>2008-12-18T11:00:19-08:00</authored-date>
  <message>Updated README with install instructions and basic usage documentation</message>
  <tree>d85eba29abe664ef01a3c4227dcf6a0a9ab0439c</tree>
  <committer>
    <name>Eric Davis</name>
    <email>edavis@littlestreamsoftware.com</email>
  </committer>
</commit>
