Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

[SHARE] Library System(VB.NET) ss only

Sir, baka pwede magpagawa ng Baptismal system sa inyo?!? Until now po kasi wala parin kaming system dito sa Church Office eh... Pag may nagre-request ng Baptismal Certificate, hinahalukay pa namin nang manu-mano.. sa 1 request, inaabot ng 20-30 mins. bago makita ung file... Siguro kung may system na halintulad sa gawa nyo, mas mapapadali namin ang process.. ^_^ TIA... ganda ng design nyo sir! :salute::thumbsup::praise:
 
Mga Sir astig ng system nyo, kung ok lang po itanong ano anong database po yung mga ginamit nyo
dun po kasi ako nalilito, ang alam ko palang as of now eh yung Table for Books and Table for Student/Borrowers
Maraming Salamat po
 
share ko lang po itong gawa ng grupo namin :D
sensya na po, walang source code, pinaghirapan kasing gawin..
shoutout nga pala kay sir ericmejia ng symbianize, maraming salamat po, madami po akong natutunan sa inyo :salute:

ginawa ko po itong thread na to para makapagshare at maging guide po sa mga kukuha ng System Analysis and Design or other related subjects next sem..

LOG IN
http://imageshack.us/a/img10/739/studentlogin.png

wrong username/password
http://imageshack.us/a/img41/1476/wrongpwn.png


WELCOME SCREEN
http://imageshack.us/a/img841/9950/welcomepi.png

SEARCH
http://imageshack.us/a/img14/8365/searchol.png


INVENTORY
http://imageshack.us/a/img42/7071/editbook.png


CIRCULATION
http://imageshack.us/a/img209/5562/circulation.png


BORROW
http://imageshack.us/a/img6/2254/borrowing.png


RETURN
http://imageshack.us/a/img823/2029/returning.png


TRANSACTIONS
http://imageshack.us/a/img845/1018/transactions.png



REPORT VIEWERS
list of transactions
http://imageshack.us/a/img19/3627/translist.png

master list of books
http://imageshack.us/a/img28/6210/masterlist.png

user accounts
http://imageshack.us/a/img20/9860/listacct.png


MANAGE ALMS
http://imageshack.us/a/img824/7070/managec.png


ABOUT CRITICAL
http://imageshack.us/a/img822/2476/aboutcritical.png



comment lang po kayo kung may gusto kayong itanong :)



pashare naman ng code mga boss need ko lang
 
Nice design ts! Share ko din yung sakin. Currently working pa ako sa system nato. Hehe. Ito lang muna SS:


Login UI


Home UI
 

Attachments

  • Untitled_zpsae80a5b9.png
    Untitled_zpsae80a5b9.png
    9.5 KB · Views: 1
Last edited:
Sir kung okay lang malaman, ilang tables ginamit nyo? hiwalay po ba yung borrow books sa return books table? :thanks:

Dati nung thesis ko last semester. Bali yung tables ko is 4 lang. Users, Borrowers, Books, Transaction Logs. Yung transaction logs andun na lahat yung mga transaction records (borrow, return, etc.) Filtering lang ginamit ko.
 
WOW!! ANG GANDA!!!! ASTIG! Maganda talaga gumawa sa VB. Project din namin to. Library system.. Kaso gagamitin ata namin Java.. Tanong ko lang kung pwedeng makakonek by LAN o WiFi... :) Idol! :):thumbsup::salute:

- - - Updated - - -

congrats,
maganda,
minimalist,
di overwhelming ang UI,
consistent yung theme

salamat naman at may natutunan ka kay ericgmejia
maski papano nakatulong;
may nagsabi kasi sa isang thread na hindi daw sya nakakatulong

anyway
try mo to for free METRO ICONS
http://www.syncfusion.com/downloads/metrostudio

sana sinabi mo to ng maaga,
meron akong usercontrol na panel with rounded edges at may gradient,
match sana dyan sa UI mo para di matulis
https://dl.dropbox.com/u/15897480/Temp/Code/UI1.PNG


ok rin yung listahan ng WANTED sa last pic
para may pagbibibintangan pag may mali, hehehehe
pero seryoso, mas professional tignan kung wala ang pictures nyo dun, name lang ok na
tignan mo list ng developers sa "About" ng Adobe at iba pang software




Hello! Tanong ko lang po kung free yung Metro Studio na application? o free trial lang? Thanks! :)

- - - Updated - - -

Nice design ts! Share ko din yung sakin. Currently working pa ako sa system nato. Hehe. Ito lang muna SS:

[url]http://i1026.photobucket.com/albums/y326/beaugucci/LoginUI_zps5e88cb2d.png[/URL]
Login UI

[url]http://i1026.photobucket.com/albums/y326/beaugucci/HomeUI_zpsc24c36c2.png[/URL]
Home UI




ASTIG din to!! Whew.. Nakakapressure naman.. HAHAHA.
 
Dati nung thesis ko last semester. Bali yung tables ko is 4 lang. Users, Borrowers, Books, Transaction Logs. Yung transaction logs andun na lahat yung mga transaction records (borrow, return, etc.) Filtering lang ginamit ko.

Maraming Salamat po Sir sa quick response :thanks:
 
WOW!! ANG GANDA!!!! ASTIG! Maganda talaga gumawa sa VB. Project din namin to. Library system.. Kaso gagamitin ata namin Java.. Tanong ko lang kung pwedeng makakonek by LAN o WiFi... :) Idol! :):thumbsup::salute:

- - - Updated - - -






Hello! Tanong ko lang po kung free yung Metro Studio na application? o free trial lang? Thanks! :)

- - - Updated - - -






ASTIG din to!! Whew.. Nakakapressure naman.. HAHAHA.


Free po yung metro icons. thanks sa nagshare. yan gamit ko mga icons. give it a try bro.
 
Free po yung metro icons. thanks sa nagshare. yan gamit ko mga icons. give it a try bro.

Sir kung okay lang po malaman, paano yung logic sa Transaction Logs? pagborrow mapupunta sa transaction logs, pag return anong mangyayari?
 
Sir kung okay lang po malaman, paano yung logic sa Transaction Logs? pagborrow mapupunta sa transaction logs, pag return anong mangyayari?

Sa transaction logs table mo ganito. Transaction No, Borrower-ID, BorrowerName, BookID, BookTitle, Date Borrowed, Due Date, Date Return, Penalty, Status.

For example sa borrowing:

Transaction-No | Borrower-ID | BorrowerName | BookID | BookTitle | Date Borrowed | Due Date | Date Return | Penalty | Status |
TR-0001 | BR-0001 | Dandelion | BK-0001 | C#. NET | 12/23/2013 | 12/30/13 | NULL | 0.00 | Borrowed |

Then in return update mo lang yung data. Like this.

Transaction-No | Borrower-ID | BorrowerName | BookID | BookTitle | Date Borrowed | Due Date | Date Return | Penalty | Status |
TR-0001 | BR-0001 | Dandelion | BK-0001 | C#. NET | 12/23/2013 | 12/30/13 | 12/31/2013 | 5.00 | Returned |

Then when displaying the data in listview or datagrid view. You can just filter it by it's status.
 
Last edited:
May Software Requirement Specifications po ba kayong ginawa nung ginawa nyo tong project? Any document? Thanks.. :)
 
Sa transaction logs table mo ganito. Transaction No, Borrower-ID, BorrowerName, BookID, BookTitle, Date Borrowed, Due Date, Date Return, Penalty, Status.

For example sa borrowing:

Transaction-No | Borrower-ID | BorrowerName | BookID | BookTitle | Date Borrowed | Due Date | Date Return | Penalty | Status |
TR-0001 | BR-0001 | Dandelion | BK-0001 | C#. NET | 12/23/2013 | 12/30/13 | NULL | 0.00 | Borrowed |

Then in return update mo lang yung data. Like this.

Transaction-No | Borrower-ID | BorrowerName | BookID | BookTitle | Date Borrowed | Due Date | Date Return | Penalty | Status |
TR-0001 | BR-0001 | Dandelion | BK-0001 | C#. NET | 12/23/2013 | 12/30/13 | 12/31/2013 | 5.00 | Returned |

Then when displaying the data in listview or datagrid view. You can just filter it by it's status.

Maraming Salamat ulit Sir beaujoylee sa idea, ito din po kasi ang thesis ko :salute:
Sir possible po ba na idisplay sa datagridview yung query na ginawa ko sa ms access?
 
Last edited:
Maraming Salamat ulit Sir beaujoylee sa idea, ito din po kasi ang thesis ko :salute:
Sir possible po ba na idisplay sa datagridview yung query na ginawa ko sa ms access?

oo naman. bakit naman hindi. hehe. pero pasensya ka na di kc ako familiar sa ms access as database. nung thesis ko kc dati mssqlserver gamit namin.
 
oo naman. bakit naman hindi. hehe. pero pasensya ka na di kc ako familiar sa ms access as database. nung thesis ko kc dati mssqlserver gamit namin.

Ok lang Sir beaujoylee Salamat po! Sir diba po dapat nakarelate ang Borrower Table at Book Table sa Transaction Table?
 
eto po yung system na ginawa ko nung college thesis namin. very simple lang naman. wala po yan sa design nasa kung well functioning ang system na ginawa. walang errors at consistent isama mo pa kung hayop sa user error handling.

TIP lang: huwag niyo po lagyan ng maraming design yung system niyo na wala naman silbi dahil kakain siya ng maraming resources na pwede mag-cause ng pag-crash ng system niyo o pati computer ng client niyo

93.33 pala final rating ng thesis namin noon kaya proud na proud ako... hehehe

try nyo din gamitin yung KRYPTON SUITE search niyo lang sa google.

Screenshots:


View attachment 149635View attachment 149636View attachment 149637View attachment 149638View attachment 149639
 

Attachments

  • villa.png
    villa.png
    44.9 KB · Views: 43
  • villa2.png
    villa2.png
    61.3 KB · Views: 34
  • villa3.png
    villa3.png
    45.3 KB · Views: 31
  • villa4.png
    villa4.png
    31.1 KB · Views: 29
  • villa5.png
    villa5.png
    30.7 KB · Views: 24
Last edited:
eto po yung system na ginawa ko nung college thesis namin. very simple lang naman. wala po yan sa design nasa kung well functioning ang system na ginawa. walang errors at consistent isama mo pa kung hayop sa user error handling.

TIP lang: huwag niyo po lagyan ng maraming design yung system niyo na wala naman silbi dahil kakain siya ng maraming resources na pwede mag-cause ng pag-crash ng system niyo o pati computer ng client niyo

93.33 pala final rating ng thesis namin noon kaya proud na proud ako... hehehe

try nyo din gamitin yung KRYPTON SUITE search niyo lang sa google.

Screenshots:


View attachment 861333View attachment 861334View attachment 861335View attachment 861336View attachment 861337

Buti pa kayo sir nakagawa ng system nyo ng hindi kayo bumili sa mga gumagawa
d2 kasi sa skul namen puro pasikatan...pati prof namen ayaw magturo ng proper gui at coding:ranting::ranting::ranting:
tapos sa thesis sasabihin sa amin na bibilhin nlng daw namen ung system sa kanya sya daw ung gagawa :slap: :slap:
buti nlng matyaga ako sa self study. pero hanggang ngaun di pa nakakagawa ng working system..pati nga sa database hirap ako :slap: :slap:
:praise::praise::praise:
 
Back
Top Bottom