Skip to content

A simple Library Management System in Odoo13 python backend xml frontend and postgreSQL database

Notifications You must be signed in to change notification settings

Jordan-type/Library-management-system-in-odoo-13

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

#Library Management System in Odoo 13

Features

Depends

[library] addon Odoo

Tech

  • [Python] - Models
  • [XML] - Odoo views

Installation

Object Relational Model (ORM)

Librarian Library Books
-Name -location -bookTitle
-librarian id -Librarian id -bookAuthor
-------------------- -------------------- -bookId
+issueStatus() --------------------
+searchBook() +update()
+verifyMember()
+issueBook()
+payment()
Patron Record Vendor Patron
-patronId -bookDetails -details
-type -------------------- -patronId
-dateOfMembership +search() --------------------
-noBookIssued +supplyBooks() +search()
-maxBookLimit +paymentDetails() +request()
-name +payFine()
-address
-phoneNo
-finesOwed
--------------------
+retrieveMember()
+increaseBookIssued()
+decreaseBookIssued()
+payFine()

Author

Developer: Jordan Muthemba

About

A simple Library Management System in Odoo13 python backend xml frontend and postgreSQL database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages