BLCC#37691 Facturatieproces M2/deel 4
svn path=/Website/branches/v2017.1/; revision=34596
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user