Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahmadmessbah/javase_314220
https://github.com/ahmadmessbah/javase_314220
Last synced: about 8 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/ahmadmessbah/javase_314220
- Owner: AhmadMessbah
- Created: 2024-10-22T14:54:29.000Z (17 days ago)
- Default Branch: master
- Last Pushed: 2024-10-27T16:03:12.000Z (12 days ago)
- Last Synced: 2024-10-27T16:24:05.903Z (12 days ago)
- Language: Java
- Size: 2.41 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Tasks :
- oveisi : Customer(id, name, family, username, password, phone, active)
- bakhshi : Branch(id, title, address, phone, area, active)
- pasdar : Contact(id, state, city, region, address,postalCode, phone, description)
- jalilian : Payment(id, title, amount, dateTime, description, paymentType(Check,Cash,Card))
- aligholi : Delivery(id, productName, address, dateTime, deliveryStatus(NotReady, Ready, Sent, Delivered))
- rezaziian : Invoice(id, invoiceSerial, productName, quantity, price, dateTime, customerName)Order :
- model/entity
- test
- model/repository
- model/service
- test
- controller
- view
- test