Class DocPostingService

java.lang.Object
org.idempiere.acct.DocPostingService
All Implemented Interfaces:
IDocPostingService

public class DocPostingService extends Object implements IDocPostingService
  • Constructor Details

    • DocPostingService

      public DocPostingService()
  • Method Details

    • postImmediate

      public String postImmediate(MAcctSchema[] ass, int AD_Table_ID, int Record_ID, boolean force, String trxName)
      Description copied from interface: IDocPostingService
      Post document immediately
      Specified by:
      postImmediate in interface IDocPostingService
      Parameters:
      ass - accounting schema
      AD_Table_ID - Transaction table
      Record_ID - Record ID of this document
      force - force posting
      trxName - transaction
      Returns:
      null if the document was posted or error message
    • manualPosting

      public String manualPosting(int WindowNo, int AD_Client_ID, int AD_Table_ID, int Record_ID, boolean force)
      Description copied from interface: IDocPostingService
      Manual posting by user
      Specified by:
      manualPosting in interface IDocPostingService
      Returns:
      error message ( if any )