- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Book Shop Management System Class Diagram describes the structure of a Book Shop Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Book Shop Management System are Books, Receipts, Sales, Inventory, Stocks, Publications.
Classes of Book Shop Management System Class Diagram:
- Books Class : Manage all the operations of Books
- Receipts Class : Manage all the operations of Receipts
- Sales Class : Manage all the operations of Sales
- Inventory Class : Manage all the operations of Inventory
- Stocks Class : Manage all the operations of Stocks
- Publications Class : Manage all the operations of Publications
Classes and their attributes of Book Shop Management System Class Diagram:
- Books Attributes : book_id, book_customer_id, book_name, book_author, book_publication_date, book_type, book_price, book_description
- Receipts Attributes : receipt_id, receipt_customer_id, receipt_number, receipt_type, receipt_description
- Sales Attributes : sales_id, sales_customer_id, sales_amount, sales_type, sales_description
- Inventory Attributes : inventory_id, inventory_items, inventory_number, inventory_type, inventory_description
- Stocks Attributes : stock_id, stock_items, stock_number, stock_type, stock_description
- Publications Attributes : publication_id, publication_book_id, publication_date, publication_place, publication_number, publication_type, publication_name, publication_description
Classes and their methods of Book Shop Management System Class Diagram:
- Books Methods : addBooks(), editBooks(), deleteBooks(), updateBooks(), saveBooks(), searchBooks()
- Receipts Methods : addReceipts(), editReceipts(), deleteReceipts(), updateReceipts(), saveReceipts(), searchReceipts()
- Sales Methods : addSales(), editSales(), deleteSales(), updateSales(), saveSales(), searchSales()
- Inventory Methods : addInventory(), editInventory(), deleteInventory(), updateInventory(), saveInventory(), searchInventory()
- Stocks Methods : addStocks(), editStocks(), deleteStocks(), updateStocks(), saveStocks(), searchStocks()
- Publications Methods : addPublications(), editPublications(), deletePublications(), updatePublications(), savePublications(), searchPublications()
Class Diagram of Book Shop Management System :
Class Diagram Image: