01. DADOS GERAIS
Linha de Produto: | PC Sistemas |
---|
Segmento: | D&L |
---|
Módulo: | 21 - Contábil |
---|
Requisito/Story/Issue: | DDCONT-2586 |
---|
02. SITUAÇÃO/REQUISITO
- Implementar o registro Bloco Q na geração do arquivo do SPED ECF.
- Ajustar conforme o layout.
- Adicionar a Flag Gerar bloco Q
03. SOLUÇÃO
Implementado o registro Bloco Q na geração do arquivo do SPED ECF.
...
04. DEMAIS INFORMAÇÕES
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>
|