Class DocCostAdjustmentTemplate


  • public abstract class DocCostAdjustmentTemplate
    extends Object
    • Constructor Detail

      • DocCostAdjustmentTemplate

        public DocCostAdjustmentTemplate()
        Constructor
    • Method Detail

      • createFact

        public abstract Fact createFact​(DocCostAdjustment docCostAdjustment,
                                        AcctSchema as,
                                        ConnectionProvider conn,
                                        Connection con,
                                        VariablesSecureApp vars)
                                 throws javax.servlet.ServletException
        Create Facts (the accounting logic) for MMS, MMR.
          Shipment
              CoGS            DR
              Inventory               CR
          Shipment of Project Issue
              CoGS            DR
              Project                 CR
          Receipt
              Inventory       DR
              NotInvoicedReceipt      CR
         
        Parameters:
        as - accounting schema
        Returns:
        Fact
        Throws:
        javax.servlet.ServletException
      • getSerialversionuid

        public static long getSerialversionuid()