I've added the network type as an example how to implement list type filters.
Not sure if this is the right way, though. Passing subtypes to ExtJS and developing a special renderer might
be better because it allows to cut network load a little bit. Should not matter at the moment, though.
I've noticed one bug: The date 'on' filter is not working. A little bit of timestamp truncating in the query should be able to fix the problem.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've added preliminary code to the SVN.
You can reach the alternative workorder list through the reports page for the time being
Localization: PHP/gettext vs. the ExtJS way - not sure what is better in this case.
Actions are missing
I've added the network type as an example how to implement list type filters.
Not sure if this is the right way, though. Passing subtypes to ExtJS and developing a special renderer might
be better because it allows to cut network load a little bit. Should not matter at the moment, though.
I've noticed one bug: The date 'on' filter is not working. A little bit of timestamp truncating in the query should be able to fix the problem.
Another thing that needs to be done: Mention ExtJS and the grid filter plugin with the copyright statements on the About page/README...