-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0d470c4
commit bf81704
Showing
13 changed files
with
320 additions
and
212 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,84 @@ | ||
## Library Management | ||
## BookHaven Library Management System | ||
|
||
This is Library Managemnet App | ||
### Overview | ||
|
||
#### License | ||
Welcome to **BookHaven**, a Frappe framework-based solution designed for efficient management of books and patrons in libraries. Our system ensures streamlined operations, allowing you to focus on enhancing the library experience. | ||
|
||
mit | ||
### Features | ||
|
||
- **Catalog Management:** Seamlessly add, edit, and delete books with ease. | ||
|
||
- **Patron Information:** Efficiently manage borrower details and track borrowing history. | ||
|
||
- **Book Viewing:** Easily view available books in the library. | ||
|
||
- **Import Books:** Import large volumes of book data quickly and efficiently. | ||
|
||
- **Issue Books:** Issue books to patrons, with checks on outstanding amounts. | ||
|
||
- **Return Books:** Return books while automatically calculating and applying charges for late returns. | ||
|
||
- **Membership Management:** Add and manage library members, ensuring up-to-date records. | ||
|
||
### Installation | ||
|
||
Ensure the Frappe framework is installed. Refer to the [Frappe Installation Guide](https://frappeframework.com/docs/user/en/installation). Make sure you are in the `frappe-bench` directory. | ||
|
||
### Installation Steps: | ||
|
||
1. **Install the App:** | ||
```bash | ||
bench get-app https://github.com/vijayan108/Library-Management.git | ||
``` | ||
|
||
2. **Create a New Site:** | ||
|
||
```bash | ||
|
||
bench new-site [library-management-app] | ||
|
||
``` | ||
3. **Install the App in the Site:** | ||
|
||
```bash | ||
|
||
bench --site [library-management-app] install-app library_management_system | ||
``` | ||
|
||
4.**Start the App:** | ||
|
||
```bash | ||
|
||
bench start | ||
Access the app at http://localhost:8000. | ||
``` | ||
### Usage | ||
|
||
Visit this site to view the books and availability: [https://frappe.selfmade.one/](https://frappe.selfmade.one/) | ||
|
||
|
||
![Site](docs/book1.png) | ||
|
||
#### View the Books | ||
|
||
![view the books](docs/book2.png) | ||
|
||
#### Import the Books | ||
|
||
![import the books](docs/book5.png) | ||
|
||
#### Issue Books Based on the Outstanding Amount | ||
|
||
![issue the books](docs/book3.png) | ||
|
||
#### Return the Book with Charge Amount | ||
|
||
![return the books](docs/book4.png) | ||
|
||
#### Add the Library Member | ||
|
||
![add the member](docs/book6.png) | ||
|
||
|
||
### License | ||
This project is under the MIT License. Your contributions are valued as we refine the BookHaven Library Management System. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.