Patch level : 12.0 nopach

Files correlati     : 

Sistemata (almeno spero) la maschera ps09200500a


git-svn-id: svn://10.65.10.50/branches/R_10_00@23530 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
bonazzi 2017-01-12 22:29:24 +00:00
parent 5d0239f910
commit 3fe48d108f
2 changed files with 35 additions and 3 deletions

32
src/ps/ps0920500a.h Normal file

@ -0,0 +1,32 @@
#define F_DATADOC 201
#define F_CODELAB 202
#define F_DESELAB 203
#define F_PATH 204
#define F_SHOWALL 205
#define F_SHEET 206
#define S_SELECT 101
#define S_CLIFO 102
#define S_INDSPED 103
#define S_CODNUM 104
#define S_ANNO 105
#define S_NDOC 106
#define S_IDRIGA 107
#define S_CODART 108
#define S_PALET1 109
#define S_SPEZZ1 110
#define S_PEZZ1 111
#define S_PESO1 112
#define S_PALET2 113
#define S_SPEZZ2 114
#define S_PEZZ2 115
#define S_PESO2 116
#define S_SALDO 117
#define S_LOTTO 118
#define S_DESCR 119
#define S_DATA 120
#define S_EVASA 121
#define S_DATEVAS 122
#define S_RECORD 123
#define S_RAGSOC 151

@ -161,7 +161,7 @@ BEGIN
PROMPT 1 2 "Cliente "
USE LF_CLIFO
INPUT TIPOCF "C"
INPUT CODCF F_CLIFO
INPUT CODCF S_CLIFO
OUTPUT S_RAGSOC RAGSOC
CHECKTYPE REQUIRED
FLAGS "DG"
@ -226,8 +226,8 @@ STRING S_CODART 20
BEGIN
PROMPT 1 6 "Articolo "
USE LF_ANAMAG
INPUT CODART F_CODART
OUTPUT F_DESCR DESCR
INPUT CODART S_CODART
OUTPUT S_DESCR DESCR
CHECKTYPE REQUIRED
FLAGS "DG"
END