Patch level : 12.0 1066
Files correlati : cg4.exe Commento : Le note di credito per cassa non legate a fattura non venivao liquidate dopo un anno. Interno : Diana Le note di credito 40177 40178 40179 sono state sganciate per liquidarle nma non venivano liquidate ugualmente dopo un anno.
This commit is contained in:
parent
3cdb00e15f
commit
55a37fe965
@ -4,6 +4,7 @@
|
||||
|
||||
const real MENOUNO(-1.0);
|
||||
const real ZERO(0.0);
|
||||
const real PUNTO_ZERO_UNO(UNO / CENTO);
|
||||
const real PUNTO_UNO(UNO/DIECI);
|
||||
const real PUNTO_DUE(DUE/DIECI);
|
||||
const real PUNTO_TRE(TRE/DIECI);
|
||||
|
@ -13,6 +13,7 @@ class real;
|
||||
|
||||
extern const real MENOUNO;
|
||||
extern const real ZERO;
|
||||
extern const real PUNTO_ZERO_UNO;
|
||||
extern const real PUNTO_UNO;
|
||||
extern const real PUNTO_DUE;
|
||||
extern const real PUNTO_TRE;
|
||||
@ -47,6 +48,8 @@ extern const real VENTIDUE;
|
||||
extern const real CINQUANTA;
|
||||
extern const real CENTO;
|
||||
|
||||
#define UN_CENTESIMO PUNTO_ZERO_UNO
|
||||
|
||||
#ifndef INCSTR_H
|
||||
#include <incstr.h>
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user