Gespendete Gesamtsumme für den Kirchenbau (01.03.2013 - 31.01.2024)  
Aufgenommener Bankkredit 2.500.000 €
Monatliche Rate 27.000 €
Summe der in Form von Daueraufträgen erhaltenen Spenden im Januar 2024  
Anzahl der erhaltenen Daueraufträge im Januar 2024  
Gesamtzahl der erhaltenen Spenden im Januar 2024  
Durchschnittliche, monatlicher Finanzfluss  

{source}

<?php

require 'templates/purity_iii/local/html/dbconnect/generalstatistics-table-values.php';

?>

<script>

$jq = jQuery.noConflict();
$jq(function () {

         //replace cells in table with values in spans
         $jq('#td_total_donatii_kirchenbau').append($jq('#total_donatii_kirchenbau').contents());       

         $jq('#td_total_suma_dauerauftrag').append($jq('#total_suma_dauerauftrag').contents());

         $jq('#td_total_numar_dauerauftrag').append($jq('#total_numar_dauerauftrag').contents());

         $jq('#td_medie_suma_lunara').append($jq('#medie_suma_lunara').contents());

         $jq('#td_numar_donatii_ultima_luna').append($jq('#numar_donatii_ultima_luna').contents());

})

</script>

{/source}

{source}

<?php
require 'templates/purity_iii/local/html/dbconnect/monthlyvalues-diagram-DE.php';

?>

<script language="javascript" type="text/javascript">

 Highcharts.setOptions({
     colors: ["#7cb5ec", "#f7a35c", "#90ee7e", "#7798BF", "#aaeeee", "#ff0066", "#eeaaee",
      "#55BF3B", "#DF5353", "#7798BF", "#aaeeee"]
    })


$jq = jQuery.noConflict();
$jq(function () {
$jq('#diagramasume').highcharts({
data: {
table: 'table_monatliche_werte'
},
series: [{
    type: 'area'
}, {
    type: 'column'
}],

       title: {

           text: 'Allgemeine Entwicklung der Spenden für den Kirchenbau (Januar 2015 - Januar 2024)'

       },

     subtitle: {

           text: 'Gesamtbetrag der Spenden pro Monat und kumulierter Betrag für den gesamten Zeitraum'

       },
yAxis: {
allowDecimals: false,
title: {
text: 'Spendenbetrag (€)'
}
},
xAxis: {
type: 'category',

          title: {

                       text: 'Kalendarischer Zeitraum'

          }
},

       tooltip: {

          formatter: function() {

                        return '<b>' + this.y + ' €</b> ';

          }

       },

plotOptions: {

           column: {
                dataLabels: {
                    enabled: true
                },
                enableMouseTracking: false
            },

          area: {
                dataLabels: {
                    enabled: true
                },
                enableMouseTracking: false
            }
        }

  });

});

</script>


{/source}

 

{source}

<?php
require 'templates/purity_iii/local/html/dbconnect/dauerauftrag-histogram-DE.php';

?>
{/source}

 

Letzte Aktualizierung: 31. Januar 2024.

{source}
<script language="javascript" type="text/javascript">
$jq = jQuery.noConflict();
$jq(function () {
$jq('#histograma').highcharts({
data: {
table: 'table_dauerauftrag_wert'
},
chart: {
type: 'column'
},

       title: {

           text: 'Dauerauftrage'

       },

       subtitle: {

           text: 'Anzahl der Spenden (<a href="/nou/http://cbrom.de/nou/de/die-spender/finanzierung/dauerauftrag">Dauerauftrag & Lastschriftverfahren</a>) im Januar 2024.'

       },


yAxis: {
allowDecimals: false,
title: {
text: 'Anzahl der Spenden'
}
},
xAxis: {
type: 'category',

          title: {

                       text: 'Überweisugsbetrag (€)'

          }
},

       tooltip: {

          formatter: function() {

                        return '<b>' + this.y + '</b> Spende(n) in Höhe von <b>' + this.point.name + '€ </b> ';

          }

       },

plotOptions: {

           column: {
                dataLabels: {
                    enabled: true
                }
            }

}

});
});

</script>
{/source}