Skip to main content
Learning
Toggle navigation menu
<% links.forEach(function(link) { %> <% var hasDropdown = (link.title === 'Using CMap'); %>
<%= link.title %>
<% if (hasDropdown) { %> <% var activeCategory = categories.filter(function(category) { return category.name === link.title; })[0] || null; %> <% var dropdownItems = []; %> <% if (activeCategory) { dropdownItems = sections.filter(function(section) { return activeCategory.id === section['category_id'] && section['parent_section_id'] === null; }) } %> <% if (dropdownItems.length) { %>
<% dropdownItems.forEach(function(item) { %>
<%= item.name %>
<% }) %>
<% } %> <% } %>
<% }) %>
Getting Started
Using CMap
CMap Academy
FAQs
Product
Success Insights
Sign in
Search
Finances
Learning Centre
FAQs
Finances
Invoicing
Can I see whether an Invoice has been paid in CMap?
Can a Credit Note be raised for an Invoice?
Can I create an invoice in a different currency to the Project's currency?
How do I set up an Invoice / Credit Note template?
Revenue
Can CMap automatically calculate how much revenue should be recognised each month?
Can CMap automatically calculate Revenue Forecasts?
Can I automatically update Revenue Forecasts?
What is the difference between Invoicing and Revenue?
Project Closure
Can I re-open a Closed Project?
What do I need to complete before closing a Project?
Admin Tools
Can timesheet reminders be disabled for a user going on long term leave?
Can I change the Workstage Won Date?
Can I change the Project Won Date?
Can I restore an archived User?
How do I add a new User in CMap?
Finance Tools
Can you set up multiple Rate Cards in CMap
What are Roles used for in CMap?
Can I re-open a Closed Month in CMap?
What happens when I close a Month in CMap?
How do I set up Exchange Rates?
Finance Integrations
Does CMap integrate with finance systems to reduce duplicate workload?
WIP & Write Offs
Can you restore time that has been written off?
Popular searches:
,
<% blocks.forEach(function(block, index) { %>
<% if (imageHeight) { %>
<% } %> <% if (block.name) { %>
<%= block.name %>
<% } %> <% if (block.description) { %>
<%= block.description %>
<% } %>
<% }) %>
<% categories.forEach(function(category) { %>
<% if (category.id === activeCategoryId) { %>
<%= category.name %>
<% } else { %>
<%= category.name %>
<% } %> <% if (category.sections.length) { %>
<% category.sections.forEach(function(section) { %>
<%= section.name %>
<% }); %>
<% } %>
<% }); %>
Categories
Categories
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
Categories
<% 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 }) %>
<% }); %>
<% 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 %>
<% }); %>
<% } %>
<% }); %>
<% } %>
<% var activeSection = sections.filter(function(section) { return section.id === activeSectionId; })[0] || null; var topLevelSections; if (activeSection) { topLevelSections = sections.filter(function(section) { return activeSection['parent_section_id'] === section['parent_section_id'] && activeSection['category_id'] === section['category_id']; }); } else { topLevelSections = sections.filter(function(section) { return section['category_id'] === activeCategoryId && section['parent_section_id'] === null; }); } %>
Toggle navigation menu
<% topLevelSections.forEach(function(section, index) { %>
<%= section.name %>
<% if (section.sections.length) { %> <% section.sections.forEach(function(subsection) { %>
<%= subsection.name %>
<% }); %> <% } else if (section.articles.length) { %> <% section.articles.forEach(function(article) { %>
<%= article.title %>
<% }); %> <% } else { %>
empty
<% } %>
<% }); %>
<% if (heading) { %>
<%= heading %>
<% } %> <% if (body) { %>
<%= body %>
<% } %> <% if (url && label) { %>
<%= label %>
<% } %>
<% if (children.length) { %>
<% children.forEach(function(child, index) { %> <% var isActive = initial === index %>
<%= child.title %>
<%= child.innerHTML %>
<% }) %>
<% } %>