Compare commits
10 Commits
396f514081
...
0b8109e7ca
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0b8109e7ca | ||
|
|
8b1f72de60 | ||
|
|
3fbc1714db | ||
|
|
c789aed7d3 | ||
|
|
b4e3dca3cb | ||
|
|
5bc75e5ab2 | ||
|
|
f826561ff1 | ||
|
|
695430cce7 | ||
|
|
9e6828b65e | ||
|
|
19e1ef26d7 |
26
.gitignore
vendored
Executable file
26
.gitignore
vendored
Executable file
@@ -0,0 +1,26 @@
|
||||
gnora tutto ##
|
||||
/*
|
||||
|
||||
## MISC ##
|
||||
# track .gitignore
|
||||
!/.gitignore
|
||||
|
||||
## tracking cartelle intere ##
|
||||
!/object
|
||||
!/bitmap
|
||||
!/xfd
|
||||
!/script_db
|
||||
!/batch
|
||||
|
||||
## object ##
|
||||
!/object
|
||||
## ignoriamo genius7.adb e DATIGRID/DATIGRID.vix
|
||||
/object/genius7.adb
|
||||
/object/DATIGRID
|
||||
/object/DATIGRID.vix
|
||||
|
||||
## report ##
|
||||
!/report
|
||||
## ignoriamo solo Serbe
|
||||
/report/Serbe
|
||||
#
|
||||
7
batch/MoneySck.sh
Executable file
7
batch/MoneySck.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
TERM=vt100
|
||||
export TERM
|
||||
export LD_LIBRARY_PATH=/usr/lib64:/usr/Acucorp/Acucbl1020/lib
|
||||
export DCI_CONFIG=/u/usr/money/DCICONFI
|
||||
cd /u/usr/money
|
||||
/usr/Acucorp/Acucbl1020/bin/runcbl -c CBLCONFI -y libxmlif64.so -y librmnet64.so MONEYSCK.acu
|
||||
BIN
bitmap/Thumbs.db
BIN
bitmap/Thumbs.db
Binary file not shown.
BIN
bitmap/elab.bmp
Executable file
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.
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.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user