Changes between Version 1 and Version 2 of Projects/Advanced/MatrixReport
- Timestamp:
- 04/06/11 10:28:46 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Projects/Advanced/MatrixReport
v1 v2 5 5 == Example == 6 6 ''List View:'' 7 | Organisation | Activity | Location | 8 | Red Cross | Water Supply | Townville | 9 | Red Cross | Food Distribution | Townville | 10 | Red Cross | Shelter | Townville | 11 | Helping Hands | Food Distribution | Townville | 12 | Helping Hands | Food Distribution | High Valley | 13 | Safer World | Water Supply | Townville | 14 | Safer World | Food Distribution | Newtown | 7 8 || '''Organisation''' || '''Activity''' || '''Location''' || 9 || Red Cross || Water Supply || Townville || 10 || Red Cross || Food Distribution || Townville || 11 || Red Cross || Shelter || Townville || 12 || Helping Hands || Food Distribution || Townville || 13 || Helping Hands || Food Distribution || High Valley || 14 || Safer World || Water Supply || Townville || 15 || Safer World || Food Distribution || Newtown || 15 16 16 17 ''Matrix View:'' 17 | Helping Hands | Food Distribution | Townville | 18 || ||'''High Valley''' || '''Newtown''' || '''Townville''' || 19 || '''Food Distribution''' || Helping Hands || || Helping Hands || 20 || '''Shelter''' || || || Red Cross || 21 || '''Water Supply''' || || Safer World ||Safer World || 22 18 23 19 24 == Current Implementation == 20 25 Live on: http://demo.drrprojects.net/drrp/drrpp/project/matrix 21 Code in: 26 Code in: http://bazaar.launchpad.net/~michael-howden/sahana-eden/adpc/view/head:/models/drrpp.py see: line 2668 - def shn_drrpp_matrix(xrequest, **attr): 27 22 28 23 29 == Features ==