Dear Guru, I had encountered another issue in Manufacturing component, for which I had created a JIRA note OFBIZ-10392. Brief info as follows:
After MRP run, in the screen of "Find Inventory Event Planned", the proper results show up after clicking the "Find" button with a certain "From Date" and leaving the "Product ID" empty. Because there are more than 20 records (which exceeds the default viewSize 20, as defined in the widget.properties), so there are more than 1 page. When I hit "Next", it shows me the following error: Because I am new to groovy, can anyone pls help me out? Thanks :ERROR MESSAGE: org.apache.ofbiz.widget.renderer.ScreenRenderException: Error rendering screen component://manufacturing/widget/manufacturing/MrpScreens.xml#FindMrpPlannedEvents<https://issues.apache.org/jira/browse/OFBIZ-10392?filter=-2>: java.lang.IllegalArgumentException: Error running script at location [component://manufacturing/groovyScripts/mrp/FindInventoryEventPlan.groovy]: groovy.lang.MissingMethodException: No signature of method: java.lang.Integer.multiply() is applicable for argument types: (java.lang.String) values: [20] Possible solutions: multiply(java.lang.Number), multiply(java.lang.Character) (Error running script at location [component://manufacturing/groovyScripts/mrp/FindInventoryEventPlan.groovy]: groovy.lang.MissingMethodException: No signature of method: java.lang.Integer.multiply() is applicable for argument types: (java.lang.String) values: [20] Possible solutions: multiply(java.lang.Number), multiply(java.lang.Character)) Thanks Best Regards Schumann
