Skip to content

Commit

Permalink
chore(docs): documentação e release
Browse files Browse the repository at this point in the history
  • Loading branch information
Pr3d4dor committed Sep 16, 2023
1 parent 229d5c0 commit a19cf25
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 12 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion application/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/**
* App current version
*/
$config['app_version'] = '4.40.0';
$config['app_version'] = '4.41.0';

/**
* Nome do sistema
Expand Down
18 changes: 9 additions & 9 deletions install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a19cf25

Please sign in to comment.