JhonasV / Residential

Java Swing Residential management project
1 stars 2 forks source link

Create Residential Mainentance #8

Open JhonasV opened 3 years ago

JhonasV commented 3 years ago

We need a screen to add the maintenance bills.

Database entities already added to the project. Entities: MaintenanceHeaders MaintenanceLines

Create MaintenanceHeadersDao and MaintenanceLinesDao classes, see UsersDao class.

  1. Add Screen.

  2. Add 2 section

    • Header
    • Lines
  3. Header fields

    • Costo Total must be fill automaticaly by the lines items.
    • Codigo must be autogenerated when the first line item is added.
    • Fecha must be fill by the user
  4. image

  5. image

  6. image

Beboking commented 3 years ago

xd