Skip to content

Commit

Permalink
chore: documentação
Browse files Browse the repository at this point in the history
  • Loading branch information
Pr3d4dor committed Jan 9, 2021
1 parent 07bf706 commit b73c61b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
20 changes: 12 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,20 @@ 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.26.0] - 2021-01-09

## Fixed
- Corrige um erro que bloqueava o preenchimento do cliente em adicionar vendas. [@seitbnao](https://github.com/seitbnao)

## [4.26.0] - 2021-01-05

## Added
- Adiciona a cobrança ao lado do cliente;[@seitbnao](https://github.com/seitbnao)
- Permite reenviar a cobrança por email;[@seitbnao](https://github.com/seitbnao)
- Permite visualizar o boleto de cobrança;[@seitbnao](https://github.com/seitbnao)
- Permite atualizar o status de cobrança;[@seitbnao](https://github.com/seitbnao)
- Bloqueia o cliente de gerar uma cobrança, sendo restrito apenas para o administrador;[@seitbnao](https://github.com/seitbnao)
- Faz uma alteração na tabela cobrancas, para que a mesma receba o id do cliente.[@seitbnao](https://github.com/seitbnao)
- Altera a versão do mapos de 4.25.1 para 4.26.0
- Adiciona a cobrança ao lado do cliente. [@seitbnao](https://github.com/seitbnao)
- Permite reenviar a cobrança por email. [@seitbnao](https://github.com/seitbnao)
- Permite visualizar o boleto de cobrança. [@seitbnao](https://github.com/seitbnao)
- Permite atualizar o status de cobrança. [@seitbnao](https://github.com/seitbnao)
- Bloqueia o cliente de gerar uma cobrança, sendo restrito apenas para o administrador. [@seitbnao](https://github.com/seitbnao)
- Faz uma alteração na tabela cobrancas, para que a mesma receba o id do cliente. [@seitbnao](https://github.com/seitbnao)

## [4.25.1] - 2021-01-04

Expand Down Expand Up @@ -632,4 +636,4 @@ Adicionado o campo valorTotal dentro do $this->data['results']. [Fábio Barbosa]
- Atualização de biblioteca mPDF para versão 6.1 [@Pr3d4dor](https://github.com/Pr3d4dor).

### Fixed
- Correção de erro ao gerar relatório sem emitente estar configurado [@RamonSilva20](https://github.com/RamonSilva20).
- Correção de erro ao gerar relatório sem emitente estar configurado [@RamonSilva20](https://github.com/RamonSilva20).
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.26.0-blue.svg?longCache=true&style=flat-square)
![version](https://img.shields.io/badge/version-4.26.1-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.26.0';
$config['app_version'] = '4.26.1';

/**
* Nome do sistema
Expand Down

0 comments on commit b73c61b

Please sign in to comment.