Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahmadmessbah/python300816
https://github.com/ahmadmessbah/python300816
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ahmadmessbah/python300816
- Owner: AhmadMessbah
- Created: 2024-04-25T12:24:29.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-09-02T19:35:26.000Z (5 months ago)
- Last Synced: 2024-09-14T06:57:06.658Z (4 months ago)
- Language: Python
- Size: 5.41 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Python Class 300816
- Object Oriented Programming
- MVC Architecture
- MySQL (user : root, password : root123, database : mft)
- Tkinter uiGroups 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 BazrKarTasks :
Complete :
- FinancialDoc
- Product
- SimCard
- Car
- DrivingLicense
- MilitaryRecord