You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm using the PDF function.
If I put the mode "Date / Project / Task", it will always sort by "Project / Task / Date" (same for "Project / Date / Task")
I'm using the latest version of timesheet 4.5.1 with dolibarr 15.0.0 with pgSQL DB
The text was updated successfully, but these errors were encountered:
Hi, I didn't check the code yet. It's not a big issue for me. I'll take a look at the PDF when I have time.
Also having the sort options that works as requested would be a nice feature.
There is 3 possible approaches,
put project + task in the task,
adding a new column (I will advise against as aligning the cell is really anoyning; up to you)
Adding a new line "project" each time the project changes (My prefered solution)
Same apporach for the user if you want to have something really flexible
The main loop will have to be updated to use reportArray instead of grouping per project/users
Hi,
I'm using the PDF function.
If I put the mode "Date / Project / Task", it will always sort by "Project / Task / Date" (same for "Project / Date / Task")
I'm using the latest version of timesheet 4.5.1 with dolibarr 15.0.0 with pgSQL DB
The text was updated successfully, but these errors were encountered: