*** empty log message ***
git-svn-id: svn://10.65.10.50/trunk@12027 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
ea15dec6a7
commit
31ba4f8a78
@ -274,7 +274,7 @@ int TScoperto_form::print_bolla(const TRectype& dochead, TArray* fatt)
|
|||||||
{
|
{
|
||||||
const TRectype& rfatt = (const TRectype&)(*fatt)[r];
|
const TRectype& rfatt = (const TRectype&)(*fatt)[r];
|
||||||
const TRectype& fatt_head = head_of(rfatt);
|
const TRectype& fatt_head = head_of(rfatt);
|
||||||
const TDate data_fatt = fatt_head.get(DOC_DATADOC);
|
const TDate data_fatt = fatt_head.get_date(DOC_DATADOC);
|
||||||
const char stato_fatt = fatt_head.get_char(DOC_STATO);
|
const char stato_fatt = fatt_head.get_char(DOC_STATO);
|
||||||
if (stato_fatt < _stato_fatture || data_fatt > _data_rif)
|
if (stato_fatt < _stato_fatture || data_fatt > _data_rif)
|
||||||
{
|
{
|
||||||
@ -349,7 +349,7 @@ int TScoperto_form::print_bolla(const TRectype& dochead, TArray* fatt)
|
|||||||
{
|
{
|
||||||
const TRectype& rfatt = (const TRectype&)(*fatt)[r];
|
const TRectype& rfatt = (const TRectype&)(*fatt)[r];
|
||||||
const TRectype& fatt_head = head_of(rfatt);
|
const TRectype& fatt_head = head_of(rfatt);
|
||||||
const TDate data_fatt = fatt_head.get(DOC_DATADOC);
|
const TDate data_fatt = fatt_head.get_date(DOC_DATADOC);
|
||||||
const char stato_fatt = fatt_head.get_char(DOC_STATO);
|
const char stato_fatt = fatt_head.get_char(DOC_STATO);
|
||||||
if (stato_fatt < _stato_fatture || data_fatt > _data_rif)
|
if (stato_fatt < _stato_fatture || data_fatt > _data_rif)
|
||||||
{
|
{
|
||||||
@ -575,7 +575,7 @@ bool TScoperto_app::trova_bolle_fatturate_dal(TString_array& bolle, TString_arra
|
|||||||
const TString& codnumfat = curr.get(DOC_CODNUM);
|
const TString& codnumfat = curr.get(DOC_CODNUM);
|
||||||
if (fatture.find(codnumfat) >= 0) // E' proprio una fattura!
|
if (fatture.find(codnumfat) >= 0) // E' proprio una fattura!
|
||||||
{
|
{
|
||||||
const TDate data = curr.get(DOC_DATADOC);
|
const TDate data = curr.get_date(DOC_DATADOC);
|
||||||
const char stato = curr.get_char(DOC_STATO);
|
const char stato = curr.get_char(DOC_STATO);
|
||||||
|
|
||||||
// Devo considerare le fatture dopo la datarif
|
// Devo considerare le fatture dopo la datarif
|
||||||
@ -663,7 +663,7 @@ void TScoperto_app::main_loop()
|
|||||||
TScoperto_msk msk;
|
TScoperto_msk msk;
|
||||||
while (msk.run() != K_QUIT)
|
while (msk.run() != K_QUIT)
|
||||||
{
|
{
|
||||||
const TDate datarif = msk.get(F_DATA);
|
const TDate datarif = msk.get_date(F_DATA);
|
||||||
const bool work_on_res = msk.get_bool(F_CONSORD);
|
const bool work_on_res = msk.get_bool(F_CONSORD);
|
||||||
|
|
||||||
TSheet_field& s = msk.sfield(F_BOLLE);
|
TSheet_field& s = msk.sfield(F_BOLLE);
|
||||||
|
@ -308,4 +308,3 @@ END
|
|||||||
|
|
||||||
END
|
END
|
||||||
|
|
||||||
|
|
@ -107,3 +107,4 @@ END
|
|||||||
ENDPAGE
|
ENDPAGE
|
||||||
|
|
||||||
ENDMASK
|
ENDMASK
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user