EaryOrtiz / ProodFloorCSharpp

1 stars 1 forks source link

Morning Customs Enhancements #87

Closed abrahamcacoulides closed 3 years ago

abrahamcacoulides commented 3 years ago

Update PlanningReportRow model and add two more fields:

public bool CustomReady public string Comments

These fields would only be available from the Morning Customs view; These fields should be cloned from the planning of the previous day in case the bool "Custom" is set to true.

Update Morning Customs view and add an "Update" button, this button should send the information on this view back to the controller so it updates the fields; Morning Customs view should also include bool Custom, bool CustomReady and string Comments