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: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ahmadmessbah/javase_314220
- Owner: AhmadMessbah
- Created: 2024-10-22T14:54:29.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-11-03T17:31:58.000Z (2 months ago)
- Last Synced: 2024-11-08T13:33:20.648Z (2 months ago)
- Language: Java
- Size: 9.1 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