diff --git a/CHANGELOG.md b/CHANGELOG.md index bdec54796..daf7d4778 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,21 @@ Todas as alterações serão documentadas neste arquivo Formato baseado em [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), e [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [4.41.0] - 2023-09-16 +### Fixed +- Sobreposição mini calendário ao adicionar/editar venda. [@barretowiisk](https://github.com/barretowiisk) +- Erro no upload na OS (aba Anexos). [@barretowiisk](https://github.com/barretowiisk) +- Correção para aparecer o ID da OS que o usuario adicionou em logs. [@Fesantt](https://github.com/Fesantt) +- Remoção de linhas na impressão de Vendas.[@lukasabino](https://github.com/lukasabino) +- Variável em visualizar OS na área do cliente. [@Wilmerson](https://github.com/willph) +- Variável emitente e cliente quando vazia ao resetar senha. [@Wilmerson](https://github.com/willph) +- Acessar propriedade inválida em usuário. [@Wilmerson](https://github.com/willph) + +### Added +- Impressão de orçamento de venda. [@barretowiisk](https://github.com/barretowiisk) +- Aba de vendas em clientes. [@lukasabino](https://github.com/lukasabino) +- Vincula cliente/fornecedor a lançamento parcelado. [@lukasabino](https://github.com/lukasabino) + ## [4.40.0] - 2023-05-14 ### Fixed @@ -16,7 +31,7 @@ e [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - Corrigido botão voltar em editor de texto. [@MilsonElias](https://github.com/MilsonElias) - Corrigido nome de usuário em log de auditoria. [@HenriqueMiranda](https://github.com/Henrique-Miranda) - Corrigido relatórios financeiros. [@Wilmerson](https://github.com/willph) -- Corrigido problema de fullscreen e whatsapp. [@WilliamCamargo](https://github.com/WillianCamargo01) +- Corrigido problema de fullscreen e whatsapp. [@WilliamCamargo](https://github.com/WillianCamargo01) ### Added diff --git a/README.md b/README.md index 472fefd51..7a6774739 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ![MapOS](https://raw.githubusercontent.com/RamonSilva20/mapos/master/assets/img/logo.png) -![version](https://img.shields.io/badge/version-4.40.0-blue.svg?longCache=true&style=flat-square) +![version](https://img.shields.io/badge/version-4.41.0-blue.svg?longCache=true&style=flat-square) ![license](https://img.shields.io/badge/license-MIT-green.svg?longCache=true&style=flat-square) ![theme](https://img.shields.io/badge/theme-Matrix--Admin-lightgrey.svg?longCache=true&style=flat-square) ![issues](https://img.shields.io/github/issues/RamonSilva20/mapos.svg?longCache=true&style=flat-square) diff --git a/application/config/config.php b/application/config/config.php index 28acff7b5..aaa4dd22c 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -4,7 +4,7 @@ /** * App current version */ -$config['app_version'] = '4.40.0'; +$config['app_version'] = '4.41.0'; /** * Nome do sistema diff --git a/install.bat b/install.bat index d0c818247..66f1e34f6 100644 --- a/install.bat +++ b/install.bat @@ -31,7 +31,7 @@ ECHO For Each strArg in WScript.Arguments >> "%vbsGetPrivileges%" ECHO args = args ^& strArg ^& " " >> "%vbsGetPrivileges%" ECHO Next >> "%vbsGetPrivileges%" -IF '%cmdInvoke%'=='1' GOTO InvokeCmd +IF '%cmdInvoke%'=='1' GOTO InvokeCmd ECHO UAC.ShellExecute "!batchPath!", args, "", "runas", 1 >> "%vbsGetPrivileges%" GOTO ExecElevation. @@ -58,7 +58,7 @@ CLS :::::::::::::::::::::::::::: :: Script desenvolvido por Bruno Barreto e Leonardo Bernardi :: Versao Instalador: v2.3.20230815 -:: Publicado na versao 4.40.0 do MapOS +:: Publicado na versao 4.41.0 do MapOS :::::::::::::::::::::::::::: SET stepnext=stepTermos @@ -213,12 +213,12 @@ IF ERRORLEVEL 1 SET stepnext=step06 && GOTO step00 CHOICE /C SN /M "Gostaria de configurar os dados de e-mail?" IF ERRORLEVEL 2 SET stepnext=step07 && GOTO step00 IF ERRORLEVEL 1 ECHO. -SET /p protocolo=Informe o Protocolo (Padrao: SMTP): -SET /p hostsmtp=Informe o endereco do Host SMTP (Ex: smtp.seudominio.com): -SET /p criptografia=Informe a Criptografia (SSL/TLS): -SET /p porta=Informe a Porta (Ex: 587): -SET /p email=Informe o Email (Ex: nome@seudominio.com): -SET /p senha=Informe a Senha (****): +SET /p protocolo=Informe o Protocolo (Padrao: SMTP): +SET /p hostsmtp=Informe o endereco do Host SMTP (Ex: smtp.seudominio.com): +SET /p criptografia=Informe a Criptografia (SSL/TLS): +SET /p porta=Informe a Porta (Ex: 587): +SET /p email=Informe o Email (Ex: nome@seudominio.com): +SET /p senha=Informe a Senha (****): ECHO. CHOICE /C SN /M "Confirma a informacoes acima?" IF ERRORLEVEL 2 SET stepnext=step06 && GOTO step00 @@ -268,7 +268,7 @@ GOTO step00 :step08 CHOICE /C SN /M "Gostaria de alterar o numero da primeira OS?" IF ERRORLEVEL 2 SET stepnext=stepfim && GOTO step00 -IF ERRORLEVEL 1 SET /p nOS=Informe o numero (Padrao: 1): +IF ERRORLEVEL 1 SET /p nOS=Informe o numero (Padrao: 1): %dirMySQL%\mysql.exe -u "root" -e "use mapos; ALTER TABLE os AUTO_INCREMENT=%nOS%;" >NUL 2>&1 SET stepnext=stepfim GOTO step00