| | |
| | | #parent: #root |
| | | StaticMethod GetPanelAllocationQuantity ( |
| | | GlobalOTDSOP globalOTDSOP, |
| | | ModulePanelCorrespondenceRule modulePanelCorrespondenceRule, |
| | | Strings productIDs, |
| | | Number year, |
| | | Number month |
| | |
| | | tempPRPISPMP.NumberOfPlies() = 0 ); |
| | | total := total + |
| | | sum( targetPRPISPMPs, Elements.AllChild, tempAC, |
| | | exists( globalOTDSOP, ModulePanelCorrespondence.Panel, tempP, |
| | | exists( modulePanelCorrespondenceRule, ModulePanelCorrespondence.Panel, tempP, |
| | | tempP.Module().ModuleProductID() = pid and |
| | | tempP.PanelProductID() = tempAC.ProductID() ) and |
| | | tempAC.StartDate().Year() = year and |