This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const dados = JSON.parse(localStorage.getItem('financeiro')) || {}; | |
if (!dados.cartoes) dados.cartoes = []; | |
const monthSelect = document.getElementById('month'); | |
const yearSelect = document.getElementById('year'); | |
const meses = [ | |
"Janeiro", "Fevereiro", "Março", "Abril", "Maio", "Junho", | |
"Julho", "Agosto", "Setembro", "Outubro", "Novembro", "Dezembro" | |
]; | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// === dados iniciais === | |
const dados = JSON.parse(localStorage.getItem('financeiro')) || {}; | |
if (!dados.cartoes) dados.cartoes = []; | |
const monthSelect = document.getElementById('month'); | |
const yearSelect = document.getElementById('year'); | |
const meses = [ | |
"Janeiro", "Fevereiro", "Março", "Abril", "Maio", "Junho", | |
"Julho", "Agosto", "Setembro", "Outubro", "Novembro", "Dezembro" | |
]; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const dados = JSON.parse(localStorage.getItem('financeiro')) || {}; | |
if (!dados.cartoes) dados.cartoes = []; | |
const monthSelect = document.getElementById('month'); | |
const yearSelect = document.getElementById('year'); | |
const meses = [ | |
"Janeiro", "Fevereiro", "Março", "Abril", "Maio", "Junho", | |
"Julho", "Agosto", "Setembro", "Outubro", "Novembro", "Dezembro" | |
]; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// === dados iniciais === | |
const dados = JSON.parse(localStorage.getItem('financeiro')) || {}; | |
if (!dados.cartoes) dados.cartoes = []; | |
const monthSelect = document.getElementById('month'); | |
const yearSelect = document.getElementById('year'); | |
const meses = [ | |
"Janeiro", "Fevereiro", "Março", "Abril", "Maio", "Junho", | |
"Julho", "Agosto", "Setembro", "Outubro", "Novembro", "Dezembro" | |
]; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// === dados iniciais === | |
const dados = JSON.parse(localStorage.getItem('financeiro')) || {}; | |
if (!dados.cartoes) dados.cartoes = []; | |
const monthSelect = document.getElementById('month'); | |
const yearSelect = document.getElementById('year'); | |
const meses = [ | |
"Janeiro", "Fevereiro", "Março", "Abril", "Maio", "Junho", | |
"Julho", "Agosto", "Setembro", "Outubro", "Novembro", "Dezembro" | |
]; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// === dados iniciais === | |
const dados = JSON.parse(localStorage.getItem('financeiro')) || {}; | |
if (!dados.cartoes) dados.cartoes = []; | |
const monthSelect = document.getElementById('month'); | |
const yearSelect = document.getElementById('year'); | |
const meses = [ | |
"Janeiro", "Fevereiro", "Março", "Abril", "Maio", "Junho", | |
"Julho", "Agosto", "Setembro", "Outubro", "Novembro", "Dezembro" | |
]; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// === dados iniciais === | |
const dados = JSON.parse(localStorage.getItem('financeiro')) || {}; | |
if (!dados.cartoes) dados.cartoes = []; | |
const monthSelect = document.getElementById('month'); | |
const yearSelect = document.getElementById('year'); | |
const meses = [ | |
"Janeiro", "Fevereiro", "Março", "Abril", "Maio", "Junho", | |
"Julho", "Agosto", "Setembro", "Outubro", "Novembro", "Dezembro" | |
]; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// === dados iniciais === | |
const dados = JSON.parse(localStorage.getItem('financeiro')) || {}; | |
if (!dados.cartoes) dados.cartoes = []; | |
const monthSelect = document.getElementById('month'); | |
const yearSelect = document.getElementById('year'); | |
const meses = [ | |
"Janeiro", "Fevereiro", "Março", "Abril", "Maio", "Junho", | |
"Julho", "Agosto", "Setembro", "Outubro", "Novembro", "Dezembro" | |
]; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// === dados iniciais === | |
const dados = JSON.parse(localStorage.getItem('financeiro')) || {}; | |
if (!dados.cartoes) dados.cartoes = []; | |
const monthSelect = document.getElementById('month'); | |
const yearSelect = document.getElementById('year'); | |
const meses = [ | |
"Janeiro", "Fevereiro", "Março", "Abril", "Maio", "Junho", | |
"Julho", "Agosto", "Setembro", "Outubro", "Novembro", "Dezembro" | |
]; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// === dados iniciais === | |
const dados = JSON.parse(localStorage.getItem('financeiro')) || {}; | |
if (!dados.cartoes) dados.cartoes = []; | |
const monthSelect = document.getElementById('month'); | |
const yearSelect = document.getElementById('year'); | |
const meses = [ | |
"Janeiro", "Fevereiro", "Março", "Abril", "Maio", "Junho", | |
"Julho", "Agosto", "Setembro", "Outubro", "Novembro", "Dezembro" | |
]; |
NewerOlder