01. DADOS GERAIS
Produto: | Solucoes_totvs |
---|
Solucao | TOTVS Distribuição e Varejo |
---|
|
|
---|
Linha de Produto: | Linhas_totvs |
---|
Segmento | Distribuição |
---|
Region | Construção Projetos |
---|
Linha | Linha Winthor |
---|
|
|
---|
Segmento: | |
---|
Módulo: | 41 - Material de Construção |
---|
Função: | 4139 - Orçamento de Venda |
---|
Ticket: | 9858008 |
---|
Requisito/Story/Issue: | DDHOME-6223 |
---|
02. SITUAÇÃO/REQUISITO
A rotina 4139 - Orçamento de Venda estava gerando orçamento onde mesmo com itens com seus respectivos valores, gravava com valor total zerado.
03. SOLUÇÃO
Foi implementada melhoria nos processos de gravação do valor total dos orçamentos.
Totvs custom tabs box |
---|
tabs | Procedimentos Iniciais |
---|
ids | passo1 |
---|
|
- Atualize a rotina 4139 - Orçamento de Venda para a versão 29.0.56.2 ou 30.0.21.2 ou superior.
|
HTML |
---|
<style>
div.theme-default .ia-splitter #main {
margin-left: 0px;
}
.ia-fixed-sidebar, .ia-splitter-left {
display: none;
}
#main {
padding-left: 10px;
padding-right: 10px;
overflow-x: hidden;
}
.aui-header-primary .aui-nav, .aui-page-panel {
margin-left: 0px !important;
}
.aui-header-primary .aui-nav {
margin-left: 0px !important;
}
.aui-tabs.horizontal-tabs>.tabs-menu>.menu-item.active-tab a::after {
background: #FF9900; !important
}
.menu-item.active-tab {
border-bottom: none !important;
}
</style>
|