FR 1860642 - Enhance document numbering
This commit is contained in:
parent
0a3a977925
commit
ae7305c7c4
|
@ -71,8 +71,9 @@ public interface ServerLocal
|
||||||
* Get Document No based on Document Type
|
* Get Document No based on Document Type
|
||||||
* @param C_DocType_ID document type
|
* @param C_DocType_ID document type
|
||||||
* @param trxName optional Transaction Name
|
* @param trxName optional Transaction Name
|
||||||
|
* @param definite is definite sequence
|
||||||
* @return document no or null */
|
* @return document no or null */
|
||||||
public java.lang.String getDocumentNo( int C_DocType_ID,java.lang.String trxName ) ;
|
public java.lang.String getDocumentNo( int C_DocType_ID,java.lang.String trxName, boolean definite ) ;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Process Remote
|
* Process Remote
|
||||||
|
|
Loading…
Reference in New Issue