Árvore de páginas

Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.
HTML
<center><font size="5000"> EXTERMINAR O ACCESS ATÉ 12/ABRIL/18 </font></center>

 

 

Gráfico
bgColorBlack
orientationvertical
height

...

600
width

...

1315
showShapesfalse
typeline
 012345678910111213141516171819202122232425262728293031323334353637383940414243444546
Meta930

...

910890870

...

850830810

...

790770750

...

730710690

...

670650630

...

610590570

...

550530510

...

490470450

...

430410390

...

370350330

...

310290270

...

250230210

...

190170150

...

13011090

...

7050300
Realizado930930923918915

...

904

...

902

...

885

...

867

...

851

...

822

...

802

...

782

...

765

...

727

...

668

...

637

...

618

...

594

...

581

...

561

...

544

...

531

...

513

...

497

...

472

...

442

...

390

...

362

...

Semana Inicial - 01: 05/Jun/2017   Semana Final  - 30 : 31/Dez/2017

329

...

308273229203175157

143

1301088872443620100 
HTML
<p id="demo" style="font-size: 80px; color:red; background-color:black;"></p>
<script>
// Set the date we're counting down to
var countDownDate = new Date("Apr 12, 2018 23:59:59").getTime();
// Update the count down every 1 second
var x = setInterval(function() {
    // Get todays date and time
    var now = new Date().getTime();
    
    // Find the distance between now an the count down date
    var distance = countDownDate - now;
    
    // Time calculations for days, hours, minutes and seconds
    var days = Math.floor(distance / (1000 * 60 * 60 * 24));
    var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
    var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
    var seconds = Math.floor((distance % (1000 * 60)) / 1000);
    
    // Output the result in an element with id="demo"
    document.getElementById("demo").innerHTML = days + "d " + hours + "h "
    + minutes + "m " + seconds + "s restantes";
    
    // If the count down is over, write some text 
    if (distance < 0) {
        clearInterval(x);
        document.getElementById("demo").innerHTML = "EXPIRED";
    }
}, 1000);
</script>

SQL
dataSourceSIA
stylebackground-color:black;color:yellow; font-weight:bold;font-size:3.8em;
rowOrientationhorizontal
retainRowStyleOrderfalse
SELECT 
COUNT(*) as "Falta Converter",
(SELECT Count(*)
FROM esiaProdutosCliente PC
left  join esiaContrato CO on CO.cdContrato=PC.cdContrato
left  join eanEntidade E on E.cdENtidade = PC.cdEntidade
left  join esiacopiacliente CC on PC.cdProdutosCliente= CC.cdProdutosCliente
INNER JOIN (select new_cdcopiacliente, max(dtRegistro) as dtMigracao 
from log_esiacopiacliente 
where operacao = 'UPDATE'
AND new_flfirebird = 'S'
AND old_flfirebird = 'N'
and dtRegistro >= 
current_date - cast(EXTRACT(ISODOW FROM current_date) as integer)-1
group by new_cdcopiacliente) MM ON MM.new_cdcopiacliente = CC.cdCopiaCLiente
INNER JOIN esiaPadrao P ON PC.cdPadrao = P.cdPadrao
WHERE CC.flContadorEstatistico = 'S'
and  CC.dtExpiracao > '01.03.2017'
and (CC.flTipoCopia = 'VIP' or (CO.flStatus='A' or (CO.flStatus is null and CC.flTipoCopia = 'Doacao')))
AND PC.cdProduto in (10,12)
AND PC.cdEntidade NOT IN (1310,526,5193)
) as "Migradas semana"

FROM esiaProdutosCliente PC
left  join esiaProdutoContrato PCO on PC.cdProdutoContrato=PCO.cdProdutoContrato
left  join esiaContrato CO on PCO.cdContrato=Co.cdContrato
left  join esiacopiacliente CC on PC.cdProdutosCliente= CC.cdProdutosCliente
INNER JOIN esiaPadrao P
ON PC.cdPadrao = P.cdPadrao
WHERE CC.flContadorEstatistico = 'S'
and  CC.dtExpiracao > '01.03.2017'
and (CC.flTipoCopia = 'VIP' or (CO.flStatus='A' or (CO.flStatus is null and CC.flTipoCopia = 'Doacao')))
AND PC.cdProduto in (10,12)
and flFirebird = 'N'
AND PC.cdEntidade NOT IN (1310,526,5193)
Image AddedImage Added