Skip to content

Cut Bundling

This document serves as a reference for the implementation details and the flow of the Cut Report Module.

In this module, the user can creates the bundles of the Cut Jobs to which rolls have been assigned.

The Roll Assignment is done on 'Bundling' Android app.

  1. Select the required filters WorkOrder, StyleNo, BuyMonth (optional), and ColorCode

    • All Cut Plans against the selected filters will be populated in the left side panel.
  2. Select the desired Cut Plan from the left side panel.

    • All CutJobs with their statuses of that CutPlan will be populated on the table.
  3. Click on execute button that will only be shown against that CutJobs to which Rolls have been assigned.

Cut Bundling Screen 1 Cut Bundling Screen 2

After above process user will be redirected to new screen where he will generate bundle.
Section titled “After above process user will be redirected to new screen where he will generate bundle.”

Cut Bundling Screen 3

  1. In the left section of screen, there will a field named as Generate Bundles, enter the quantity of bundles that you want to generate and hit enter.

    • After this the same no of bundles will be generated below this button.
  2. Adjust the desired Quantity and click on Generate Report button.

    • After this the report will be populated in right side table.
  3. Adjust the desired Bundle quantity according to your need.

    • Sum of the Bundle Quantity of that Size should always be equal to Plies * SizeRatio
  4. Assign PO to each bundle.

    • There are two methods to assign PO to each bundle.
      1. Select the desired PO from the drop down menu in each row.
      2. Click on the Auto Assign PO button at the top of the screen.
        • This will try to automatically assign the PO to each bundle according to nearest ExFactoryDate. If at some point the remaining Quantity of PO remains less than the bundle quantity then the error will be thrown asking th user to manually adjust the Quantity of that bundle.
  5. Click on Save button.

Cut Bundling Screen 4

On submission the following tables will be populated:

  1. CutJob

    • Updates the CutJobStatus to Executed.
  2. CutReport

    • Insert all the generated bundles with following major fields:
      • CutJobID against which the bundle is created.
      • PO and ProductionOrderID assigned to the bundle.
      • BundleCode Uniquely incremented based on number of bundles in that cut-job.
      • BundleQuantity
      • StartPcs
      • EndPcs
      • Size
      • PoBundleNumber Incremented based on the previous max PoBundleNumber of the same PO.
      • WorkOrderBundleNumber Incremented based on the previous max WorkOrderBundleNumber of the same WorkOrder.