public interface ISrvAccEntry
Business service for accounting entries.
| Modifier and Type | Method and Description |
|---|---|
void |
makeEntries(Map<String,Object> pAddParam,
IDoc pEntity)
Make accounting entries for document.
|
void |
makeEntriesAll(Map<String,Object> pAddParam)
Make accounting entries for all documents.
|
List<AccountingEntry> |
retrieveAccEntriesFor(Map<String,Object> pAddParam,
IDoc pEntity)
Retrieve accounting entries for document.
|
void |
reverseEntries(Map<String,Object> pAddParam,
IDoc pReversing,
IDoc pReversed)
Make accounting entries for reversing document.
|
void makeEntries(Map<String,Object> pAddParam, IDoc pEntity) throws Exception
Make accounting entries for document.
pAddParam - additional parampEntity - a documentException - - an exceptionvoid reverseEntries(Map<String,Object> pAddParam, IDoc pReversing, IDoc pReversed) throws Exception
Make accounting entries for reversing document.
pAddParam - additional parampReversing - a reversing documentpReversed - a reversed documentException - - an exceptionList<AccountingEntry> retrieveAccEntriesFor(Map<String,Object> pAddParam, IDoc pEntity) throws Exception
Retrieve accounting entries for document.
pAddParam - additional parampEntity - a documentException - - an exceptionvoid makeEntriesAll(Map<String,Object> pAddParam) throws Exception
Make accounting entries for all documents. It find out date of first document that has no entries, then make request for all documents since that date.
pAddParam - additional paramException - - an exceptionCopyright © 2016–2018. All rights reserved.