martindekov / transport-company

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Transportation School Project

School Project with JavaFX which will enable creation of transport company and its parts

Requirenments

For all practical purposes(MVP):

Java:

  • Create TransportCompany class
  • Create Client class
  • Create Vechicle class
  • Create Workers class

JavaFX:

  • Window which will list all available transport companies (root window)
    • List
    • Create
    • Edit
    • Delete
  • Window which will enable adding clients to company (child window)
    • List
    • Create
    • Edit
    • Delete
  • Window which will enable adding workers to company (child window)
    • List
    • Create
    • Edit
    • Delete
  • Window which will enable adding vehicles to company (child window)
    • List
    • Create
    • Edit
    • Delete
  • Window which will enable adding transportation orders (child window)
    • List
    • Create
    • Edit
    • Delete

Optional:

  • Respond to transportation order payment
  • Receipt for transportation order

About


Languages

Language:Java 100.0%