| Modifier and Type | Method and Description |
|---|---|
Class<? extends APaym<?>> |
getPaymCls()
Getter for payment class.
|
Class<? extends APrep> |
getPrepCls()
Getter for prepayment class.
|
List<L> |
retChkLns(Map<String,Object> pRvs,
Map<String,Object> pVs,
T pEnt)
Retrieves and checks lines for reversing,
e.g.
|
void |
revLns(Map<String,Object> pRvs,
Map<String,Object> pVs,
T pEnt,
L pRvng,
L pRved)
Reverses lines.
|
List<L> retChkLns(Map<String,Object> pRvs, Map<String,Object> pVs, T pEnt) throws Exception
Retrieves and checks lines for reversing, e.g. for purchase goods lines it checks for withdrawals.
pRvs - Request scoped variables, not nullpVs - Invoker scoped variables, not nullpEnt - invoice, not nullException - - an exceptionvoid revLns(Map<String,Object> pRvs, Map<String,Object> pVs, T pEnt, L pRvng, L pRved) throws Exception
Reverses lines. it also inserts reversing and updates reversed for good it also makes warehouse reversing for sales good it also makes draw item reversing. It removes line tax lines.
pRvs - Request scoped variables, not nullpVs - Invoker scoped variables, not nullpEnt - invoice, not nullpRvng - reversing line, not nullpRved - reversed line, not nullException - - an exceptionClass<? extends APrep> getPrepCls()
Getter for prepayment class.
Copyright © 2019–2020. All rights reserved.