|
Users Developers Wiki help. |
Users /
The Sort CookbookExamples of customised sorts for gtd-php v0.8 For sorting items in the main list (listItems.php) and in the list of children on an item report (itemReport.php):
will list the items with the oldest deadlines first, going through to the most recent ones to those furthest in the future, adn will then list the remaining items which have no deadline. On reports which mix incomplete and completed items, the incomplete items will all appear at the top, and the complete items will appear after that, sorted with the most recently completed items first. How do I use the above code?Answer:
|