diff --git a/ba/bastscc.uml b/ba/bastscc.uml index d59e87359..0a3142bc1 100755 --- a/ba/bastscc.uml +++ b/ba/bastscc.uml @@ -1,13 +1,13 @@ #include "ba3200.h" -PAGE "Stampa sconti incondizionati" -1 -1 50 8 +PAGE "Stampa sconti clienti" -1 -1 50 8 STRING F_INIZIO1 2 BEGIN PROMPT 2 1 "Da codice " FLAGS "U" HELP "Codice da cui iniziare la stampa. Vuoto = inizio archvio" FIELD LF_TABCOM->CODTAB - USE %SCO + USE %SCC INPUT CODTAB F_INIZIO1 DISPLAY "Codice" CODTAB DISPLAY "Descrizione@50" S0 diff --git a/ba/batbscc.h b/ba/batbscc.h index 4a501136e..8e5eb5b71 100755 --- a/ba/batbscc.h +++ b/ba/batbscc.h @@ -4,6 +4,7 @@ #define F_CODICE 101 #define F_DESCR 102 +#define F_PERC 103 diff --git a/ba/batbscc.rpt b/ba/batbscc.rpt index c329c4086..c1b7d3562 100755 --- a/ba/batbscc.rpt +++ b/ba/batbscc.rpt @@ -3,7 +3,9 @@ Tabella Sconti incondizionati 1|@3g%s|Codice 1|@14g%s|Descrizione +1|@70g%s|Percentuale [Rows] 1|CODTAB|@3g@2,ls 1|S0|@14g@50,ls +1|S1|@70g@20,ls diff --git a/ba/batbscc.uml b/ba/batbscc.uml index a6fbd6586..313f4318b 100755 --- a/ba/batbscc.uml +++ b/ba/batbscc.uml @@ -37,5 +37,12 @@ OUTPUT F_CODICE CODTAB CHECKTYPE REQUIRED END +STRING F_PERC 20 +BEGIN +PROMPT 4 6 "Percentuale " +HELP "Percentuale sconto incondizionato" +FIELD S1 +END + ENDPAGE ENDMASK