Objectmix
Tags Register Mark Forums Read

Book Library management System : Sharepoint

This is a discussion on Book Library management System within the Sharepoint forums in Microsoft Tools category; Hello I am new to sharepoint, I am looking for an article or template or any web parts for book library management system. Where I can monitor the list of issued books, Issue and receipt of books to an individual. I will be thankful if someone can help in this matter. Ashish...


Object Mix > Microsoft Tools > Sharepoint > Book Library management System

Sharepoint Microsoft sharepoint portal server development, administration and related discussions

Reply

 

LinkBack Thread Tools
  #1  
Old 12-28-2006, 07:59 AM
Junior Member
 
Join Date: Nov 2009
Posts: 0
Application Development is on a distinguished road
Default Book Library management System

Hello

I am new to sharepoint, I am looking for an article or template or any web
parts for book library management system. Where I can monitor the list of
issued books, Issue and receipt of books to an individual.

I will be thankful if someone can help in this matter.

Ashish


Reply With Quote
  #2  
Old 12-29-2006, 12:27 AM
Junior Member
 
Join Date: Nov 2009
Posts: 0
Application Development is on a distinguished road
Default Re: Book Library management System

About this :- http://www.dotnetspider.com/projects/SMS.aspx
Patrick

"Ashish" <ashishkanoongo@hotmail.com> wrote in message
news:eKoiR$nKHHA.1248@TK2MSFTNGP03.phx.gbl...
> Hello
>
> I am new to sharepoint, I am looking for an article or template or any web
> parts for book library management system. Where I can monitor the list of
> issued books, Issue and receipt of books to an individual.
>
> I will be thankful if someone can help in this matter.
>
> Ashish
>
>



Reply With Quote
  #3  
Old 12-29-2006, 03:59 AM
Junior Member
 
Join Date: Nov 2009
Posts: 0
Application Development is on a distinguished road
Default Re: Book Library management System

Patrick

I know how can i do the C# or any other developmetn language, I want to
create same in shrepoint portal.

Let me know if you have any other idea.

Ashish
"Patrick.O.Ige" <naijacoder@hotmail.com> wrote in message
news:ucJNbowKHHA.1008@TK2MSFTNGP06.phx.gbl...
> About this :- http://www.dotnetspider.com/projects/SMS.aspx
> Patrick
>
> "Ashish" <ashishkanoongo@hotmail.com> wrote in message
> news:eKoiR$nKHHA.1248@TK2MSFTNGP03.phx.gbl...
>> Hello
>>
>> I am new to sharepoint, I am looking for an article or template or any
>> web
>> parts for book library management system. Where I can monitor the list of
>> issued books, Issue and receipt of books to an individual.
>>
>> I will be thankful if someone can help in this matter.
>>
>> Ashish
>>
>>

>
>








Reply With Quote
  #4  
Old 12-31-2006, 02:24 PM
Junior Member
 
Join Date: Nov 2009
Posts: 0
Application Development is on a distinguished road
Default Re: Book Library management System

Hi,
I have built a solution for this purpose but it probably depends on the
scale you require.
Mine was for 800 resources and 300 borrowers. It works very well for the non
technical people manage the resources. I don't see any reason why it would
not scale to thousands of resources but to go to thousands of users it would
be best if the borrowers we in Active Directory because the AD people picker
would be more efficient than a drop down box with thousands of names.

It is just 3 lists, 1 workflow and a Web Part Page with a Data View
(requires SharePoint Designer to configure).
The lists are for:

Members (Contacts list)
Resources (Custom List, has a lookup to the Members Full Name field)
Reservations (Custom List with lookup to Resources and Members)

The workflow is for the check-in process. It removes the borrower name from
the item and sets the return date to today. It then checks the reservations
list to see if anyone has reserved the resource being returned and sends
them and email as well as setting the Available yes/no field in the
reservations list to yes so that it is displayed on the home page of the
site to alert the person who has checked it in.

From the site home page there is a Form Web Part to enter any part of a
resource title. This has a cross page connection to a web part page that
contains a Data View web part which displays a filtered list of resources.
depending on the status of the resources (determined by the existence of a
borrower name or not) a check-out or check-in button is displayed next to
each item). Check out button just goes to the edit item page to select a
borrower. Check in button launches workflow then returns user to the home
page.

I'll get some screen shots up on my site when it is back on line (physical
relocation of server underway at the moment)

Regards,
Ian
http://www.wssdemo.com

"Ashish" <ashishkanoongo@hotmail.com> wrote in message
news:Ozc1FUzKHHA.536@TK2MSFTNGP02.phx.gbl...
> Patrick
>
> I know how can i do the C# or any other developmetn language, I want to
> create same in shrepoint portal.
>
> Let me know if you have any other idea.
>
> Ashish
> "Patrick.O.Ige" <naijacoder@hotmail.com> wrote in message
> news:ucJNbowKHHA.1008@TK2MSFTNGP06.phx.gbl...
>> About this :- http://www.dotnetspider.com/projects/SMS.aspx
>> Patrick
>>
>> "Ashish" <ashishkanoongo@hotmail.com> wrote in message
>> news:eKoiR$nKHHA.1248@TK2MSFTNGP03.phx.gbl...
>>> Hello
>>>
>>> I am new to sharepoint, I am looking for an article or template or any
>>> web
>>> parts for book library management system. Where I can monitor the list
>>> of
>>> issued books, Issue and receipt of books to an individual.
>>>
>>> I will be thankful if someone can help in this matter.
>>>
>>> Ashish
>>>
>>>

>>
>>

>
>
>
>
>
>
>


Reply With Quote
  #5  
Old 12-31-2006, 06:37 PM
Junior Member
 
Join Date: Nov 2009
Posts: 0
Application Development is on a distinguished road
Default Re: Book Library management System

Screen shots:
http://www.wssdemo.com/v3Images/Library1.jpg
http://www.wssdemo.com/v3Images/Library2.jpg

Regards,
Ian
http://www.wssdemo.com

"Ian Morrish" <ian.morrish@morrsoft.com> wrote in message
news:873BBFE0-095E-497A-9C50-5BE436B557F4@microsoft.com...
> Hi,
> I have built a solution for this purpose but it probably depends on the
> scale you require.
> Mine was for 800 resources and 300 borrowers. It works very well for the
> non technical people manage the resources. I don't see any reason why it
> would not scale to thousands of resources but to go to thousands of users
> it would be best if the borrowers we in Active Directory because the AD
> people picker would be more efficient than a drop down box with thousands
> of names.
>
> It is just 3 lists, 1 workflow and a Web Part Page with a Data View
> (requires SharePoint Designer to configure).
> The lists are for:
>
> Members (Contacts list)
> Resources (Custom List, has a lookup to the Members Full Name field)
> Reservations (Custom List with lookup to Resources and Members)
>
> The workflow is for the check-in process. It removes the borrower name
> from the item and sets the return date to today. It then checks the
> reservations list to see if anyone has reserved the resource being
> returned and sends them and email as well as setting the Available yes/no
> field in the reservations list to yes so that it is displayed on the home
> page of the site to alert the person who has checked it in.
>
> From the site home page there is a Form Web Part to enter any part of a
> resource title. This has a cross page connection to a web part page that
> contains a Data View web part which displays a filtered list of resources.
> depending on the status of the resources (determined by the existence of a
> borrower name or not) a check-out or check-in button is displayed next to
> each item). Check out button just goes to the edit item page to select a
> borrower. Check in button launches workflow then returns user to the home
> page.
>
> I'll get some screen shots up on my site when it is back on line (physical
> relocation of server underway at the moment)
>
> Regards,
> Ian
> http://www.wssdemo.com
>
> "Ashish" <ashishkanoongo@hotmail.com> wrote in message
> news:Ozc1FUzKHHA.536@TK2MSFTNGP02.phx.gbl...
>> Patrick
>>
>> I know how can i do the C# or any other developmetn language, I want to
>> create same in shrepoint portal.
>>
>> Let me know if you have any other idea.
>>
>> Ashish
>> "Patrick.O.Ige" <naijacoder@hotmail.com> wrote in message
>> news:ucJNbowKHHA.1008@TK2MSFTNGP06.phx.gbl...
>>> About this :- http://www.dotnetspider.com/projects/SMS.aspx
>>> Patrick
>>>
>>> "Ashish" <ashishkanoongo@hotmail.com> wrote in message
>>> news:eKoiR$nKHHA.1248@TK2MSFTNGP03.phx.gbl...
>>>> Hello
>>>>
>>>> I am new to sharepoint, I am looking for an article or template or any
>>>> web
>>>> parts for book library management system. Where I can monitor the list
>>>> of
>>>> issued books, Issue and receipt of books to an individual.
>>>>
>>>> I will be thankful if someone can help in this matter.
>>>>
>>>> Ashish
>>>>
>>>>
>>>
>>>

>>
>>
>>
>>
>>
>>
>>

>


Reply With Quote
  #6  
Old 01-03-2007, 10:13 AM
Junior Member
 
Join Date: Nov 2009
Posts: 0
Application Development is on a distinguished road
Default Re: Book Library management System

Ian

Thanks for information. I reviewed site images, looks good. I still want to
test it what you have done, if it is not against ethics, can u please
provide login information.

Ashish
"Ian Morrish" <ian.morrish@morrsoft.com> wrote in message
news:56C2AC81-3FB6-41E3-9803-86F44AE2B0E1@microsoft.com...
> Screen shots:
> http://www.wssdemo.com/v3Images/Library1.jpg
> http://www.wssdemo.com/v3Images/Library2.jpg
>
> Regards,
> Ian
> http://www.wssdemo.com
>
> "Ian Morrish" <ian.morrish@morrsoft.com> wrote in message
> news:873BBFE0-095E-497A-9C50-5BE436B557F4@microsoft.com...
>> Hi,
>> I have built a solution for this purpose but it probably depends on the
>> scale you require.
>> Mine was for 800 resources and 300 borrowers. It works very well for the
>> non technical people manage the resources. I don't see any reason why it
>> would not scale to thousands of resources but to go to thousands of users
>> it would be best if the borrowers we in Active Directory because the AD
>> people picker would be more efficient than a drop down box with thousands
>> of names.
>>
>> It is just 3 lists, 1 workflow and a Web Part Page with a Data View
>> (requires SharePoint Designer to configure).
>> The lists are for:
>>
>> Members (Contacts list)
>> Resources (Custom List, has a lookup to the Members Full Name field)
>> Reservations (Custom List with lookup to Resources and Members)
>>
>> The workflow is for the check-in process. It removes the borrower name
>> from the item and sets the return date to today. It then checks the
>> reservations list to see if anyone has reserved the resource being
>> returned and sends them and email as well as setting the Available yes/no
>> field in the reservations list to yes so that it is displayed on the home
>> page of the site to alert the person who has checked it in.
>>
>> From the site home page there is a Form Web Part to enter any part of a
>> resource title. This has a cross page connection to a web part page that
>> contains a Data View web part which displays a filtered list of
>> resources. depending on the status of the resources (determined by the
>> existence of a borrower name or not) a check-out or check-in button is
>> displayed next to each item). Check out button just goes to the edit item
>> page to select a borrower. Check in button launches workflow then returns
>> user to the home page.
>>
>> I'll get some screen shots up on my site when it is back on line
>> (physical relocation of server underway at the moment)
>>
>> Regards,
>> Ian
>> http://www.wssdemo.com
>>
>> "Ashish" <ashishkanoongo@hotmail.com> wrote in message
>> news:Ozc1FUzKHHA.536@TK2MSFTNGP02.phx.gbl...
>>> Patrick
>>>
>>> I know how can i do the C# or any other developmetn language, I want to
>>> create same in shrepoint portal.
>>>
>>> Let me know if you have any other idea.
>>>
>>> Ashish
>>> "Patrick.O.Ige" <naijacoder@hotmail.com> wrote in message
>>> news:ucJNbowKHHA.1008@TK2MSFTNGP06.phx.gbl...
>>>> About this :- http://www.dotnetspider.com/projects/SMS.aspx
>>>> Patrick
>>>>
>>>> "Ashish" <ashishkanoongo@hotmail.com> wrote in message
>>>> news:eKoiR$nKHHA.1248@TK2MSFTNGP03.phx.gbl...
>>>>> Hello
>>>>>
>>>>> I am new to sharepoint, I am looking for an article or template or any
>>>>> web
>>>>> parts for book library management system. Where I can monitor the list
>>>>> of
>>>>> issued books, Issue and receipt of books to an individual.
>>>>>
>>>>> I will be thankful if someone can help in this matter.
>>>>>
>>>>> Ashish
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>

>>

>



Reply With Quote
  #7  
Old 01-05-2007, 06:29 PM
Junior Member
 
Join Date: Nov 2009
Posts: 0
Application Development is on a distinguished road
Default Re: Book Library management System

Sorry, this is on a private Intranet. I will try and build the same solution
on my site next week.
Regards,
Ian
http://www.wssdemo.com

"Ashish" <ashishkanoongo@hotmail.com> wrote in message
news:%23YbEha0LHHA.2028@TK2MSFTNGP03.phx.gbl...
> Ian
>
> Thanks for information. I reviewed site images, looks good. I still want
> to test it what you have done, if it is not against ethics, can u please
> provide login information.
>
> Ashish
> "Ian Morrish" <ian.morrish@morrsoft.com> wrote in message
> news:56C2AC81-3FB6-41E3-9803-86F44AE2B0E1@microsoft.com...
>> Screen shots:
>> http://www.wssdemo.com/v3Images/Library1.jpg
>> http://www.wssdemo.com/v3Images/Library2.jpg
>>
>> Regards,
>> Ian
>> http://www.wssdemo.com
>>
>> "Ian Morrish" <ian.morrish@morrsoft.com> wrote in message
>> news:873BBFE0-095E-497A-9C50-5BE436B557F4@microsoft.com...
>>> Hi,
>>> I have built a solution for this purpose but it probably depends on the
>>> scale you require.
>>> Mine was for 800 resources and 300 borrowers. It works very well for the
>>> non technical people manage the resources. I don't see any reason why it
>>> would not scale to thousands of resources but to go to thousands of
>>> users it would be best if the borrowers we in Active Directory because
>>> the AD people picker would be more efficient than a drop down box with
>>> thousands of names.
>>>
>>> It is just 3 lists, 1 workflow and a Web Part Page with a Data View
>>> (requires SharePoint Designer to configure).
>>> The lists are for:
>>>
>>> Members (Contacts list)
>>> Resources (Custom List, has a lookup to the Members Full Name field)
>>> Reservations (Custom List with lookup to Resources and Members)
>>>
>>> The workflow is for the check-in process. It removes the borrower name
>>> from the item and sets the return date to today. It then checks the
>>> reservations list to see if anyone has reserved the resource being
>>> returned and sends them and email as well as setting the Available
>>> yes/no field in the reservations list to yes so that it is displayed on
>>> the home page of the site to alert the person who has checked it in.
>>>
>>> From the site home page there is a Form Web Part to enter any part of a
>>> resource title. This has a cross page connection to a web part page that
>>> contains a Data View web part which displays a filtered list of
>>> resources. depending on the status of the resources (determined by the
>>> existence of a borrower name or not) a check-out or check-in button is
>>> displayed next to each item). Check out button just goes to the edit
>>> item page to select a borrower. Check in button launches workflow then
>>> returns user to the home page.
>>>
>>> I'll get some screen shots up on my site when it is back on line
>>> (physical relocation of server underway at the moment)
>>>
>>> Regards,
>>> Ian
>>> http://www.wssdemo.com
>>>
>>> "Ashish" <ashishkanoongo@hotmail.com> wrote in message
>>> news:Ozc1FUzKHHA.536@TK2MSFTNGP02.phx.gbl...
>>>> Patrick
>>>>
>>>> I know how can i do the C# or any other developmetn language, I want to
>>>> create same in shrepoint portal.
>>>>
>>>> Let me know if you have any other idea.
>>>>
>>>> Ashish
>>>> "Patrick.O.Ige" <naijacoder@hotmail.com> wrote in message
>>>> news:ucJNbowKHHA.1008@TK2MSFTNGP06.phx.gbl...
>>>>> About this :- http://www.dotnetspider.com/projects/SMS.aspx
>>>>> Patrick
>>>>>
>>>>> "Ashish" <ashishkanoongo@hotmail.com> wrote in message
>>>>> news:eKoiR$nKHHA.1248@TK2MSFTNGP03.phx.gbl...
>>>>>> Hello
>>>>>>
>>>>>> I am new to sharepoint, I am looking for an article or template or
>>>>>> any
>>>>>> web
>>>>>> parts for book library management system. Where I can monitor the
>>>>>> list of
>>>>>> issued books, Issue and receipt of books to an individual.
>>>>>>
>>>>>> I will be thankful if someone can help in this matter.
>>>>>>
>>>>>> Ashish
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>

>>

>
>


Reply With Quote
Reply

Thread Tools


Similar Threads

Thread Thread Starter Forum Replies Last Post
An unhandled exception of type 'System.ExecutionEngineException' occurred in system.management.dll usenet DOTNET 1 04-28-2006 10:15 AM
Re: system.web.management usenet DOTNET 4 02-19-2006 08:35 PM
Re: system.web.management usenet DOTNET 0 02-16-2006 02:35 PM
System.Management.ManagementException' occurred in system.management.dll usenet DOTNET 0 03-14-2005 04:57 PM
FS: Perl Book Library usenet Perl 0 08-15-2003 04:01 PM


All times are GMT -5. The time now is 09:50 AM.