FSN#28168 -- Gen_export omzetten naar JS
svn path=/Website/trunk/; revision=21757
This commit is contained in:
0
CUST/AAHU/export/DAILY_TASK/.gitignore
vendored
0
CUST/AAHU/export/DAILY_TASK/.gitignore
vendored
@@ -1,25 +0,0 @@
|
|||||||
REM GEN_EXPORT_BUDGET_TRACKER.BAT
|
|
||||||
REM
|
|
||||||
REM AAHU
|
|
||||||
REM
|
|
||||||
REM Exporteert informatie naar een export-bestand
|
|
||||||
REM
|
|
||||||
REM Context : roep deze file aan indien nodig, of schedule deze
|
|
||||||
REM Verseist: de randvoorwaarde voor het gebruik van gen_export
|
|
||||||
REM
|
|
||||||
REM $Revision$
|
|
||||||
REM $Id$
|
|
||||||
REM
|
|
||||||
REM (c) 2009, SG facilitor, +31 (53) 4800710, helpdesk@sgfacilitor.nl
|
|
||||||
REM
|
|
||||||
|
|
||||||
|
|
||||||
del .\BUDGET_TRACKER\*.csv
|
|
||||||
CALL ..\..\..\utils\gen_export\gen_export.bat BUDGET_TRACKER
|
|
||||||
copy .\BUDGET_TRACKER\AAHU_BudgetTracker*.csv D:\Apps\Facilitor\ftp_sites\LocalUser\AANSFtp\AAHU\
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
REM CALL ..\..\..\utils\gen_export\gen_export.bat BUDGET_TRACK_M2
|
|
||||||
|
|
||||||
|
|
||||||
@@ -1,7 +1,5 @@
|
|||||||
REM GEN_EXPORT_EXACT.BAT
|
REM GEN_EXPORT_EXACT.BAT
|
||||||
REM
|
REM
|
||||||
REM AAHU
|
|
||||||
REM
|
|
||||||
REM Exporteert informatie naar een export-bestand
|
REM Exporteert informatie naar een export-bestand
|
||||||
REM
|
REM
|
||||||
REM Context : roep deze file aan indien nodig, of schedule deze
|
REM Context : roep deze file aan indien nodig, of schedule deze
|
||||||
@@ -13,30 +11,16 @@ REM
|
|||||||
REM (c) 2010, SG|facilitor bv, +31 (53) 4800700, support@sgfacilitor.nl
|
REM (c) 2010, SG|facilitor bv, +31 (53) 4800700, support@sgfacilitor.nl
|
||||||
REM
|
REM
|
||||||
|
|
||||||
copy .\EXACT\*.* .\EXACT\backup
|
|
||||||
del .\EXACT\*.log
|
|
||||||
del .\EXACT\*.xml
|
|
||||||
CALL ..\..\..\utils\gen_export\gen_export.bat EXACT
|
CALL ..\..\..\utils\gen_export\gen_export.bat EXACT
|
||||||
copy .\EXACT\*.* D:\Apps\Facilitor\ftp_sites\LocalUser\AANSFtp\AAHU\
|
|
||||||
|
|
||||||
CALL ..\..\..\utils\gen_export\gen_export.bat VERWERK_EXACT
|
CALL ..\..\..\utils\gen_export\gen_export.bat VERWERK_EXACT
|
||||||
|
|
||||||
CALL ..\..\..\utils\gen_export\gen_export.bat BUNDEL_CATERING
|
CALL ..\..\..\utils\gen_export\gen_export.bat BUNDEL_CATERING
|
||||||
|
|
||||||
copy .\EXACT_VERKOOP\*.csv .\EXACT_VERKOOP\backup
|
|
||||||
del .\EXACT_VERKOOP\*.csv
|
|
||||||
CALL ..\..\..\utils\gen_export\gen_export.bat EXACT_VERKOOP
|
CALL ..\..\..\utils\gen_export\gen_export.bat EXACT_VERKOOP
|
||||||
copy .\EXACT_VERKOOP\*.csv D:\Apps\Facilitor\ftp_sites\LocalUser\AANSFtp\AAHU\
|
|
||||||
|
|
||||||
copy .\EXACT_VERKOOP_VJ\*.csv .\EXACT_VERKOOP_VJ\backup
|
|
||||||
del .\EXACT_VERKOOP_VJ\*.csv
|
|
||||||
CALL ..\..\..\utils\gen_export\gen_export.bat EXACT_VERKOOP_VJ
|
CALL ..\..\..\utils\gen_export\gen_export.bat EXACT_VERKOOP_VJ
|
||||||
copy .\EXACT_VERKOOP_VJ\*.csv D:\Apps\Facilitor\ftp_sites\LocalUser\AANSFtp\AAHU\
|
|
||||||
|
|
||||||
copy .\EXACT_UREN\*.* .\EXACT_UREN\backup
|
|
||||||
del .\EXACT_UREN\*.log
|
|
||||||
del .\EXACT_UREN\*.xml
|
|
||||||
CALL ..\..\..\utils\gen_export\gen_export.bat EXACT_UREN
|
CALL ..\..\..\utils\gen_export\gen_export.bat EXACT_UREN
|
||||||
copy .\EXACT_UREN\*.* D:\Apps\Facilitor\ftp_sites\LocalUser\AANSFtp\AAHU\
|
|
||||||
|
|
||||||
CALL ..\..\..\utils\gen_export\gen_export.bat VERWERK_EXACT_UREN
|
CALL ..\..\..\utils\gen_export\gen_export.bat VERWERK_EXACT_UREN
|
||||||
|
|||||||
@@ -1,21 +0,0 @@
|
|||||||
REM GEN_EXPORT_BUDGET_TRACKER.BAT
|
|
||||||
REM
|
|
||||||
REM AAHU
|
|
||||||
REM
|
|
||||||
REM Exporteert informatie naar een export-bestand
|
|
||||||
REM
|
|
||||||
REM Context : roep deze file aan indien nodig, of schedule deze
|
|
||||||
REM Verseist: de randvoorwaarde voor het gebruik van gen_export
|
|
||||||
REM
|
|
||||||
REM $Revision$
|
|
||||||
REM $Id$
|
|
||||||
REM
|
|
||||||
REM (c) 2009, SG facilitor, +31 (53) 4800710, helpdesk@sgfacilitor.nl
|
|
||||||
REM
|
|
||||||
|
|
||||||
|
|
||||||
del .\BUDGET_TRACKER\*.csv
|
|
||||||
..\..\..\utils\gen_export\gen_export.exe BUDGET_TRACKER
|
|
||||||
copy .\BUDGET_TRACKER\AAHU_BudgetTracker*.csv D:\Apps\Facilitor\ftp_sites\LocalUser\AAFMTest\AAHU\
|
|
||||||
|
|
||||||
|
|
||||||
@@ -1,43 +0,0 @@
|
|||||||
REM GEN_EXPORT_EXACT.BAT
|
|
||||||
REM
|
|
||||||
REM AAHU
|
|
||||||
REM
|
|
||||||
REM Exporteert informatie naar een export-bestand
|
|
||||||
REM
|
|
||||||
REM Context : roep deze file aan indien nodig, of schedule deze
|
|
||||||
REM Verseist: de randvoorwaarde voor het gebruik van gen_export
|
|
||||||
REM
|
|
||||||
REM $Revision$
|
|
||||||
REM $Id$
|
|
||||||
REM
|
|
||||||
REM (c) 2010, SG|facilitor bv, +31 (53) 4800700, support@sgfacilitor.nl
|
|
||||||
REM
|
|
||||||
|
|
||||||
copy .\EXACT\*.* .\EXACT\backup
|
|
||||||
del .\EXACT\*.log
|
|
||||||
del .\EXACT\*.xml
|
|
||||||
..\..\..\utils\gen_export\gen_export.exe EXACT
|
|
||||||
copy .\EXACT\*.* D:\Apps\Facilitor\ftp_sites\LocalUser\AAFMTest\AAHU\
|
|
||||||
|
|
||||||
..\..\..\utils\gen_export\gen_export.exe VERWERK_EXACT
|
|
||||||
|
|
||||||
..\..\..\utils\gen_export\gen_export.exe BUNDEL_CATERING
|
|
||||||
|
|
||||||
copy .\EXACT_VERKOOP\*.csv .\EXACT_VERKOOP\backup
|
|
||||||
del .\EXACT_VERKOOP\\*.csv
|
|
||||||
..\..\..\utils\gen_export\gen_export.exe EXACT_VERKOOP
|
|
||||||
copy .\EXACT_VERKOOP\*.csv D:\Apps\Facilitor\ftp_sites\LocalUser\AAFMTest\AAHU\
|
|
||||||
|
|
||||||
copy .\EXACT_VERKOOP_VJ\*.csv .\EXACT_VERKOOP_VJ\backup
|
|
||||||
del .\EXACT_VERKOOP_VJ\*.csv
|
|
||||||
..\..\..\utils\gen_export\gen_export.exe EXACT_VERKOOP_VJ
|
|
||||||
copy .\EXACT_VERKOOP_VJ\*.csv D:\Apps\Facilitor\ftp_sites\LocalUser\AAFMTest\AAHU\
|
|
||||||
|
|
||||||
del D:\Apps\Facilitor\ftp_sites\LocalUser\AAFMTest\AAHU\aahu_exact_uren_*.xml
|
|
||||||
copy .\EXACT_UREN\*.* .\EXACT_UREN\backup
|
|
||||||
del .\EXACT_UREN\*.log
|
|
||||||
del .\EXACT_UREN\*.xml
|
|
||||||
..\..\..\utils\gen_export\gen_export.exe EXACT_UREN
|
|
||||||
copy .\EXACT_UREN\*.* D:\Apps\Facilitor\ftp_sites\LocalUser\AAFMTest\AAHU\
|
|
||||||
|
|
||||||
..\..\..\utils\gen_export\gen_export.exe VERWERK_EXACT_UREN
|
|
||||||
@@ -1 +1 @@
|
|||||||
..\..\..\utils\putOrders\putOrders.exe
|
call ..\..\..\utils\putOrders\putOrders.bat
|
||||||
Reference in New Issue
Block a user