Class MMovementConfirm

    • Field Detail

      • m_inventoryFrom

        protected MInventory m_inventoryFrom
        Physical Inventory From
      • m_inventoryTo

        protected MInventory m_inventoryTo
        Physical Inventory To
      • m_inventoryInfo

        protected String m_inventoryInfo
        Physical Inventory Info
      • m_processMsg

        protected String m_processMsg
        Process Message
      • m_justPrepared

        protected boolean m_justPrepared
        Just Prepared Flag
    • Constructor Detail

      • MMovementConfirm

        public MMovementConfirm​(Properties ctx,
                                int M_MovementConfirm_ID,
                                String trxName)
        Standard Constructor
        Parameters:
        ctx - context
        M_MovementConfirm_ID - id
        trxName - transaction
      • MMovementConfirm

        public MMovementConfirm​(Properties ctx,
                                ResultSet rs,
                                String trxName)
        Load Constructor
        Parameters:
        ctx - context
        rs - result set
        trxName - transaction
      • MMovementConfirm

        public MMovementConfirm​(MMovement move)
        Parent Constructor
        Parameters:
        move - movement
    • Method Detail

      • create

        public static MMovementConfirm create​(MMovement move,
                                              boolean checkExisting)
        Create Confirmation or return existing one
        Parameters:
        move - movement
        checkExisting - if false, new confirmation is created
        Returns:
        Confirmation
      • getLines

        public MMovementLineConfirm[] getLines​(boolean requery)
        Get Lines
        Parameters:
        requery - requery
        Returns:
        array of lines
      • addDescription

        public void addDescription​(String description)
        Add to Description
        Parameters:
        description - text
      • getDocumentInfo

        public String getDocumentInfo()
        Get Document Info
        Specified by:
        getDocumentInfo in interface DocAction
        Returns:
        document info (untranslated)
      • createPDF

        public File createPDF()
        Create PDF
        Specified by:
        createPDF in interface DocAction
        Returns:
        File or null
      • createPDF

        public File createPDF​(File file)
        Create PDF file
        Parameters:
        file - output file
        Returns:
        file if success
      • processIt

        public boolean processIt​(String processAction)
        Process document
        Specified by:
        processIt in interface DocAction
        Parameters:
        processAction - document action
        Returns:
        true if performed
      • unlockIt

        public boolean unlockIt()
        Unlock Document.
        Specified by:
        unlockIt in interface DocAction
        Returns:
        true if success
      • invalidateIt

        public boolean invalidateIt()
        Invalidate Document
        Specified by:
        invalidateIt in interface DocAction
        Returns:
        true if success
      • prepareIt

        public String prepareIt()
        Prepare Document
        Specified by:
        prepareIt in interface DocAction
        Returns:
        new status (In Progress or Invalid)
      • approveIt

        public boolean approveIt()
        Approve Document
        Specified by:
        approveIt in interface DocAction
        Returns:
        true if success
      • rejectIt

        public boolean rejectIt()
        Reject Approval
        Specified by:
        rejectIt in interface DocAction
        Returns:
        true if success
      • completeIt

        public String completeIt()
        Complete Document
        Specified by:
        completeIt in interface DocAction
        Returns:
        new status (Complete, In Progress, Invalid, Waiting ..)
      • createDifferenceDoc

        protected boolean createDifferenceDoc​(MMovement move,
                                              MMovementLineConfirm confirm)
        Create Difference Document. Creates one or two inventory lines
        Parameters:
        move - movement
        confirm - confirm line
        Returns:
        true if created
      • updateProcessMsg

        protected void updateProcessMsg​(String msg)
      • setInventoryDocType

        protected void setInventoryDocType​(MInventory inventory)
        Parameters:
        inventory -
      • voidIt

        public boolean voidIt()
        Void Document.
        Specified by:
        voidIt in interface DocAction
        Returns:
        false
      • closeIt

        public boolean closeIt()
        Close Document. Cancel not delivered Qunatities
        Specified by:
        closeIt in interface DocAction
        Returns:
        true if success
      • reverseCorrectIt

        public boolean reverseCorrectIt()
        Reverse Correction
        Specified by:
        reverseCorrectIt in interface DocAction
        Returns:
        false
      • reverseAccrualIt

        public boolean reverseAccrualIt()
        Reverse Accrual - none
        Specified by:
        reverseAccrualIt in interface DocAction
        Returns:
        false
      • reActivateIt

        public boolean reActivateIt()
        Re-activate
        Specified by:
        reActivateIt in interface DocAction
        Returns:
        false
      • getSummary

        public String getSummary()
        Get Summary
        Specified by:
        getSummary in interface DocAction
        Returns:
        Summary of Document
      • getProcessMsg

        public String getProcessMsg()
        Get Process Message
        Specified by:
        getProcessMsg in interface DocAction
        Returns:
        clear text error message
      • getDoc_User_ID

        public int getDoc_User_ID()
        Get Document Owner (Responsible)
        Specified by:
        getDoc_User_ID in interface DocAction
        Returns:
        AD_User_ID
      • getC_Currency_ID

        public int getC_Currency_ID()
        Get Document Currency
        Specified by:
        getC_Currency_ID in interface DocAction
        Returns:
        C_Currency_ID
      • isComplete

        public boolean isComplete()
        Document Status is Complete or Closed
        Returns:
        true if CO, CL or RE