From: Peter L. <pal...@gm...> - 2011-10-07 23:28:45
|
Hi Alberto, We are always interested in adding additional function to the timesheet system, so we would welcome your contribution. I think the way we could approach this is to have a look at your code to see what you have developed, and to work out the best way of integrating it into our current development. We are currently rewriting a significant proportion of the code into a new release, and aiming to close that off soon to be able to release it. Also, you mentioned Italian translation. Internationalisation is also a major upgrade in tsng-2.0. We have English and French already implemented. So my suggestions to you to get involved are: 1. Please send the code you have implemented for the billing/invoicing so we can review it and decide how and where in the development cycle it can be incorporated. 2. Apply your skills in Italian to add that language to the branches/txsheet-2.0-demo. Look at include/language/en-GB and include/language/fr-FR to understand how this has been implemented. Regards Peter On 10/06/2011 08:59 PM, Alberto Federico Turelli wrote: > Hi! > I started using Timesheet.php from version 1.2.1 for my small company, > then I suggested it to a customer who asked me to translate it and to > add the invoice functionality. > I added some tables (bank accounts, time billed) and, after selecting > a customer and checking which of the unbilled time (records of > timesheet_times table) should be billed, a .sxc file was generated > with the invoice data. Then, the selected timesheet_times records were > inserted into the time_billed table. > The project has been deployed in late 2006, and now another customer > is asking me for a more-or-less identical function. > I plan to port the 2006 patches to TimesheetNG 1.5.2, would it be > interesting to have the functionality added to the development trunk? > > Alberto > |