#189 - 21/02/2026 00:58:23
Update footer.php
Adição do link para o TIKTOK
Versão 1.0.0
Update footer.php
Adição do link para o TIKTOK
Add company category change UI and handler
Adds a feature to change a company's category: a new action card with a form and grouped select options is shown for non-public companies. Implements a POST handler that validates the requested sector against an allowlist, requires 700 influence, blocks changes for companies in 'industria_espacial' or 'financeiro', and prevents no-op changes. The operation runs inside a transaction: it deducts 700 influence from the president and updates tipo_empresa, with commit/rollback and automatic error reporting on failure.
Correções
Corrigido o problema da tradução em fundos, ações e moedas;
Corrigido a formatação da pagina de leis federais;
Corrigido o HTML das traduções da aba lateral do personagem;
Update moeda.php
Alteração no gráfico e limite de dados
Add financial history tracking and charts
Save company production/value history and render candlestick charts. include Chart.js + luxon/adapter/financial libs, add chart canvas/scripts and a small UI text change ("Empresa de capital fechado" -> "Abertura de capital"). PHP (pagina/mundo/paises/estado/commodities.php): include Chart.js libs and add chart canvas/scripts to display state production. Intended to persist historical metrics and visualize them as financial charts.
Update licencas-e-atribuicoes.php
Inclusão do "Copyright (c) 2017 Ben McCann"
Correções
Corrigido o erro na tradução para "Meu mundo"
Add Chart.js libs and update commodities page
Add Chart.js v4. Update pagina/mundo/paises/commodities.php to integrate or reference the new charting libraries (adjusted markup/JS for commodities charts).
Update configuracao.php
Botão de deletar a conta estava com o type errado
arrumado o problema na checagem das pls
Era para ser ">=", e não apenas o ">", o que resultava em projeto recusado, mesmo que tenha cumprido o minimo legal