In our library there is a need to pay a membership to
lend out bibliographies and if the membership timed
out, you cannot lend out items.
So i integrated a membership-feature.
Now you can define a membership-enddate in the
memberprofile (if you let this field free, the feature isn't
used for this member) and if the actually date is over
the enddate this member cannot check out items.
There are also functions to renew membership for 1, 6
or 12 months in the member_view.
The only problem of this feature is, that the database
has to be changed, but this could be with one
command (in mysql):
ALTER TABLE `member` ADD `mbrshipend` DATE
NOT NULL ;
The patch is attached!
TODO:
Create a function to renew membership with various
periods.
Connect the function with memberaccount
Nobody/Anonymous
None
None
Public
| Filename | Description | Download |
|---|---|---|
| mbrship.diff | works now with 0.7.1 | Download |
| Field | Old Value | Date | By |
|---|---|---|---|
| File Added | 449595: mbrship.diff | 2012-07-23 12:50:48 PDT | larian |
| File Deleted | 129824: | 2012-07-23 12:49:25 PDT | larian |
| File Added | 129824: mbrship.diff | 2005-04-14 04:42:24 PDT | larian |
| File Deleted | 124463: | 2005-04-14 04:41:29 PDT | larian |
| File Added | 124463: mbrship.diff | 2005-03-07 02:08:33 PST | larian |