entermili.blogg.se

Admin login sequence diagram
Admin login sequence diagram







Second Level Data flow Diagram(2nd Level DFD) of Pharmacy Management System :ĭFD Level 2 then goes one step deeper into parts of Level 1 of Pharmacy.

  • Processing Login records and generate report of all Login.
  • Processing Inventory records and generate report of all Inventory.
  • Processing Sells records and generate report of all Sells.
  • Processing Company records and generate report of all Company.
  • Processing Stocks records and generate report of all Stocks.
  • Processing Medicines records and generate report of all Medicines.
  • Processing Pharmacy records and generate report of all Pharmacy.
  • admin login sequence diagram

    Main entities and output of First Level DFD (1st Level DFD): You will highlight the main functionalities of Pharmacy. DFD Level 1 provides a more detailed breakout of pieces of the 1st level DFD. It also identifies internal data stores of Login, Inventory, Sells, Company, Stocks that must be present in order for the Pharmacy system to do its job, and shows the flow of data between the various parts of Pharmacy, Stocks, Inventory, Login, Sells of the system. Sells Methods : addSells(), editSells(), deleteSells(), updateSells(), saveSells(), searchSells()Ĭlass Diagram of Pharmacy Management System :įirst Level Data flow Diagram(1st Level DFD) of Pharmacy Management System :įirst Level DFD (1st Level) of Pharmacy Management System shows how the system is divided into sub-systems (processes), each of which deals with one or more of the data flows to or from an external agent, and which together provide all of the functionality of the Pharmacy Management System system as a whole.Inventory Methods : addInventory(), editInventory(), deleteInventory(), updateInventory(), saveInventory(), searchInventory().Company Methods : addCompany(), editCompany(), deleteCompany(), updateCompany(), saveCompany(), searchCompany().Stocks Methods : addStocks(), editStocks(), deleteStocks(), updateStocks(), saveStocks(), searchStocks().Medicines Methods : addMedicines(), editMedicines(), deleteMedicines(), updateMedicines(), saveMedicines(), searchMedicines().

    admin login sequence diagram

    Pharmacy Methods : addPharmacy(), editPharmacy(), deletePharmacy(), updatePharmacy(), savePharmacy(), searchPharmacy().Sells Attributes : sell_id, sell_name, sell_type, sell_descriptionĬlasses and their methods of Pharmacy Management System Class Diagram:.Inventory Attributes : inventory_id, inventory_items, inventory_number, inventory_type, inventory_description.Company Attributes : company_id, company_name, comapny_type, company_description, company_address.Stocks Attributes : stock_id, stock_items, stock_number, stock_type, stock_description.Medicines Attributes : medicine_id, medicine_name, medicine_company, medicine_composition, medicine_cost, medicine_type, medicine_dose, medicine_description.Pharmacy Attributes : pharmacy_id, pharmacy_medicine_id pharmacy_name, pharmacy_type, pharmacy_description, pharmacy_address.Sells Class : Manage all the operations of SellsĬlasses and their attributes of Pharmacy Management System Class Diagram:.Inventory Class : Manage all the operations of Inventory.Company Class : Manage all the operations of Company.

    admin login sequence diagram

    Stocks Class : Manage all the operations of Stocks.Medicines Class : Manage all the operations of Medicines.Pharmacy Class : Manage all the operations of Pharmacy.Classes of Pharmacy Management System Class Diagram: The main classes of the Pharmacy Management System are Pharmacy, Medicines, Stocks, Company, Inventory, Sells. Pharmacy Management System Class Diagram describes the structure of a Pharmacy Management System classes, their attributes, operations (or methods), and the relationships among objects.









    Admin login sequence diagram