EllisLab text mark
Advanced Search
3 of 5
3
   
MyClientBase - Free & Open Source Invoicing System (Updated Jan 15, 2010)
Posted: 04 October 2009 07:45 AM   [ Ignore ]   [ # 31 ]   [ Rating: 0 ]
Joined: 2008-11-06
315 posts

Hello again

I one more tried to look at the demo to see,if it does support utf8
but got errors like:

A PHP Error was encountered

Severity
Warning

Message
file_put_contents(/home/d13/public_html/myclientbase.com/public/demo/system/application/plugins/dompdf/lib/fonts/php_Times-Roman.afm[function.file-put-contents]failed to open streamPermission denied 

thanks for such a BIG effort !

 
Posted: 04 October 2009 09:39 AM   [ Ignore ]   [ # 32 ]   [ Rating: 0 ]
Joined: 2009-08-01
97 posts

On the invoices, the due date is a month behind the invoice date.  Don’t know if you had noticed that.  Would be good to be able to change currencies as well. 

Good job though!

 Signature 

http://www.grafikkaos.co.uk

 
Posted: 04 October 2009 01:11 PM   [ Ignore ]   [ # 33 ]   [ Rating: 0 ]
Avatar
Joined: 2007-02-26
619 posts
hugle - 04 October 2009 11:45 AM

Hello again

I one more tried to look at the demo to see,if it does support utf8
but got errors like:

A PHP Error was encountered

Severity
Warning

Message
file_put_contents(/home/d13/public_html/myclientbase.com/public/demo/system/application/plugins/dompdf/lib/fonts/php_Times-Roman.afm[function.file-put-contents]failed to open streamPermission denied 

thanks for such a BIG effort !

Woops!  Duh… forgot to set permissions the dompdf fonts directory.  The demo has been fixed, so the PDF will work now!

 Signature 

Developer13.com
Here is my nicely documented CodeIgniter Base CRUD Model

 
Posted: 04 October 2009 01:12 PM   [ Ignore ]   [ # 34 ]   [ Rating: 0 ]
Avatar
Joined: 2007-02-26
619 posts
eokorie - 04 October 2009 01:39 PM

On the invoices, the due date is a month behind the invoice date.  Don’t know if you had noticed that.  Would be good to be able to change currencies as well. 

Good job though!

Right now, the due date is 30 days *after* the invoice creation date.  There are a lot of things I need to do regarding dates… like right now it just assigns today’s date as the date of the invoice when an invoice is created.  Doesn’t give you the option to change it.  Things like that.

But yeah, the due date is definitely going to be customizable.

Thanks!

 Signature 

Developer13.com
Here is my nicely documented CodeIgniter Base CRUD Model

 
Posted: 03 November 2009 03:16 PM   [ Ignore ]   [ # 35 ]   [ Rating: 0 ]
Joined: 2007-06-06
22 posts

Hei D13,
Just wanted to say that it looks really interesting ( just downloaded an ready to install ).

I’m looking forward for the next release with currency and tax rates support.

Tnxs for sharing!!

 Signature 

Diseño Web || Desarrollo Flash

 
Posted: 07 November 2009 01:37 AM   [ Ignore ]   [ # 36 ]   [ Rating: 0 ]
Avatar
Joined: 2007-02-26
619 posts

Thanks much goliatone.  Be sure and keep an eye for a brand new release sometime this weekend.

 Signature 

Developer13.com
Here is my nicely documented CodeIgniter Base CRUD Model

 
Posted: 07 November 2009 10:57 AM   [ Ignore ]   [ # 37 ]   [ Rating: 0 ]
Joined: 2007-06-06
22 posts

I did install and I’m really happy. Easy to use, simple interface…just great!

Now i’m waiting for next release…

keep the good work!!

 Signature 

Diseño Web || Desarrollo Flash

 
Posted: 09 November 2009 03:04 AM   [ Ignore ]   [ # 38 ]   [ Rating: 0 ]
Avatar
Joined: 2007-02-26
619 posts

Ack!  SVN problems over the weekend… finally got it resolved, but not in time to make the release this weekend as I would have liked.  Version 0.6.0 (with lots of changes, improvements, bug fixes, etc) will be out THIS WEEK.

 Signature 

Developer13.com
Here is my nicely documented CodeIgniter Base CRUD Model

 
Posted: 10 November 2009 12:30 PM   [ Ignore ]   [ # 39 ]   [ Rating: 0 ]
Joined: 2007-06-06
22 posts

okis, we’ll be waiting!!

 Signature 

Diseño Web || Desarrollo Flash

 
Posted: 14 November 2009 04:16 PM   [ Ignore ]   [ # 40 ]   [ Rating: 0 ]
Avatar
Joined: 2007-02-26
619 posts

See updated posts…

 Signature 

Developer13.com
Here is my nicely documented CodeIgniter Base CRUD Model

 
Posted: 14 November 2009 07:03 PM   [ Ignore ]   [ # 41 ]   [ Rating: 0 ]
Joined: 2007-06-06
22 posts

checking it out!

demo looks good so far.

 Signature 

Diseño Web || Desarrollo Flash

 
Posted: 18 November 2009 03:42 AM   [ Ignore ]   [ # 42 ]   [ Rating: 0 ]
Avatar
Joined: 2007-02-26
619 posts

MyClientBase 0.6.1 closely follows the 0.6.0 release with a series of bugfixes and enhancements.

Included in this update:

Enhancements
- Invoice creation date can now be specified
- Payment date can now be specified
- Implemented new invoice report
- Tax info has been added to the invoice (pdf/html) output
- Enhancements have been made to the invoice layout

Bugfixes
- Deleting an invoice now deletes the appropriate invoice items and payments
- The new header menu now refers to the appropriate language variables

General
- Added a couple of language translation variables and removed a couple of unused ones

The online demo has been updated to 0.6.1, so feel free to log in (username: admin / password: admin) and take it for a test drive, or just download a copy for yourself!

 Signature 

Developer13.com
Here is my nicely documented CodeIgniter Base CRUD Model

 
Posted: 29 November 2009 11:18 PM   [ Ignore ]   [ # 43 ]   [ Rating: 0 ]
Avatar
Joined: 2007-02-26
619 posts

This is the first release of MyClientBase with the ability to implement custom modules.  The basic application modules are now known as the core modules, and any third party modules are known as custom modules.  Documentation explaining how custom modules are developed will be here soon.  Until then, refer to the newly created custom Tasks module to see how it works.

Enhancements

- Added ability to update basic invoice information on invoice edit page.
- Updated Modular Extensions from 5219 to 5229.
- Changed application directory to “core”.
- Added a custom Tasks module.

Bugfixes

- Fixed a small issue in client detail display.
- Fixed minor glitches in invoice report search display.

Other

- Eliminated global_admin_controller

Notes

Core application modules exist in system/core/modules.  Custom modules exist in system/modules.

 Signature 

Developer13.com
Here is my nicely documented CodeIgniter Base CRUD Model

 
Posted: 03 December 2009 02:43 AM   [ Ignore ]   [ # 44 ]   [ Rating: 0 ]
Avatar
Joined: 2007-02-26
619 posts

MyClientBase 0.6.2.6 is now available to download!

Bugfixes
- Fixed minor display issue in invoice payments table

Enhancements
- Upgraded Modular Extensions from 5229 to 5230
- Streamlined a number of database queries
- Changed the invoice item form element from a normal text input box to a textarea element
- Added very quick and simple (and most likely buggy) Kindle module db upgrade routine

Since version 0.6.2.4, MyClientBase supports easy addition of custom modules, as demonstrated by the custom tasks module included with the download.  I’d like to hear thoughts and suggestions on the custom module integration if anybody has them—both good and bad.

 Signature 

Developer13.com
Here is my nicely documented CodeIgniter Base CRUD Model

 
Posted: 03 December 2009 04:55 AM   [ Ignore ]   [ # 45 ]   [ Rating: 0 ]
Joined: 2008-11-06
315 posts
Developer13 - 03 December 2009 07:43 AM

MyClientBase 0.6.2.6 is now available to download!

Bugfixes
- Fixed minor display issue in invoice payments table

Enhancements
- Upgraded Modular Extensions from 5229 to 5230
- Streamlined a number of database queries
- Changed the invoice item form element from a normal text input box to a textarea element
- Added very quick and simple (and most likely buggy) Kindle module db upgrade routine

Since version 0.6.2.4, MyClientBase supports easy addition of custom modules, as demonstrated by the custom tasks module included with the download.  I’d like to hear thoughts and suggestions on the custom module integration if anybody has them—both good and bad.

Hello
is there any progress on UTF8 support?
Thank you!

 
3 of 5
3