Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add Manufacturing Capacity Report #48

Closed
HKuz opened this issue Jan 9, 2024 · 0 comments · Fixed by #57
Closed

feat: add Manufacturing Capacity Report #48

HKuz opened this issue Jan 9, 2024 · 0 comments · Fixed by #57
Assignees
Labels
enhancement New feature or request

Comments

@HKuz
Copy link
Collaborator

HKuz commented Jan 9, 2024

Create a new report that leverages components from the BOM Stock Report and BOM Stock Calculated Report to show, for a given BOM and warehouse (filters), the hierarchy of BOMs that use/are used by the selected item's BOM.

  • the two example reports don't show all levels of a BOM, want a report with the full hierarchy (both ways of tree - BOMs that the given one needs and BOMs that depend on the output of the given one)
  • Report should show aggregate demand signal (quantities requested/ordered) from outstanding Sales Orders, Work Orders, and Material Requests
  • Output columns should show:
    • BOM
    • Item
    • Description
    • Qty per Unit (in BOM UoM)
    • Total Demanded Qty
    • Available/In Stock Qty
    • How many can build given what's available
    • Difference of what can build and qty demanded
  • Apply indenting for rows as-needed to show hierarchy
@agritheory agritheory added the enhancement New feature or request label Jan 9, 2024
@HKuz HKuz linked a pull request Feb 21, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants