www in docker support
This commit is contained in:
parent
539a848e95
commit
c227fce036
2145 changed files with 399596 additions and 58 deletions
|
|
@ -0,0 +1,24 @@
|
|||
package it.acxent.contab;
|
||||
|
||||
import it.acxent.anag.IvaInterface;
|
||||
import it.acxent.db.ApplParmFull;
|
||||
|
||||
public interface RigaDocumentoInterface {
|
||||
IvaInterface getIva();
|
||||
|
||||
double getRDITotImponibile();
|
||||
|
||||
double getRDITotImposta();
|
||||
|
||||
double getRDITotCosto();
|
||||
|
||||
boolean isRDIPIva();
|
||||
|
||||
boolean isRDINotaCredito();
|
||||
|
||||
double getRDITotImponibileRM();
|
||||
|
||||
String getFEEsigibilitaIva();
|
||||
|
||||
ApplParmFull getApFull();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue