Treasurer Report: Difference between revisions
Jump to navigation
Jump to search
(Created page with '== general description == * inform the treasurer of a worker back home about the level of incoming donations ** should work with Email, and printed letter ** don't show details o…') |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
* inform the treasurer of a worker back home about the level of incoming donations | * inform the treasurer of a worker back home about the level of incoming donations | ||
** should work with Email, and printed letter | ** should work with Email, and printed letter | ||
** don't show details of donations, | ** don't show details of donations, just the sum per month | ||
special cases: | special cases: | ||
* several treasurers per worker | * several treasurers per worker | ||
* one treasurer is responsible for several workers | * one treasurer is responsible for several workers | ||
* always use the best address of the treasurer | |||
* the treasurer report should still be sent up to 3 months after worker left the organisation (transition flag set on personnel record) | * the treasurer report should still be sent up to 3 months after worker left the organisation (transition flag set on personnel record) | ||
Line 12: | Line 13: | ||
* a button for calculating the letters | * a button for calculating the letters | ||
* a tabbed page control with one page for emails and one page for letters | * a tabbed page control with one page for emails and one page for letters | ||
* use HTML template for the emails | |||
* use HTML template for printed letters as well (do we need to use our own HTML renderer???) | |||
== howto test == | == howto test == | ||
== todo == | == todo == |
Latest revision as of 13:43, 21 September 2009
general description
- inform the treasurer of a worker back home about the level of incoming donations
- should work with Email, and printed letter
- don't show details of donations, just the sum per month
special cases:
- several treasurers per worker
- one treasurer is responsible for several workers
- always use the best address of the treasurer
- the treasurer report should still be sent up to 3 months after worker left the organisation (transition flag set on personnel record)
howto implement
- a button for calculating the letters
- a tabbed page control with one page for emails and one page for letters
- use HTML template for the emails
- use HTML template for printed letters as well (do we need to use our own HTML renderer???)