Patch level :2.0 424
Files correlati :cg0100a.msk cg0200a.msk cg1.exe cg3.exe Ricompilazione Demo : [ ] Commento :LL700259,CM600074,CM701065,CM701066,CM600245,CM700490 git-svn-id: svn://10.65.10.50/trunk@10917 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
5f45f0472a
commit
889eace5de
@ -371,6 +371,7 @@ END
|
||||
STRING FLD_CM1_DESCIVACOMP 50 38
|
||||
BEGIN
|
||||
PROMPT 36 13 ""
|
||||
GROUP 1 2
|
||||
USE %IVA KEY 2
|
||||
INPUT S0 FLD_CM1_DESCIVACOMP
|
||||
DISPLAY "Descrizione@50" S0
|
||||
|
@ -114,7 +114,6 @@ STRING F_STATOPAIV 2
|
||||
BEGIN
|
||||
PROMPT 42 4 "Stato CEE "
|
||||
FIELD STATOPAIV
|
||||
// KEY 5
|
||||
HELP "Codice ISO dello stato"
|
||||
FLAGS "U"
|
||||
USE %SCE
|
||||
@ -1605,6 +1604,8 @@ BEGIN
|
||||
DISPLAY "Codice categoria" CODTAB
|
||||
DISPLAY "Descrizione@30" S0
|
||||
OUTPUT F_CATFIN CODTAB
|
||||
CHECKTYPE NORMAL
|
||||
FLAGS "U"
|
||||
HELP "Codice della categoria finanziaria"
|
||||
END
|
||||
|
||||
|
@ -1,6 +1,11 @@
|
||||
//**************************************************
|
||||
//* Aggiornamento Flag Operazioni Intracomunitarie *
|
||||
//**************************************************
|
||||
#include <mask.h>
|
||||
#include <progind.h>
|
||||
#include <relation.h>
|
||||
#include <urldefid.h>
|
||||
|
||||
#include <mov.h>
|
||||
#include <rmoviva.h>
|
||||
#include <causali.h>
|
||||
|
10
cg/cg1301.h
10
cg/cg1301.h
@ -1,11 +1,5 @@
|
||||
#include <applicat.h>
|
||||
#include <mask.h>
|
||||
#include <relation.h>
|
||||
#include <tabutil.h>
|
||||
#include <utility.h>
|
||||
#include <progind.h>
|
||||
#include <urldefid.h>
|
||||
#include <prefix.h>
|
||||
#include <applicat.h>
|
||||
#include <isam.h>
|
||||
|
||||
class TAgg_opintra : public TApplication
|
||||
{
|
||||
|
@ -1,8 +1,8 @@
|
||||
//****************************
|
||||
//* Aggiornamento Tipo Conto *
|
||||
//****************************
|
||||
|
||||
#include <recarray.h>
|
||||
#include <mask.h>
|
||||
#include <recarray.h>
|
||||
|
||||
#include <mov.h>
|
||||
#include <rmoviva.h>
|
||||
|
@ -1,10 +1,4 @@
|
||||
#include <printapp.h>
|
||||
#include <mask.h>
|
||||
#include <tabutil.h>
|
||||
#include <utility.h>
|
||||
#include <progind.h>
|
||||
#include <urldefid.h>
|
||||
#include <prefix.h>
|
||||
#include <printapp.h>
|
||||
|
||||
class TAgg_tconto : public TPrintapp
|
||||
{
|
||||
|
@ -1,6 +1,9 @@
|
||||
//*****************************************************
|
||||
//* Aggiornamento codice attivita' su progressivi IVA *
|
||||
//*****************************************************
|
||||
#include <mask.h>
|
||||
#include <progind.h>
|
||||
#include <tabutil.h>
|
||||
|
||||
#include <mov.h>
|
||||
|
||||
|
@ -1,11 +1,4 @@
|
||||
#include <applicat.h>
|
||||
#include <mask.h>
|
||||
#include <relation.h>
|
||||
#include <tabutil.h>
|
||||
#include <utility.h>
|
||||
#include <progind.h>
|
||||
#include <urldefid.h>
|
||||
#include <config.h>
|
||||
|
||||
class TAgg_codatt : public TSkeleton_application
|
||||
{
|
||||
|
@ -1,5 +1,4 @@
|
||||
#include <applicat.h>
|
||||
#include <isam.h>
|
||||
|
||||
class TAgg_codes : public TSkeleton_application
|
||||
{
|
||||
|
@ -1,5 +1,8 @@
|
||||
// sistema la data di competenza di tutti i movimenti
|
||||
|
||||
#include <isam.h>
|
||||
#include <progind.h>
|
||||
|
||||
#include "cg1300.h"
|
||||
#include "cg1306.h"
|
||||
|
||||
|
@ -1,9 +1,4 @@
|
||||
#include <applicat.h>
|
||||
#include <mask.h>
|
||||
#include <isam.h>
|
||||
#include <utility.h>
|
||||
#include <progind.h>
|
||||
#include <urldefid.h>
|
||||
|
||||
class TAgg_datacomp : public TSkeleton_application
|
||||
{
|
||||
|
@ -1413,8 +1413,8 @@ break;
|
||||
set_row(rr++, FR("@bTotali Fornitore@18gDocumenti Totale documenti@49gAllegati:@63gImponibile@82gImposta@95gop. esenti@110gop. non imp."));
|
||||
set_row(rr, "@b@18g%9d", _documenti);
|
||||
set_row(rr, "@b@28g%r", &_totdocumenti);
|
||||
set_row(rr, "@b@56g%r", &_totimponibile);
|
||||
set_row(rr, "@b@74g%r", &_totimposta);
|
||||
set_row(rr, "@b@57g%r", &_totimponibile);
|
||||
set_row(rr, "@b@73g%r", &_totimposta);
|
||||
set_row(rr, "@b@92g%r", &_op_esenti);
|
||||
set_row(rr, "@b@110g%r", &_op_non_imp);
|
||||
_totimposta = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user