Tracker: Patches

5 Membership-Feature - ID: 1158176
Last Update: Comment added ( larian )

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


Marcus Bautze ( larian ) - 2005-03-07 02:08:32 PST

5

Open

None

Nobody/Anonymous

None

None

Public


Comments ( 2 )

Date: 2012-07-23 12:51:45 PDT
Sender: larian

long time i was absent, but here's the patch for 0.7.1 to activate this
feature


Date: 2005-04-14 04:41:28 PDT
Sender: larian

Logged In: YES
user_id=1209841

Updated mbrship.diff to work with 0.5.1 :-)


Attached File ( 1 )

Filename Description Download
mbrship.diff works now with 0.7.1 Download

Changes ( 5 )

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