Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Total WIP

Returns the work in process as of the current moment.


Example

http://localhost:4567/api/get_wip


returns

{
  "jobs-wip-yesterday": "001042",
  "jobs-in": "000106",
  "jobs-out": "000006",
  "jobs-wip": "000925",
  "jobs-brk": "000000",
  "jobs-canceled": "000000",
  "jobs-transferred": "000000",
  "stock-wip-yesterday": "000000",
  "stock-in": "000002",
  "stock-out": "000000",
  "stock-wip": "000000"
}