Skip to content

BambooInvoice is free Open Source invoicing software intended for small businesses and independent contractors. Built on CodeIgniter, its priorities are ease of use, user-interface, and beautiful code.

Notifications You must be signed in to change notification settings

bueltge/BambooInvoice

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BambooInvoice

That's is my personal fork from the Derek Allard's BambooInvoice, that it not under maintenance. So that I maintain my fork for usage.

BambooInvoice is free Open Source invoicing software intended for small businesses and independent contractors. Built on CodeIgniter, its priorities are ease of use and user-interface.

Installation, Documentation

See the PDF file inside the directory documentation for details.

Notes

Example email.php for gmail

$config['smtp_user'] = 'you@gmail.com';
$config['smtp_pass'] = 'yourpassword';
$config['smtp_host'] = 'ssl://smtp.gmail.com';
$config['protocol'] = 'smtp';
$config['smtp_port'] = '465';
$config['newline'] = "\r\n"; // This is what makes it     work with GMAIL

About

BambooInvoice is free Open Source invoicing software intended for small businesses and independent contractors. Built on CodeIgniter, its priorities are ease of use, user-interface, and beautiful code.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 96.8%
  • JavaScript 2.2%
  • Other 1.0%