From f67107175e50a71f0f4f9b1b2d0c42a804e8b4bb Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 5 Jun 2011 17:07:08 +0000 Subject: [PATCH] Patch level : 10.1016 Files correlati : Ricompilazione Demo : [ ] Commento : Aggiunto uno sconto e un ricarico descrittivi alla categoria di vendita git-svn-id: svn://10.65.10.50/branches/R_10_00@22213 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- cg/cgtbcve.h | 17 ++--------------- cg/cgtbcve.uml | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/cg/cgtbcve.h b/cg/cgtbcve.h index 224216aaa..2ace50e09 100755 --- a/cg/cgtbcve.h +++ b/cg/cgtbcve.h @@ -12,18 +12,5 @@ #define F_CONTOV 108 #define F_SOTTOCV 109 #define F_DESCRV 110 - - - - - - - - - - - - - - - +#define F_SCONTO 111 +#define F_RICARICO 112 \ No newline at end of file diff --git a/cg/cgtbcve.uml b/cg/cgtbcve.uml index 48a5d22ec..749835f8f 100755 --- a/cg/cgtbcve.uml +++ b/cg/cgtbcve.uml @@ -62,6 +62,20 @@ BEGIN FIELD R0 END +NUMBER F_SCONTO 5 2 +BEGIN + PROMPT 30 8 "Sconto " + HELP "Percentuale di sconto della categoria" + FIELD R1 +END + +NUMBER F_RICARICO 6 2 +BEGIN + PROMPT 45 8 "Ricarico " + HELP "Percentuale di ricarico della categoria" + FIELD R2 +END + NUMBER F_GRUPPO 3 BEGIN PROMPT 2 10 "Conto Cliente "