Rilascio M1.0.03

This commit is contained in:
basi
2019-05-07 10:47:36 +02:00
parent 19e1ef26d7
commit 9e6828b65e
233 changed files with 292 additions and 427 deletions

10
script_db/prova.sql Executable file
View File

@@ -0,0 +1,10 @@
/* label Cobol = 100301
Update tabella tipi card per interfaccia con Pms 04/04/19 A.B.
*/
connect to 'SYSMONEY' 'SYSADM' '';
INSERT INTO MENUOP VALUES('MSCK', 'Money Interface', 'MSCKMSCK', 'DEFAULT', '', '', '', '', '', '', '', '', '', 'DEFAULT', '', '', '');
disconnect;
quit;