![]() |
|
|
|||||||
| Register | FAQ | Top Posters | Members List | Calendar | Search | Today's Posts | Resend Activation Email | Mark Forums Read |
| dotProject Documentation | dotProject FAQ | Bugs & Feature Requests | Language Packs & Themes | Download dotProject |
| New Module Announcements Please place only announcements of new modules here. Support queries should go to the general support forum. |
![]() |
|
|
Thread Tools | Display Modes |
|
#21
|
||||
|
||||
|
Thanks, much appreciated
|
|
#22
|
|||
|
|||
|
I still don't see a way how to sort items on the invoice.
I basically need to have all items sorted by Task name/Task log name (which in my case is usually a number), is there any way to do this? Any help is highly appreciated. Thanks, |
|
#23
|
||||
|
||||
|
You can modify the sql query's "order" clause to achieve that. It depends on your version of invoice module what the code for that would be.
Have a look at the addedit.php page and paste here the relevant section (the sql query) and I'll try to update it to fit your needs. |
|
#24
|
|||
|
|||
|
Thanks for the hint. Based on this I could find it.
In my version (older 0.4 but modified) it was actually already inside the code, but only disabled as "//$q->addOrder('task_log_name');", so once enabling that part, everything seems to sort nicely as its suppose to be. Thanks a lot for the quick help . |
|
#25
|
||||
|
||||
|
you are welcome
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|