Compare commits

...

10 Commits

Author SHA1 Message Date
A. Basilico
0b8109e7ca 100404 2025-06-13 12:41:53 +02:00
Angelo Basilico
8b1f72de60 100402 2019-08-29 16:11:23 +02:00
Angelo Basilico
3fbc1714db 100401 2019-07-29 17:31:25 +02:00
basi
c789aed7d3 Rilascio M1.0.03 28/05/2019 2019-05-28 12:28:55 +02:00
basi
b4e3dca3cb Rilascio definitivo M1.0.03 2019-05-07 12:24:46 +02:00
basi
5bc75e5ab2 modificato .gitignore per igorare DATIGRID e DATIGRID.vix in object 2019-05-07 11:29:12 +02:00
basi
f826561ff1 eliminato genius7.adb 2019-05-07 11:17:47 +02:00
basi
695430cce7 aggiornato .gitignore per adb 2019-05-07 11:15:58 +02:00
basi
9e6828b65e Rilascio M1.0.03 2019-05-07 10:47:36 +02:00
Siges servizio assistenza
19e1ef26d7 non ignorato gitignore 2018-11-15 09:28:10 +01:00
233 changed files with 310 additions and 425 deletions

26
.gitignore vendored Executable file
View 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
View 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

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