Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ahmadmessbah/python300816


https://github.com/ahmadmessbah/python300816

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

Python Class 300816

- Object Oriented Programming
- MVC Architecture
- MySQL (user : root, password : root123, database : mft)
- Tkinter ui

Groups and Tasks:
Tasks : Diagram, Database Table, Entity, Validator, Da, Controller, Test
Methods : save, edit, remove, find_all, find_by_id

- User (id, username, password, status, locked) --> Hamid & Sepideh Nagahi
- Product (id, name, brand, serial, buy_price) --> Amir Hajati & Amin Babaei
- FinancialDoc (id, amount, date_time, doc_type, description) --> M.Reza Nick Maram & Mahdi Hasani Nejhad
- SimCard (id, number, operator, price, owner) --> Mahya Ahmadi & Sina Maaroofi
- Car (id, name, model, color, owner) --> Saqar KhalilPoor

- Lesson (id, name, grade, teacher, start_day) --> Arash Oloomi & Amir Hossein Hafez Aghili
- DrivingLicense (id, serial_number, date, city, expire_date) --> AmirReza NaalChi & S.Hanieh MirMoeini
- MedicalRecord (id, disease, medicine, date, doctor, status) --> Rashin Yaghooty & Saba Taheri
- MilitaryRecord (id, serial_number, start_date, end_date, city, organ) --> Ali Azhdari & Ali BazrKar

Tasks :

Complete :
- FinancialDoc
- Product
- SimCard
- Car
- DrivingLicense
- MilitaryRecord