Package org.compiere.process
Class RequisitionPOCreate
- java.lang.Object
-
- org.compiere.process.SvrProcess
-
- org.compiere.process.RequisitionPOCreate
-
- All Implemented Interfaces:
ProcessCall
public class RequisitionPOCreate extends SvrProcess
Create PO from Requisition- Version:
- $Id: RequisitionPOCreate.java,v 1.2 2006/07/30 00:51:01 jjanke Exp $
- Author:
- Jorg Janke, Teo Sarca, www.arhipac.ro
- BF [ 2609760 ] RequisitionPOCreate not using DateRequired
- BF [ 2605888 ] CreatePOfromRequisition creates more PO than needed
- BF [ 2811718 ] Create PO from Requisition without any parameter terminate in NPE https://sourceforge.net/p/adempiere/bugs/1954/
- FR [ 2844074 ] Requisition PO Create - more selection fields https://sourceforge.net/p/adempiere/feature-requests/796/
-
-
Field Summary
-
Fields inherited from class org.compiere.process.SvrProcess
log, MSG_InvalidArguments, MSG_SaveErrorRowNotFound, PROCESS_INFO_CTX_KEY, PROCESS_UI_CTX_KEY, processUI
-
-
Constructor Summary
Constructors Constructor Description RequisitionPOCreate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
doIt()
Processprotected void
prepare()
Prepare - e.g., get Parameters.-
Methods inherited from class org.compiere.process.SvrProcess
addBufferLog, addLog, addLog, addLog, commit, commitEx, doIt, get_TrxName, getAD_Client_ID, getAD_PInstance_ID, getAD_User_ID, getCtx, getName, getParameter, getProcessInfo, getRecord_ID, getRecord_IDs, getTable_ID, isLocked, lockObject, postProcess, rollback, setProcessUI, startProcess, statusUpdate, unlockObject
-
-
-
-
Method Detail
-
prepare
protected void prepare()
Prepare - e.g., get Parameters.- Specified by:
prepare
in classSvrProcess
-
doIt
protected String doIt() throws Exception
Process- Specified by:
doIt
in classSvrProcess
- Returns:
- info
- Throws:
Exception
-
-