Patch level :10.0 212

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :iniziata sostituzione maschere di magazzino con BA in MG


git-svn-id: svn://10.65.10.50/trunk@18109 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2009-01-26 10:06:01 +00:00
parent 34b80a7ad3
commit 819886a398
7 changed files with 69 additions and 29 deletions

View File

@ -1,5 +1,5 @@
<report name="bastcau" lpi="6">
<report name="mgstcau" lpi="6">
<font face="Courier New" size="10" />
<section keep_with_next="1" type="Head">
<field type="Testo" valign="center" align="center" width="96" height="2" text="Tabella Causali Magazzino">

View File

@ -1,6 +1,10 @@
#include "../ba/ba3200.h"
PAGE "Stampa Tabella Causali di magazzino" -1 -1 58 8
TOOLBAR "topbar" 0 0 0 2
#include <printbar.h>
ENDPAGE
PAGE "Tabella Causali di magazzino" -1 -1 58 8
STRING F_INIZIO1 5
BEGIN
@ -28,15 +32,5 @@ BEGIN
GROUP 2
END
BUTTON DLG_OK 10 2
BEGIN
PROMPT -12 -1 ""
END
BUTTON DLG_QUIT 10 2
BEGIN
PROMPT -22 -1 ""
END
ENDPAGE
ENDMASK

View File

@ -1,5 +1,5 @@
<report libraries="ve1300" name="bastfca" lpi="6">
<report libraries="ve1300" name="mgstfca" lpi="6">
<font face="Courier New" size="10" />
<section type="Head">
<font face="Courier New" bold="1" size="10" />

View File

@ -1,6 +1,10 @@
#include "..\mg\mg0200.h"
PAGE "Stampa Tabella Gruppi Codice Articoli" -1 -1 68 8
TOOLBAR "topbar" 0 0 0 2
#include <printbar.h>
ENDPAGE
PAGE "Gruppi Codice Articoli" -1 -1 68 8
STRING F_INIZIO1 1
BEGIN
@ -83,15 +87,5 @@ BEGIN
STR_CALC #F_FINE1+#F_FINE2
END
BUTTON DLG_PRINT 10 2
BEGIN
PROMPT -12 -1 ""
END
BUTTON DLG_QUIT 10 2
BEGIN
PROMPT -22 -1 ""
END
ENDPAGE
ENDMASK

54
mg/mgtbcau.h Executable file
View File

@ -0,0 +1,54 @@
#define F_CODICE 101
#define F_DESCAU 102
#define F_RAGGF 103
#define F_RAGGFD 104
#define H_RAGGFD 105
#define F_TIPOPR 106
#define F_SGNGIAC 107
#define F_SGNRIM 108
#define F_SGNACQ 109
#define F_SGNENTR 110
#define F_SGNVEN 111
#define F_SGNUSC 112
#define F_SGNORDF 113
#define F_SGNORDC 114
#define F_SGNSCAR 115
#define F_SGNPRODF 116
#define F_SGNPRODC 117
#define F_SGNACL 118
#define F_SGNINCL 119
#define F_SGNLABEL 120
#define F_TIPOMOV 121
#define H_TIPOMOV 122
#define F_ERASER 130
#define F_SUMSIGN 131
#define F_CHECKER 132
#define F_CAUCOLL 133
#define F_DCAUCOLL 134
#define F_MOVQTA 135
#define F_MOVVAL 136
#define F_UPDTULC 137
#define F_CODICE2 138
#define F_DESCAU2 139
#define F_DIBAEXPLOSION 140
#define F_DEFAULTMAG 141
#define F_DEFAULTDEP 142
#define F_LIV_ESPL 143
#define F_COSTO_ESPL 144
#define F_DESCDEFMAG 145
#define F_DESCDEFDEP 146
#define H_DEFAULTMAG 147
#define F_STOP_PROD 148
#define F_MOV_SOSP 149
#define F_SCAR_ALT 150
#define F_GIACCF 152
#define F_SGNDOTIN 153
#define F_SGNDOTOD 154
#define F_SGNDOTTM 155
#define F_SGNCONYR 156
#define F_SGNCONMN 157
#define G_SGNVAL 20
#define G_SGNQTA 21

View File

@ -1,14 +1,12 @@
#include "batbcau.h"
#include "mgtbcau.h"
#include <modaut.h>
TOOLBAR "Toolbar" 0 0 0 2
#include <relapbar.h>
ENDPAGE
PAGE "Definizione causale" 0 0 0 0
PAGE "Causale magazzino" 0 0 0 0
GROUPBOX DLG_NULL 75 5
BEGIN

View File

@ -1,4 +1,4 @@
#include "batbfca.h"
#include "mgtbfca.h"
TOOLBAR "Toolbar" 0 0 0 2