BLCC#37691 Facturatieproces M2/deel 4

svn path=/Website/branches/v2017.1/; revision=34596
This commit is contained in:
Maarten van der Heide
2017-07-12 09:06:55 +00:00
parent bffad923da
commit e86eef45e0
2 changed files with 19 additions and 9 deletions

View File

@@ -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

View File

@@ -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;
}
</style>
</xsl:template>
@@ -597,7 +597,7 @@
<td colspan="3" style="text-align:right;">
<xsl:choose>
<xsl:when test="$mode='email'"><img src="cid:tmpl_logo.gif"/></xsl:when>
<xsl:otherwise><xsl:element name="img"><xsl:attribute name="src">../../cust/<xsl:value-of select="//header/custId"/>/tmpl_logo.gif</xsl:attribute></xsl:element></xsl:otherwise>
<xsl:otherwise><xsl:element name="img"><xsl:attribute name="src">../../cust/BLCC/tmpl_logo.gif</xsl:attribute></xsl:element></xsl:otherwise>
</xsl:choose>
</td>
</tr>