diff --git a/WebView2Loader.dll b/WebView2Loader.dll new file mode 100644 index 0000000..429a122 Binary files /dev/null and b/WebView2Loader.dll differ diff --git a/fechamento-caixa-v1.2.5.tar.gz b/fechamento-caixa-v1.2.5.tar.gz new file mode 100644 index 0000000..4081831 Binary files /dev/null and b/fechamento-caixa-v1.2.5.tar.gz differ diff --git a/fechamento-caixa-v1.2.6.tar.gz b/fechamento-caixa-v1.2.6.tar.gz new file mode 100644 index 0000000..7ff6281 Binary files /dev/null and b/fechamento-caixa-v1.2.6.tar.gz differ diff --git a/fechamento-caixa.exe b/fechamento-caixa.exe index 5fe1788..803dae0 100755 Binary files a/fechamento-caixa.exe and b/fechamento-caixa.exe differ diff --git a/src/index.html b/src/index.html index 27b1899..f636ea6 100644 --- a/src/index.html +++ b/src/index.html @@ -1022,7 +1022,9 @@ function init() { const today = new Date().toISOString().split('T')[0]; setVal('f-data', today); estado.data = today; - setVal('f-loja', estado.loja); + setVal('f-loja', estado.loja || 'União'); + setVal('f-operador', estado.operador || ''); + setVal('f-turno', estado.turno || ''); syncHeader(); PRE_FILL_TABLES.forEach(ensureOneRow); Object.keys(TABLES).forEach(renderTable);