Report Dolibarr

Hi there ,

I’m using timesheet module and I want to have every month automatic created report in .csv about all our users with hours worked, leaves and expense reports.

How can I do it ?

Thank you

hello this is not forseen per the module but for the hours worked (not holiday nor expenses) you might use a scheduled task that use curl to call that url (of course the dateStart and dateEnd must be set. url addapted and login provided)

http://localhost/custom/timesheet/TimesheetReportProject.php?action=getExport&dateStart=20151201&dateEnd=20201231&projectSelected=-999&mode=UTD&model=csv&invoicabletaskOnly=&ungroup=

br