Correzioni alle aperture e chiusure
git-svn-id: svn://10.65.10.50/trunk@1397 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
075bef2571
commit
6f35d24c4e
1136
cg/cg4600.cpp
1136
cg/cg4600.cpp
File diff suppressed because it is too large
Load Diff
@ -26,7 +26,7 @@ STRING F_CHIUSURA 3
|
|||||||
BEGIN
|
BEGIN
|
||||||
PROMPT 2 4 "Codice causale chiusura "
|
PROMPT 2 4 "Codice causale chiusura "
|
||||||
HELP "Codice causale che genera il movimento di chiusura"
|
HELP "Codice causale che genera il movimento di chiusura"
|
||||||
USE LF_CAUSALI KEY 1
|
USE LF_CAUSALI KEY 1 SELECT MOVAP="C"
|
||||||
FLAGS "UZ"
|
FLAGS "UZ"
|
||||||
DISPLAY "Codice" CODCAUS
|
DISPLAY "Codice" CODCAUS
|
||||||
DISPLAY "Descrizione @50" DESCR
|
DISPLAY "Descrizione @50" DESCR
|
||||||
@ -39,7 +39,7 @@ STRING F_APERTURA 3
|
|||||||
BEGIN
|
BEGIN
|
||||||
PROMPT 2 5 "Codice causale apertura "
|
PROMPT 2 5 "Codice causale apertura "
|
||||||
HELP "Codice causale che genera il movimento di apertura"
|
HELP "Codice causale che genera il movimento di apertura"
|
||||||
COPY USE F_CHIUSURA
|
USE LF_CAUSALI KEY 1 SELECT MOVAP="A"
|
||||||
FLAGS "UZ"
|
FLAGS "UZ"
|
||||||
COPY DISPLAY F_CHIUSURA
|
COPY DISPLAY F_CHIUSURA
|
||||||
OUTPUT F_APERTURA CODCAUS
|
OUTPUT F_APERTURA CODCAUS
|
||||||
|
@ -176,7 +176,8 @@ void TSaldo_agg::registra()
|
|||||||
if (saldi.read(_isequal, _lock) != NOERR)
|
if (saldi.read(_isequal, _lock) != NOERR)
|
||||||
{
|
{
|
||||||
saldi.zero();
|
saldi.zero();
|
||||||
saldi.put(SLD_ANNOES, anno_es());
|
// saldi.put(SLD_ANNOES, anno_es());
|
||||||
|
saldi.put(SLD_ANNOES, atoi(hobj->key().left(4)) );
|
||||||
saldi.put(SLD_GRUPPO, tcon.gruppo());
|
saldi.put(SLD_GRUPPO, tcon.gruppo());
|
||||||
saldi.put(SLD_CONTO, tcon.conto());
|
saldi.put(SLD_CONTO, tcon.conto());
|
||||||
saldi.put(SLD_SOTTOCONTO, tcon.sottoconto());
|
saldi.put(SLD_SOTTOCONTO, tcon.sottoconto());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user