Pular para o conteúdo principal
Alternar menu de navegação
Enviar uma solicitação
Entrar
Pesquisa
Categorias
Primeiros passos na Orangiuz
Notas fiscais
Folha de pagamento, Colaboradores e Pró-labore
Contabilidade e Financeiro
Simples Nacional
Lucro Presumido e Lucro Real
Abertura de empresa
Baixa e Alteração de empresas
Artigos promovidos
Primeiros passos com sua empresa na Orangiuz
Como ganhar desconto indicando meus amigos para a Orangiuz?
Quais documentos devo disponibilizar mensalmente para a Orangiuz?
Pró-labore: tudo que você precisa saber sobre a sua remuneração
Simples Nacional: Tudo o que você precisa saber.
Não encontrou o que estava procurando?
Enviar uma solicitação
Categorias
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-article-navigation', sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %>
<% }); %>
<% var maxSections = 5 %>
Alternar menu de navegação
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
Categorias
Categorias
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
<% if (sections.length) { %>
<% sections.forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-article-list-sections', { id: 'section-' + section.id, parentId: '#' + id, sections: section.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %> <% if (section.articles.length) { %>
<% section.articles.forEach(function(article) { %>
<%= article.title %>
<% }); %>
<% } %>
<% }); %>
<% } %>
<% if (sections.length) { %>
<% sections.slice(0, maxSections).forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-section-list-sections', { parent: section, sections: section.sections, maxSections: maxSections, partial: partial }) %>
<% }); %> <% if (sections.length > maxSections) { %>
Exibir mais
<% } %>
<% } %>