public interface ISrToPa
Abstraction of service that makes total payment for given purchase/sales invoice.
| Modifier and Type | Method and Description |
|---|---|
<T extends AInv> |
mkToPa(Map<String,Object> pRvs,
T pEnt,
IRvInvLn<T,?> pRvLn)
Makes total payment for given invoice.
|
<T extends AInv> void mkToPa(Map<String,Object> pRvs, T pEnt, IRvInvLn<T,?> pRvLn) throws Exception
Makes total payment for given invoice.
T - invoice typepRvs - Request scoped variables, not nullpEnt - invoice, not nullpRvLn - - just holds payment, prepayment class, not nullException - - an exceptionCopyright © 2019–2020. All rights reserved.