On 02/09/2012 09:25 AM, tray wrote:
> Hi,
> 
> Sorry this is a slight diversion from the question but.....I'm trying
> to get into the project management within tryton.  I'm having trouble
> getting my head around getting projects to being invoiced.  Is there a
> reference that I can refer to help?

You can use project_revenue to set a product on a project, but that
still won't get you to invoicing, just valuation of the work done.

It depends on how you wish to invoice projects - what entails a project
in your business.

Me, I do a lot of time-based billing. For that I wrote timesheet_invoice
(availabe on pypi and github). It allows me to write timesheet lines on
a task, and generate invoices and reports now and then based on billable
hours.

I'm currently working on contract_retainer where I have an agreement to
do a certain amount of work for a client in the context of one or more
projects, need to give an accounting of hours spent and track the
balance between invoiced hours and hours actually spent on the client.

All this is probably useless for projects to deliver certain goods, or
projects that are fixed price in nature. For those, you can use the
project modules for managing projects, but I would generate invoices
manually.


-- 
________________________________________________________________
Paul J Stevens        pjstevns @ gmail, twitter, skype, linkedin

  * Premium Hosting Services and Web Application Consultancy *

           www.nfg.nl/[email protected]/+31.85.877.99.97
________________________________________________________________

-- 
[email protected] mailing list

Reply via email to