<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.smartastur.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.smartastur.com/feed.php">
        <title>Smartwiki - grg:doc</title>
        <description></description>
        <link>https://wiki.smartastur.com/</link>
        <image rdf:resource="https://wiki.smartastur.com/lib/exe/fetch.php?media=logo.png" />
       <dc:date>2026-05-09T11:33:31+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.smartastur.com/doku.php?id=grg:doc:documentacion_integracion_dashboard&amp;rev=1765815188&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.smartastur.com/lib/exe/fetch.php?media=logo.png">
        <title>Smartwiki</title>
        <link>https://wiki.smartastur.com/</link>
        <url>https://wiki.smartastur.com/lib/exe/fetch.php?media=logo.png</url>
    </image>
    <item rdf:about="https://wiki.smartastur.com/doku.php?id=grg:doc:documentacion_integracion_dashboard&amp;rev=1765815188&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-12-15T16:13:08+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>documentacion_integracion_dashboard</title>
        <link>https://wiki.smartastur.com/doku.php?id=grg:doc:documentacion_integracion_dashboard&amp;rev=1765815188&amp;do=diff</link>
        <description>Acceso a las bases de datos

El usuario/contraseña y los urls de acceso a las distintas empresas se ha explicado en el email del día 29/10/25.

Procedimientos para el acceso a los datos GRG-LISDATA

Para obtener información de contabilidad
SELECT L.CUENTA, L.NOM_CUENTA, SUM(L.TOTAL)
FROM SALDO_CTA_EXPLOT_LIN L
INNER JOIN SALDO_CTA_EXPLOT_CAB C ON C.CODIGO=L.CODIGO
WHERE C.FECHA_DESDE&gt;=:&quot;Fecha desde&quot;
AND C.FECHA_HASTA&lt;=:&quot;Fecha hasta&quot;
AND C.CONFIRMADO=&#039;S&#039;
GROUP BY L.CUENTA, L.NOM_CUENTA</description>
    </item>
</rdf:RDF>
