Ga naar inhoud

Trolleypickingjobs

Form TrolleyPickingJobsForm

  • Unit name: Forms.TrolleyPickingJobs
  • Form name: TrolleyPickingJobsForm
  • Old form name: form58 (unit58)

Synopsis

  • Form to create picking job based on order scans.

Functionalities

  1. Edit to enter order number. When enter key is hit, execute CheckOrder action.
  2. Button to execute CheckOrder action.
  3. Edit to enter order number.
  4. Edit to enter trolley location. (t.location N) when enter key is hit, execute the SetLocation action.
  5. Button to execute cancel action
  6. Button to execute StartPicking action.
  7. Radiogroup to enter sort order.
  8. Grid to show selected order-trolley locations.

Actions

CheckOrder

  1. Enabled when there is an order number
  2. When executed, checks that the order exists.
  3. Checks that the order is not yet (partially) picked.
  4. Change edit1 color to green.
  5. Set focus on trolley location edit.

SetLocation

  1. Only active when a valid order and a location have been entered.
  2. Set the trolley location on the order using service call DeliveryControl.AddToPickJob
  3. job id is saved, it is needed in StartPicking.
  4. Current job contents is shown.

Startpicking

  1. Only active when a job exists.
  2. The PickItems form is shown, with the following parameters:
  3. The picking job ID.
  4. The sort order.
  5. The pickingType ptTrolley.
  6. Current form is closed.

Tables/Views

PickJob Filtered on current job.

Needed Service Calls

DeliveryControl.AddToPickJob

Used to compose job.

Reports

None.