diff --git a/CUST/BLCC/export/gen_export_FACT.bat b/CUST/BLCC/export/gen_export_FACT.bat index 51c3821edc..89a6db3721 100644 --- a/CUST/BLCC/export/gen_export_FACT.bat +++ b/CUST/BLCC/export/gen_export_FACT.bat @@ -1,8 +1,9 @@ -REM GEN_EXPORT_FACT.BAT +REM GEN_EXPORT_FACT REM REM BLCC REM -REM Bevriest te factureren gegevens en exporteert feitelijk niets +REM Exporteert verkoopfacturatie vanuit FACILITOR als CSV tbv. Twinfield. +REM Het aangemaakte CSV-bestand wordt gemaild naar de afgesproken persoon. REM REM Context : roep deze file aan indien nodig, of schedule deze REM Vereist : de randvoorwaarde voor het gebruik van gen_export @@ -13,5 +14,14 @@ REM REM (c) 2017 Facilitor B.V. REM -REM ================================================== create exportfile +REM === cleanup +copy .\FACT\FACT*.csv .\FACT\Backup +del .\FACT\FACT*.csv + +REM === create exportfile CALL ..\..\..\utils\gen_export\gen_export.bat FACT + +REM === mail +if not exist ".\FACT\FACT*.csv" goto einde +cscript sendmailFact.vbs +:einde diff --git a/CUST/BLCC/xsl/cust.xsl b/CUST/BLCC/xsl/cust.xsl index 6b740666d0..1126360df8 100644 --- a/CUST/BLCC/xsl/cust.xsl +++ b/CUST/BLCC/xsl/cust.xsl @@ -134,11 +134,11 @@ } .fatal { - background-color: red; - color: white; - font-weight: bold; - padding-left: 2px; - padding-right: 2px; + background-color: red; + color: white; + font-weight: bold; + padding-left: 2px; + padding-right: 2px; } @@ -597,7 +597,7 @@
