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
|
STRING FLD_CM1_DESCIVACOMP 50 38
|
||||||
BEGIN
|
BEGIN
|
||||||
PROMPT 36 13 ""
|
PROMPT 36 13 ""
|
||||||
|
GROUP 1 2
|
||||||
USE %IVA KEY 2
|
USE %IVA KEY 2
|
||||||
INPUT S0 FLD_CM1_DESCIVACOMP
|
INPUT S0 FLD_CM1_DESCIVACOMP
|
||||||
DISPLAY "Descrizione@50" S0
|
DISPLAY "Descrizione@50" S0
|
||||||
|
@ -114,7 +114,6 @@ STRING F_STATOPAIV 2
|
|||||||
BEGIN
|
BEGIN
|
||||||
PROMPT 42 4 "Stato CEE "
|
PROMPT 42 4 "Stato CEE "
|
||||||
FIELD STATOPAIV
|
FIELD STATOPAIV
|
||||||
// KEY 5
|
|
||||||
HELP "Codice ISO dello stato"
|
HELP "Codice ISO dello stato"
|
||||||
FLAGS "U"
|
FLAGS "U"
|
||||||
USE %SCE
|
USE %SCE
|
||||||
@ -1605,6 +1604,8 @@ BEGIN
|
|||||||
DISPLAY "Codice categoria" CODTAB
|
DISPLAY "Codice categoria" CODTAB
|
||||||
DISPLAY "Descrizione@30" S0
|
DISPLAY "Descrizione@30" S0
|
||||||
OUTPUT F_CATFIN CODTAB
|
OUTPUT F_CATFIN CODTAB
|
||||||
|
CHECKTYPE NORMAL
|
||||||
|
FLAGS "U"
|
||||||
HELP "Codice della categoria finanziaria"
|
HELP "Codice della categoria finanziaria"
|
||||||
END
|
END
|
||||||
|
|
||||||
|
@ -1,6 +1,11 @@
|
|||||||
//**************************************************
|
//**************************************************
|
||||||
//* Aggiornamento Flag Operazioni Intracomunitarie *
|
//* Aggiornamento Flag Operazioni Intracomunitarie *
|
||||||
//**************************************************
|
//**************************************************
|
||||||
|
#include <mask.h>
|
||||||
|
#include <progind.h>
|
||||||
|
#include <relation.h>
|
||||||
|
#include <urldefid.h>
|
||||||
|
|
||||||
#include <mov.h>
|
#include <mov.h>
|
||||||
#include <rmoviva.h>
|
#include <rmoviva.h>
|
||||||
#include <causali.h>
|
#include <causali.h>
|
||||||
|
@ -1,11 +1,5 @@
|
|||||||
#include <applicat.h>
|
#include <applicat.h>
|
||||||
#include <mask.h>
|
#include <isam.h>
|
||||||
#include <relation.h>
|
|
||||||
#include <tabutil.h>
|
|
||||||
#include <utility.h>
|
|
||||||
#include <progind.h>
|
|
||||||
#include <urldefid.h>
|
|
||||||
#include <prefix.h>
|
|
||||||
|
|
||||||
class TAgg_opintra : public TApplication
|
class TAgg_opintra : public TApplication
|
||||||
{
|
{
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
//****************************
|
//****************************
|
||||||
//* Aggiornamento Tipo Conto *
|
//* Aggiornamento Tipo Conto *
|
||||||
//****************************
|
//****************************
|
||||||
|
#include <mask.h>
|
||||||
#include <recarray.h>
|
#include <recarray.h>
|
||||||
|
|
||||||
#include <mov.h>
|
#include <mov.h>
|
||||||
|
@ -1,10 +1,4 @@
|
|||||||
#include <printapp.h>
|
#include <printapp.h>
|
||||||
#include <mask.h>
|
|
||||||
#include <tabutil.h>
|
|
||||||
#include <utility.h>
|
|
||||||
#include <progind.h>
|
|
||||||
#include <urldefid.h>
|
|
||||||
#include <prefix.h>
|
|
||||||
|
|
||||||
class TAgg_tconto : public TPrintapp
|
class TAgg_tconto : public TPrintapp
|
||||||
{
|
{
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
//*****************************************************
|
//*****************************************************
|
||||||
//* Aggiornamento codice attivita' su progressivi IVA *
|
//* Aggiornamento codice attivita' su progressivi IVA *
|
||||||
//*****************************************************
|
//*****************************************************
|
||||||
|
#include <mask.h>
|
||||||
|
#include <progind.h>
|
||||||
|
#include <tabutil.h>
|
||||||
|
|
||||||
#include <mov.h>
|
#include <mov.h>
|
||||||
|
|
||||||
|
@ -1,11 +1,4 @@
|
|||||||
#include <applicat.h>
|
#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
|
class TAgg_codatt : public TSkeleton_application
|
||||||
{
|
{
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#include <applicat.h>
|
#include <applicat.h>
|
||||||
#include <isam.h>
|
|
||||||
|
|
||||||
class TAgg_codes : public TSkeleton_application
|
class TAgg_codes : public TSkeleton_application
|
||||||
{
|
{
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
// sistema la data di competenza di tutti i movimenti
|
// sistema la data di competenza di tutti i movimenti
|
||||||
|
|
||||||
|
#include <isam.h>
|
||||||
|
#include <progind.h>
|
||||||
|
|
||||||
#include "cg1300.h"
|
#include "cg1300.h"
|
||||||
#include "cg1306.h"
|
#include "cg1306.h"
|
||||||
|
|
||||||
|
@ -1,9 +1,4 @@
|
|||||||
#include <applicat.h>
|
#include <applicat.h>
|
||||||
#include <mask.h>
|
|
||||||
#include <isam.h>
|
|
||||||
#include <utility.h>
|
|
||||||
#include <progind.h>
|
|
||||||
#include <urldefid.h>
|
|
||||||
|
|
||||||
class TAgg_datacomp : public TSkeleton_application
|
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++, 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@18g%9d", _documenti);
|
||||||
set_row(rr, "@b@28g%r", &_totdocumenti);
|
set_row(rr, "@b@28g%r", &_totdocumenti);
|
||||||
set_row(rr, "@b@56g%r", &_totimponibile);
|
set_row(rr, "@b@57g%r", &_totimponibile);
|
||||||
set_row(rr, "@b@74g%r", &_totimposta);
|
set_row(rr, "@b@73g%r", &_totimposta);
|
||||||
set_row(rr, "@b@92g%r", &_op_esenti);
|
set_row(rr, "@b@92g%r", &_op_esenti);
|
||||||
set_row(rr, "@b@110g%r", &_op_non_imp);
|
set_row(rr, "@b@110g%r", &_op_non_imp);
|
||||||
_totimposta = 0;
|
_totimposta = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user