Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Library Managment in SilverStripe


Go to End


2 Posts   1294 Views

Avatar
pixelstuff

Community Member, 8 Posts

11 May 2009 at 2:17pm

I'm new to SilverStripe and was wondering, is there a method in SilverStripe that could be used to setup a book library managment section with check out/in capabilities for librarians and availability viewing for home users? Something that could be tied into the user account system? Could it be built with the current framework and available modules or would it need something custom? I'm not a programmer, but I do have ideas and could help do research if it needs a module and someone wants to start it.

Avatar
Willr

Forum Moderator, 5523 Posts

11 May 2009 at 5:25pm

It would be very straightforward to develop this sort of thing. You could use the existing registration module to handle the signing up process then you would just need to setup a LibraryBook DataObject as the 'Book'.

Since you mentioned you are not a programmer it might be too much of a help but it certainly could be done within the existing framework / modules and a few custom files