Skip to main content
Toggle navigation menu
Go to Arbiter.io
Community
Submit a request
Sign in
Search
ArbiterSports
Assigners
Payroll
Payroll
Knowledge Articles that cover pay sheets, travel fees, invoicing, and more!
Game Fees
How do I Mass Pay Officials in ArbiterPay?
How do I Manage Paysheets?
How do I Manage Invoices?
How do I Delete Paysheets and Invoices?
Why Don't My Fees Show On Games?
How do I Create, Cascade, Edit and Delete Bill Amounts?
How do I Create, Cascade, Edit, and Delete Travel Fees & Per Diems?
How do I Create, View, Edit, and Delete Additions and Deductions?
How do I Link Arbiter Pay With Arbiter One? | For Assigners
Allowing Officials to Enter Travel Expenses
How to Link an Arbiter Pay account to Arbiter One
Set Up ProPay for Registration Payments
How do I Use the 1099 Module for Offline Payments?
Categories
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-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 %>
<% }); %>
<% } %>
<% }); %>
<% } %>