Production Work Order

This form is used to manage production work order data.

Database table
mrpworkorder
Primary Key
id (Code).
User permissions
Access for this form (create, update, delete, duplicate) can be configured from the General → User Role List menu.
Initial focus when creating data
Field Production Order will receive focus first.
Sorting order
Records are sorted by orderdate.
List print template
Adjust the list print layout via General → Print Layout using Design Group = mrpworkorderlist.
production work order
PRODUCTION WORK ORDER (Daftar)
production work order
PRODUCTION WORK ORDER (Form)

Additional Fields

The additional fields section contains several inputs that end users can populate:

  • Production Order
    The production order input is required.. The production order input can be used as a filter on the main list form..
  • Show
    This input is read-only and only displays data from system..
  • Production Operation
    The production operation input is required.. This input is read-only and only displays data from system.. The production operation input can be used as a filter on the main list form..
    • This field searches table mrpoperation (form Production Operation List). Open the dropdown, type a keyword, and pick the desired record.
  • Production Operation
    The production operation input is required.. This input is read-only and only displays data from system..
  • Ordered Quantity
    The ordered quantity input is required.. This input is read-only and only displays data from system..
    • This field displays ordered quantity and is populated automatically.
  • Unit
    This input is read-only and only displays data from system..
  • Quantity Produced
    The quantity produced input is required.. The quantity produced input can be used as a filter on the main list form..
    • Enter numeric values into quantity produced.
  • Number of Failed Products
    The number of failed products input is required.. This input is read-only and only displays data from system.. The number of failed products input can be used as a filter on the main list form..
    • This field displays number of failed products and is populated automatically.
  • Labor Costs
    This input is read-only and only displays data from system..
    • This field displays labor costs and is populated automatically.
  • Total Labor Cost
    This input is read-only and only displays data from system..
    • This field displays total labor cost and is populated automatically.
  • Duration
    This input is read-only and only displays data from system..
    • This field displays duration and is populated automatically.
  • Time Unit
    This input is read-only and only displays data from system..
  • Total Duration
    This input is read-only and only displays data from system..
    • This field displays total duration and is populated automatically.
  • Order Date
    The order date input is required.. This input is read-only and only displays data from system.. The order date input can be used as a filter on the main list form..
    • This field displays a timestamp that is populated automatically.
  • Start Date
    This input is read-only and only displays data from system.. The start date input can be used as a filter on the main list form..
    • This field displays a timestamp that is populated automatically.
  • Expected Completion Date
    The expected completion date input is required.. This input is read-only and only displays data from system.. The expected completion date input can be used as a filter on the main list form..
    • This field displays a timestamp that is populated automatically.
  • Deadline Date
    The deadline date input is required.. This input is read-only and only displays data from system.. The deadline date input can be used as a filter on the main list form..
    • This field displays a timestamp that is populated automatically.
  • Actual Completion Date
    This input is read-only and only displays data from system.. The actual completion date input can be used as a filter on the main list form..
    • This field displays a timestamp that is populated automatically.
  • Employee Assigned to Work Order
    • Add Employee Assigned to Work Order entries via the [+ New] action (or [+] icon on mobile). The dialog that appears contains the fields described in Employee Assigned to Work Order.
  • Status
    The status input is required.. This input is read-only and only displays data from system.. The status input can be used as a filter on the main list form..
    • Available options:
      • value 0, label Production Order, extra attributes: buttonlabel=Set to Ready for Production, description=Ready for production will check raw material availability and move them to the production location once ready., icon=shopping_cart, formula=
      • value 1, label Ready for Production, extra attributes: buttonlabel=Start Production, description=Raw materials and labor are ready. Click 'Start Production' to begin tracking production time., icon=check_box, formula=_this.$AjaxGet('workorderstart', { data: _this.formData }, function (res) { if (res.status == 1) { _this.$q.notify(res.message) } else { <--status--> = res.status; <--startdate--> = res.data.startdate; } });
      • value 2, label In Production, extra attributes: buttonlabel=Complete Production, description=This product is currently in production, icon=factory, formula=_this.$AjaxGet('workorderfinish', { data: _this.formData }, function (res) { if (res.status == 2) { _this.$q.notify(res.message) } else { <--status--> = res.status; <--realfinishdate--> = res.data.realfinishdate; } });
      • value 3, label Done, extra attributes: buttonlabel=, description=Product has been completed, icon=done, formula=
  • Created By
    This input is read-only and only displays data from system.. The created by input can be used as a filter on the main list form..
    • This field shows the user code that created the record and is filled automatically.
  • Modified By
    This input is read-only and only displays data from system.. The modified by input can be used as a filter on the main list form..
    • This field shows the user code that last modified the record and is filled automatically.
  • Last Modified
    This input is read-only and only displays data from system.. The last modified input can be used as a filter on the main list form..
    • This field displays a timestamp that is populated automatically.

Employee Assigned to Work Order

This form is used to manage employee assigned to work order data.

Database table
mrpworkorderemployee
Primary Key
id (Code).
User permissions
Access for this form (create, update, delete, duplicate) can be configured from the General → User Role List menu.
Initial focus when creating data
Field Employee Code will receive focus first.
Sorting order
Records are sorted by Code.
List print template
Adjust the list print layout via General → Print Layout using Design Group = .
employee assigned to work order
EMPLOYEE ASSIGNED TO WORK ORDER (Daftar)
employee assigned to work order
EMPLOYEE ASSIGNED TO WORK ORDER (Form)

Additional Fields

The additional fields section contains several inputs that end users can populate:

  • Employee Code
    The employee code input is required.. The employee code input can be used as a filter on the main list form..
    • This field searches table employee (form Employee). Open the dropdown, type a keyword, and pick the desired record.
  • Name
    The name input is required.. This input is read-only and only displays data from system.. The name input can be used as a filter on the main list form..
  • Quantity
    The quantity input is required.. The quantity input can be used as a filter on the main list form..
    • Enter numeric values into quantity.
  • Unit
    The unit input is required.. This input is read-only and only displays data from system.. The unit input can be used as a filter on the main list form..
  • Last Modified
    This input is read-only and only displays data from system.. The last modified input can be used as a filter on the main list form..
    • This field displays a timestamp that is populated automatically.

English Documentation Administrator 08 Nov 2025 05:19pm