Patch level : 12.0 1046
Files correlati : cg1.exe Commento : Nel bilancio a sezioni contrapposte per data limite se non si impostava la data finale il bilancio risultava tutto a zero ora viene impostata alla data di fine esercizio.
This commit is contained in:
parent
543c6666c2
commit
57ed75573c
@ -10,19 +10,19 @@
|
|||||||
#include "cfban.h"
|
#include "cfban.h"
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////
|
||||||
// TIBAN_mask
|
// TAgg_IBAN_mask
|
||||||
///////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////
|
||||||
|
|
||||||
class TIBAN_mask : public TAutomask
|
class TAgg_IBAN_mask : public TAutomask
|
||||||
{
|
{
|
||||||
protected:
|
protected:
|
||||||
virtual bool on_field_event(TOperable_field& o, TField_event e, long jolly);
|
virtual bool on_field_event(TOperable_field& o, TField_event e, long jolly);
|
||||||
|
|
||||||
public:
|
public:
|
||||||
TIBAN_mask() : TAutomask("cg1310") { }
|
TAgg_IBAN_mask() : TAutomask("cg1310") { }
|
||||||
};
|
};
|
||||||
|
|
||||||
bool TIBAN_mask::on_field_event(TOperable_field& o, TField_event e, long jolly)
|
bool TAgg_IBAN_mask::on_field_event(TOperable_field& o, TField_event e, long jolly)
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
@ -127,7 +127,8 @@ void TIBAN_app::elabora() const
|
|||||||
|
|
||||||
void TIBAN_app::main_loop()
|
void TIBAN_app::main_loop()
|
||||||
{
|
{
|
||||||
TIBAN_mask m;
|
TAgg_IBAN_mask m;
|
||||||
|
|
||||||
if (m.run() == K_ENTER)
|
if (m.run() == K_ENTER)
|
||||||
elabora();
|
elabora();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user