Feng Forum

Other Topics => Development => : Capitan December 06, 2010, 01:06:38 AM

: We really need invoicing:(
: Capitan December 06, 2010, 01:06:38 AM
It's obvious the "invoicing" thread is dead.

I really don't understand why some people keep bringing up that it matters which country you are in.

This is NOT true.  Bamboo invoice doesn't have this problem, neither does simple invoice.  It doesn't matter the country/tax system if it's designed right.

Please add this feature!
: Re: We really need invoicing:(
: internalkernel December 31, 2010, 08:29:21 PM
Hi, maybe not exactly the solution you're looking for... but I embedded Simple Invoices into an application tab in Feng.

Simple Invoices: http://www.simpleinvoices.org/

Simple Invoices has it's own shortcomings, but it works very well for what I need at the moment. Follow the Hello World thread to add an app tab into Feng. My entry in public/assetts/javvascript/og/layout.js is:
:
og.panels.invoices = new og.ContentPanel({
                        title: lang('invoices'),
                        id: 'invoices-panel',
                        iconCls: 'ico-invoices',
                        //refreshOnWorkspaceChange: true,
                        defaultContent: {
                                type: 'html',
                                data: '<iframe style="width:100%;height:100%;border:0" src="application/views/invoices/index.php"></iframe>'
                        }
                }),

Of course, this is essentially a dirty hack - so none of the data is shared between the two. But, it's a starting point. Hopefully this helps, I'm off to figure out how to enable/disable tabs...
: Re: We really need invoicing:(
: Capitan February 12, 2011, 06:44:49 PM
Thanks.   I just don't get why they don't release some kind of invoice plugin or something.  They say something to do with taxes, but that doesn't even make sense... make the tax part optional or not supported or something.  I just want data shared for clients between the two.
: Re: We really need invoicing:(
: franponce87 February 23, 2011, 11:54:03 AM
Capitan, as you may have noticed, right now we do not have such feature and we are rather busy fixing, improving and developing others.
However, if you happen to get someone to develop it or if you would like to help sponsoring it (you may do this contacting sales@fengoffice.com), we would be happy to add it in our next release.

Best regards,
Francisco