FSN#1433
svn path=/Database/trunk/; revision=9345
This commit is contained in:
18
FCLT.SRC
18
FCLT.SRC
@@ -5,8 +5,8 @@
|
||||
-- All rights reserved!
|
||||
|
||||
/*
|
||||
* $Revision: 55 $
|
||||
* $Modtime: 12-05-06 9:48 $
|
||||
* $Revision: 56 $
|
||||
* $Modtime: 28-11-06 9:46 $
|
||||
*/
|
||||
|
||||
#include "modules.h"
|
||||
@@ -26,10 +26,10 @@ _SET_ORACLE(DEFINE OFF)
|
||||
SPOOL facilitor
|
||||
PROMPT [facilitor.lst]
|
||||
PROMPT
|
||||
PROMPT Copyright 1996-2006 Dijkoraad IT bv/Facilitor Software Nederland bv
|
||||
PROMPT Copyright 1996-2007 Dijkoraad IT bv/Facilitor Software Nederland bv
|
||||
PROMPT
|
||||
PROMPT Dit is de gegenereerde list-file van crea_dyk.sql welke
|
||||
PROMPT is gebruikt om de Facilitor(r) omgeving in Oracle aan te
|
||||
PROMPT Dit is de gegenereerde list-file van FCLTxxxx.sql welke
|
||||
PROMPT is gebruikt om de Facilitor(r) _VERSION omgeving in Oracle aan te
|
||||
PROMPT maken.
|
||||
PROMPT
|
||||
PROMPT Dit script is gerund in user:
|
||||
@@ -57,6 +57,7 @@ _SET_ORACLE(LINESIZE 500)
|
||||
#include "sch_tab.src"
|
||||
#include "fin_tab.src"
|
||||
#include "prj_tab.src"
|
||||
#include "msg_tab.src"
|
||||
|
||||
COMMIT;
|
||||
|
||||
@@ -79,6 +80,7 @@ COMMIT;
|
||||
#include "sch_seq.src"
|
||||
#include "fin_seq.src"
|
||||
#include "prj_seq.src"
|
||||
#include "msg_seq.src"
|
||||
COMMIT;
|
||||
|
||||
#endif
|
||||
@@ -106,6 +108,7 @@ COMMIT;
|
||||
#include "sch_vie.src"
|
||||
#include "fin_vie.src"
|
||||
#include "prj_vie.src"
|
||||
#include "msg_vie.src"
|
||||
COMMIT;
|
||||
|
||||
/* PACKAGES 2 */
|
||||
@@ -129,7 +132,7 @@ COMMIT;
|
||||
#include "sch_pac.src"
|
||||
#include "fin_pac.src"
|
||||
#include "prj_pac.src"
|
||||
|
||||
#include "msg_pac.src"
|
||||
COMMIT;
|
||||
|
||||
/* VIEWS 2
|
||||
@@ -157,6 +160,7 @@ COMMIT;
|
||||
#include "sch_ind.src"
|
||||
#include "fin_ind.src"
|
||||
#include "prj_ind.src"
|
||||
#include "msg_ind.src"
|
||||
COMMIT;
|
||||
|
||||
/* TRIGGERS */
|
||||
@@ -176,6 +180,7 @@ COMMIT;
|
||||
#include "sch_tri.src"
|
||||
#include "fin_tri.src"
|
||||
#include "prj_tri.src"
|
||||
#include "msg_tri.src"
|
||||
COMMIT;
|
||||
|
||||
/* INITIALISATIES */
|
||||
@@ -195,6 +200,7 @@ COMMIT;
|
||||
#include "sch_ini.src"
|
||||
#include "fin_ini.src"
|
||||
#include "prj_ini.src"
|
||||
#include "msg_ini.src"
|
||||
COMMIT;
|
||||
|
||||
/* DIVERSEN */
|
||||
|
||||
12
MODULES.H
12
MODULES.H
@@ -1,25 +1,25 @@
|
||||
/*
|
||||
* $Revision: 31 $
|
||||
* $Modtime: 12-05-06 9:53 $
|
||||
* $Revision: 32 $
|
||||
* $Modtime: 28-11-06 9:48 $
|
||||
*
|
||||
* MODULEDEFINITIES
|
||||
*
|
||||
* ALG - Algemeen (onroerend goed)
|
||||
* BEZ - Bezoekers registratie
|
||||
* CAD - AutoCAD koppeling
|
||||
* CNT - Contracten
|
||||
* FAC - Basismodule (altijd aanwezig)
|
||||
* FIN - Financien/facturen [sinds 4.61]
|
||||
* INS - Installaties
|
||||
* MLD - Meldingen (basis)
|
||||
* MRK - Marktplaats
|
||||
* MSG - Messenger [sinds 4.70 apart]
|
||||
* PRS - Personen (kleine basisset tbv. Meldingen)
|
||||
* PRJ - Projecten/verhuizingen [sinds 4.61 in web]
|
||||
* RAP - Rapport module (geen src voor nodig)
|
||||
* SCH - Schoonmaak
|
||||
* SLE - Sleutelplan
|
||||
* WEB - Intranet modules
|
||||
* CNT - Contracten
|
||||
* OND - Planmatig onderhoud [vervallen]
|
||||
* FIN - Financien/facturen [sinds 4.61]
|
||||
*
|
||||
* DATA - Data voor diverse modules inserten
|
||||
*
|
||||
@@ -35,10 +35,10 @@
|
||||
#define INS INS
|
||||
#define MLD MLD
|
||||
#define MRK MRK
|
||||
#define MSG MSG
|
||||
#define PRA PRA
|
||||
#define PRJ PRJ
|
||||
#define PRS PRS
|
||||
#define RES RES
|
||||
#define SCH SCH
|
||||
#define WEB WEB
|
||||
#define no_OND OND
|
||||
|
||||
Reference in New Issue
Block a user