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
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)
br