Rilascio M1.0.03

This commit is contained in:
basi
2019-05-07 10:47:36 +02:00
parent 19e1ef26d7
commit 9e6828b65e
233 changed files with 292 additions and 427 deletions

10
.gitignore vendored
View File

@@ -8,6 +8,12 @@ gnora tutto ##
## tracking cartelle intere ## ## tracking cartelle intere ##
!/object !/object
!/bitmap !/bitmap
!/report
!/resource
!/xfd !/xfd
!/script_db
!/batch
## report ##
!/report
## ignoriamo solo Serbe
/report/Serbe
#

7
batch/MoneySck.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
TERM=vt100
export TERM
export LD_LIBRARY_PATH=/usr/Acucorp/Acucbl1020/lib/
export DCI_CONFIG=/usx/money/DCICONFI
cd /usx/money
/usr/Acucorp/Acucbl1020/bin/runcbl -c CBLCONFI -y libxmlif64.so -y librmnet64.so MONEYSCK.acu

Binary file not shown.

BIN
bitmap/elab.bmp Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

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.

118
object/ExpTpc.xsl Executable file
View 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.

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/GETXML.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.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

29
object/ImportPms.xsl Executable file
View 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

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