Skip to content

apmuthu/simpleinvoices

 
 

Repository files navigation

Simple Invoices

Join the chat at https://gitter.im/simpleinvoices/simpleinvoices Making invoicing rock since '05.

apmuthu fork notes

Differences with upstream master codebase which exclusively includes the following files apart from mods needed for them:

  • si_cron script used for recurring invoice generation in linux
  • PHPCAPTCHA and hooks for it for login (set in config/defines.php)
  • Fully RDBMS compliant with no need for si_index table
  • include/sql_patches.php has all needed patches enabled
  • Releases of this fork do not contain the Zend library which must be separately downloaded and extracted into the library/Zend folder.
  • If CAPTCHA feature is to be enabled, then follow instructions in the securimage-readme.txt file in the library/securimage folder.
  • The credit card functionality has been removed in the parent SI since it is not PCI compliant ( #135 ) but retained with the caveat for offline use in this fork.
  • PCI Compliance is discussed in Issue #135 .

Cloning

SimpleInvoices using gitsubmodules to load the Zend Framework.
When cloning the repository use the --recursive option to ensure that Zend is retrieved.
Upstream: git clone --recursive git@github.com:simpleinvoices/simpleinvoices.git This fork: git clone --recursive git@github.com:apmuthu/simpleinvoices.git The exportPro extension is too big to be included in this and the parent forks.

If a non-release download of the SI code is taken from GitHub (instead of a recursive repo clone), then download the Zend v1.11 library manually and expand it into the library/Zend folder.

Downloads

Note: Use the Bleeding Edge Code from the apmuthu fork above for new installs as it has been stable for quite some time now.

Documentation

Schema

About

Get Involved

We also have a mailing list for tracking commit activity. This is hosted on Google Groups. You can find it here: https://groups.google.com/forum/?fromgroups#!forum/simpleinvoices-trac

Translations

We are proud that SimpleInvoices is currently available in 25 different languages but we would love for that number to be even bigger!

If you would like to help translate SimpleInvoices into your language check out our translation project. Download updated and additional languages only if logged in there.

For more information refer: simpleinvoices.org/translate

Reporting Bugs

Please use the issue tracker on GitHub when reporting bugs. https://github.com/simpleinvoices/simpleinvoices/issues

Developers: There are still a number of open issues on the old Google Code issue tracker if you are looking for something to fix. http://code.google.com/p/simpleinvoices/issues/list

Known Issues

  • Heart Internet Users -- There is currently an issue with exporting invoices to PDF. Images are not currently being rendered in the PDF. We are working on resolving this issue but unfortunately we do not yet have a fix. We recommend that you use a different hosting service if you need to export PDF invoices.

About

Making invoicing rock since '05.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 79.2%
  • Smarty 7.7%
  • PostScript 6.1%
  • CSS 2.4%
  • JavaScript 2.0%
  • HTML 1.7%
  • Other 0.9%