Rilascio M1.0.03
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
object/CFGOP.acu
BIN
object/CFGOP.acu
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
object/CTOBJ.acu
BIN
object/CTOBJ.acu
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
118
object/ExpTpc.xsl
Executable file
118
object/ExpTpc.xsl
Executable file
@@ -0,0 +1,118 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
||||
<xsl:output method="xml" encoding="UTF-8" indent="yes"/>
|
||||
<xsl:param name="MyFunction"/>
|
||||
<xsl:template match="responsetpc">
|
||||
<!--<xsl:comment>Web Service parte server da sys-money verso chiamanti (da pms) </xsl:comment> -->
|
||||
<Response>
|
||||
<Status>
|
||||
<xsl:attribute name="Code">
|
||||
<xsl:value-of select="rsptpccodesito"/>
|
||||
</xsl:attribute>
|
||||
<xsl:attribute name="Description">
|
||||
<xsl:value-of select="rsptpcdesesito"/>
|
||||
</xsl:attribute>
|
||||
</Status>
|
||||
<xsl:choose>
|
||||
<xsl:when test="rsptpcdati">
|
||||
<Tipcards>
|
||||
<xsl:for-each select="rsptpcdati">
|
||||
<Tipcard>
|
||||
<CodeTpc>
|
||||
<xsl:value-of select="rsptpc-cod"/>
|
||||
</CodeTpc>
|
||||
<DescTpc>
|
||||
<xsl:value-of select="rsptpc-des"/>
|
||||
</DescTpc>
|
||||
<FlTipUti>
|
||||
<xsl:value-of select="rsptpc-uti"/>
|
||||
</FlTipUti>
|
||||
<FlGestPms>
|
||||
<xsl:value-of select="rsptpc-gestpms"/>
|
||||
</FlGestPms>
|
||||
<FlScoArt>
|
||||
<xsl:value-of select="rsptpc-scoart"/>
|
||||
</FlScoArt>
|
||||
<FlSalDeb>
|
||||
<xsl:value-of select="rsptpc-saldeb"/>
|
||||
</FlSalDeb>
|
||||
<LimTot>
|
||||
<xsl:value-of select="rsptpc-limtot"/>
|
||||
</LimTot>
|
||||
<LimMov>
|
||||
<xsl:value-of select="rsptpc-limmov"/>
|
||||
</LimMov>
|
||||
<LimDay>
|
||||
<xsl:value-of select="rsptpc-limday"/>
|
||||
</LimDay>
|
||||
<LimMonth>
|
||||
<xsl:value-of select="rsptpc-limmonth"/>
|
||||
</LimMonth>
|
||||
</Tipcard>
|
||||
</xsl:for-each>
|
||||
</Tipcards>
|
||||
</xsl:when>
|
||||
</xsl:choose>
|
||||
<xsl:choose>
|
||||
<xsl:when test="$MyFunction = 'get_tipcardnummov'">
|
||||
<Card>
|
||||
<xsl:attribute name="Code">
|
||||
<xsl:value-of select="rsptpcdati-card/rsptpc-card/text()"/>
|
||||
</xsl:attribute>
|
||||
<xsl:attribute name="Description">
|
||||
<xsl:value-of select="rsptpcdati-card/rsptpc-carddes/text()"/>
|
||||
</xsl:attribute>
|
||||
<xsl:attribute name="Account">
|
||||
<xsl:value-of select="rsptpcdati-card/rsptpc-conto/text()"/>
|
||||
</xsl:attribute>
|
||||
<MovTotPlus>
|
||||
<xsl:value-of select="rsptpcdati-card/rsptpc-movpiutot"/>
|
||||
</MovTotPlus>
|
||||
<MovDayPlus>
|
||||
<xsl:value-of select="rsptpcdati-card/rsptpc-movpiuday"/>
|
||||
</MovDayPlus>
|
||||
<MovMonthPlus>
|
||||
<xsl:value-of select="rsptpcdati-card/rsptpc-movpiumonth"/>
|
||||
</MovMonthPlus>
|
||||
<MovTotMinus>
|
||||
<xsl:value-of select="rsptpcdati-card/rsptpc-movmentot"/>
|
||||
</MovTotMinus>
|
||||
<MovDayMinus>
|
||||
<xsl:value-of select="rsptpcdati-card/rsptpc-movmenday"/>
|
||||
</MovDayMinus>
|
||||
<MovMonthMinus>
|
||||
<xsl:value-of select="rsptpcdati-card/rsptpc-movmenmonth"/>
|
||||
</MovMonthMinus>
|
||||
</Card>
|
||||
</xsl:when>
|
||||
<xsl:when test="$MyFunction = 'get_tipcardnum'">
|
||||
<Card>
|
||||
<xsl:attribute name="Code">
|
||||
<xsl:value-of select="rsptpcdati-card/rsptpc-card/text()"/>
|
||||
</xsl:attribute>
|
||||
<xsl:attribute name="Description">
|
||||
<xsl:value-of select="rsptpcdati-card/rsptpc-carddes/text()"/>
|
||||
</xsl:attribute>
|
||||
<xsl:attribute name="Account">
|
||||
<xsl:value-of select="rsptpcdati-card/rsptpc-conto/text()"/>
|
||||
</xsl:attribute>
|
||||
</Card>
|
||||
</xsl:when>
|
||||
<xsl:when test="$MyFunction = 'put_tipcard'">
|
||||
<Card>
|
||||
<xsl:attribute name="Code">
|
||||
<xsl:value-of select="rsptpcdati-card/rsptpc-card/text()"/>
|
||||
</xsl:attribute>
|
||||
<xsl:attribute name="Description">
|
||||
<xsl:value-of select="rsptpcdati-card/rsptpc-carddes/text()"/>
|
||||
</xsl:attribute>
|
||||
<xsl:attribute name="Account">
|
||||
<xsl:value-of select="rsptpcdati-card/rsptpc-conto/text()"/>
|
||||
</xsl:attribute>
|
||||
</Card>
|
||||
</xsl:when>
|
||||
</xsl:choose>
|
||||
</Response>
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
object/GESAZ.acu
BIN
object/GESAZ.acu
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
object/GESOP.acu
BIN
object/GESOP.acu
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
object/GETXML.acu
Executable file
BIN
object/GETXML.acu
Executable file
Binary file not shown.
BIN
object/GG.acu
BIN
object/GG.acu
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
29
object/ImportPms.xsl
Executable file
29
object/ImportPms.xsl
Executable file
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
||||
|
||||
<xsl:output method="xml" encoding="UTF-8" indent="yes"/>
|
||||
|
||||
<xsl:template match="webrequest">
|
||||
<!--<xsl:comment>Get request to execute functions in sys-money</xsl:comment>-->
|
||||
<webrequest>
|
||||
<rqutente>
|
||||
<xsl:value-of select="request/@UserName"/>
|
||||
</rqutente>
|
||||
<rqpassword>
|
||||
<xsl:value-of select="request/@Password"/>
|
||||
</rqpassword>
|
||||
<rqazienda>
|
||||
<xsl:value-of select="request/@Azienda"/>
|
||||
</rqazienda>
|
||||
<rqfunction>
|
||||
<xsl:value-of select="request/Function"/>
|
||||
</rqfunction>
|
||||
<rqcodecard>
|
||||
<xsl:value-of select="request/Card/@Code"/>
|
||||
</rqcodecard>
|
||||
<rqtypecard>
|
||||
<xsl:value-of select="request/Card/@Type"/>
|
||||
</rqtypecard>
|
||||
</webrequest>
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
object/MONEYSCK.acu
Executable file
BIN
object/MONEYSCK.acu
Executable file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user