BDR-3 - Operations refactoring

Brief

Add a new entity Division (polish: dział) with a independent grid in basic data. It should have the following fields:

  • Number
  • Name
  • Supervisor (relation to Staff, optional)

Change the Machine entity to Workstation Type (polish: Typ Stacji Roboczej).

A Workstation Type has the following fields:

  • Number
  • Name
  • Description (optional)
  • Division (optional)

Changes to Operation entity:

  • Workstation Type instead of a Machine
  • remove the worker field

Work plan would be generated in a similar way as previously but for:

  • Products (similar)
  • Workstation types (similar, instead of machine)
  • Divisions (new)
  • without any separation

Future plan