Forecast Production Plans Page - maple-dev-team/docs GitHub Wiki

Objective

Display list of Forecast Production Plans with the Forecast Period selected.

Overview

Table Columns

  • Production Plan Number: Forecast Production Plan id.
  • Stock Count: Stock Count name (Generated automatically based on the Stock Count information).
  • Status: Status of the Forecast Production Plan (In Progress or Submitted).
  • Created At: Date and time the Forecast Production Plan was created.
  • Submission Date: Date and time the Forecast Production Plan was submitted.

Page Actions

  • Create: Redirects for the Forecast Production Plan Form Page where the user can create a new Forecasting Production Plan.
    • Rules: Show create button if the Forecasting Period has not ended (Current Date > Forecasting Period End Date).
  • Table Row - Edit: Redirects for the Forecast Production Plan Form Page sending the id of the Forecasting Production Plan selected to be loaded.
  • Table Row - Delete: delete the Forecasting Production Plan selected.
    • Rules: Show delete button if the Forecasting Production Plan wasn't submitted.