Package org.openbravo.erpCommon.ad_forms
Class DocInternalConsumptionTemplate
- java.lang.Object
-
- org.openbravo.erpCommon.ad_forms.DocInternalConsumptionTemplate
-
public abstract class DocInternalConsumptionTemplate extends Object
-
-
Constructor Summary
Constructors Constructor Description DocInternalConsumptionTemplate()
Constructor
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract Fact
createFact(DocInternalConsumption docInternalConsumption, AcctSchema as, ConnectionProvider conn, Connection con, VariablesSecureApp vars)
Create Facts (the accounting logic) for MIC.static long
getSerialVersionUID()
String
getServletInfo()
-
-
-
Method Detail
-
createFact
public abstract Fact createFact(DocInternalConsumption docInternalConsumption, AcctSchema as, ConnectionProvider conn, Connection con, VariablesSecureApp vars) throws javax.servlet.ServletException
Create Facts (the accounting logic) for MIC.Internal Consumption CoGS DR Inventory CR
- Parameters:
as
- account schema- Returns:
- Fact
- Throws:
javax.servlet.ServletException
-
getServletInfo
public String getServletInfo()
-
getSerialVersionUID
public static long getSerialVersionUID()
- Returns:
- the serialVersionUID
-
-