Aggiustate maschere saldaconto extra-contabile
git-svn-id: svn://10.65.10.50/trunk@2924 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
b88a9be772
commit
c9d8f9771e
@ -136,7 +136,7 @@ void TSaldaconto_app::gioca_cambi(TMask& m, int force)
|
|||||||
|
|
||||||
int sc0100(int argc, char* argv[])
|
int sc0100(int argc, char* argv[])
|
||||||
{
|
{
|
||||||
TSaldaconto_app salda;
|
TSaldaconto_app* salda = new TSaldaconto_app;
|
||||||
salda.run(argc, argv, "Gestione Saldaconto");
|
salda->run(argc, argv, "Gestione Saldaconto");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
@ -16,7 +16,7 @@ ENDPAGE
|
|||||||
|
|
||||||
PAGE "Selezione partite" -1 -1 77 20
|
PAGE "Selezione partite" -1 -1 77 20
|
||||||
|
|
||||||
LIST F_TIPO 1 12
|
LIST F_TIPO 1 10
|
||||||
BEGIN
|
BEGIN
|
||||||
PROMPT 1 1 "Tipo conto "
|
PROMPT 1 1 "Tipo conto "
|
||||||
ITEM " |Conto"
|
ITEM " |Conto"
|
||||||
|
@ -5,12 +5,16 @@ TOOLBAR "" 0 20 0 2
|
|||||||
BUTTON DLG_SAVEREC 10 2
|
BUTTON DLG_SAVEREC 10 2
|
||||||
BEGIN
|
BEGIN
|
||||||
PROMPT -13 -1 "~Registra"
|
PROMPT -13 -1 "~Registra"
|
||||||
|
PICTURE BMP_SAVEREC
|
||||||
|
PICTURE BMP_SAVERECDN
|
||||||
MESSAGE EXIT,K_ENTER
|
MESSAGE EXIT,K_ENTER
|
||||||
END
|
END
|
||||||
|
|
||||||
BUTTON DLG_DELREC 10 2
|
BUTTON DLG_DELREC 10 2
|
||||||
BEGIN
|
BEGIN
|
||||||
PROMPT -23 -1 "~Elimina"
|
PROMPT -23 -1 "~Elimina"
|
||||||
|
PICTURE BMP_DELREC
|
||||||
|
PICTURE BMP_DELRECDN
|
||||||
MESSAGE EXIT,K_DEL
|
MESSAGE EXIT,K_DEL
|
||||||
END
|
END
|
||||||
|
|
||||||
|
@ -617,7 +617,7 @@ bool TFattura_mask::read_scadenze()
|
|||||||
{
|
{
|
||||||
TRelation rel(LF_PARTITE);
|
TRelation rel(LF_PARTITE);
|
||||||
rel.curr() = _fattura;
|
rel.curr() = _fattura;
|
||||||
autoload(&rel);
|
autoload(rel);
|
||||||
|
|
||||||
// Attenzione: alcune fatture (*) possono non avere il totale del documento!
|
// Attenzione: alcune fatture (*) possono non avere il totale del documento!
|
||||||
if (get(E_TOTALE).empty())
|
if (get(E_TOTALE).empty())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user