Introducing new "Letters" system : Letters will be used everytime you want to sent...
authortipaul <tipaul>
Thu, 28 Jul 2005 15:10:12 +0000 (15:10 +0000)
committertipaul <tipaul>
Thu, 28 Jul 2005 15:10:12 +0000 (15:10 +0000)
commit8caf4b5277b7460aad6347c2de47c267eda0cd9d
treeb85304f05447b0541847fea5f1b4c7fb27ff3be7
parentb645144bcb7397681bb78ce406703e2719931ecc
Introducing new "Letters" system : Letters will be used everytime you want to sent something to someone (through mail or paper). For example, sending a mail for overdues use letter that you can put as parameters. Sending a mail to a borrower when a suggestion is validated uses a letter too.
the letter table contains 3 fields :
* code => the code of the letter
* name => the complete name of the letter
* content => the complete text. It's a TEXT field type, so has no limits.

My next goal now is to work on point 2-I "serial issue alert"
With this feature, in serials, a user can subscribe the "issue alert". For every issue arrived/missing, a mail is sent to all subscribers of this list. The mail warns the user that the issue is arrive or missing. Will be in head.
(see mail on koha-devel, 2005/04/07)

The "serial issue alert" will be the 1st to use this letter system that probably needs some tweaking ;-)

Once it will be stabilised default letters (in any languages) could be added during installer to help the library begin with this new feature.
admin/letter.pl [new file with mode: 0755]
koha-tmpl/intranet-tmpl/default/en/help/admin/letter.tmpl [new file with mode: 0644]
koha-tmpl/intranet-tmpl/default/en/parameters/letter.tmpl [new file with mode: 0644]
updater/updatedatabase