Overslaan en naar hoofdcontent gaan
Restaurant (K-Series)
Restaurant (K-Series)
Restaurant (L-Series)
Restaurant (U-Series)
Restaurant (O-Series)
Restaurant (G-Series)
Retail (X-Series)
eCom (E-Series)
Retail (R-Series)
eCom (C-Series)
Retail (S-Series)
Lightspeed Golf
Navigatiemenu in- en uitschakelen
Bronnen
Helpcentrumvideo's
Lightspeed-blog
<% if (indicator) { %>
<% if (indicator === "critical") { %>
<% } %> <% if (indicator === "major") { %>
<% } %> <% if (indicator === "minor") { %>
<% } %> <% if (indicator === "none") { %>
<% } %> <% if (["critical", "major", "minor", "none"].indexOf(indicator) === -1) { %>
<% } %>
<%= description %>
<% } %>
Neem contact op
Nederlands
Deutsch
English (US)
Français (Canada)
Français (France)
Aanmelden
Categorieën
Nieuw
Hoi, hoe kunnen we je helpen?
Zoeken
Lightspeed Restaurant (K-Series)
Add-ons en integraties
Voorraad
Voorraad
Voorraadbeheer
Over voorraadbeheer
Over voorraad
Inzicht in voorraadlocaties
Voorraadinformatie aan items toevoegen
Inzicht in voorraadniveaus
Voorraadmutaties
Over voorraadmutaties
Voorraadmutaties exporteren
Nieuwe voorraadinvoer toevoegen
Nieuwe voorraaduitvoer toevoegen
Nieuwe voorraadoverdracht toevoegen
Productie
Over productie
Productiebatches toevoegen
Inventaris
Over de inventaris
Inventaris exporteren
Regels
Over regels
Regels toevoegen
Regels wijzigen of verwijderen
Webhooks begrijpen
Inzicht in maildistributielijsten
Nieuwe backoffice-navigatie vanaf 6 oktober!
Bekijk deze nu in je account
en ontdek de bijgewerkte stappen in onze Helpcentrum-artikelen. en ontdek de bijgewerkte stappen in onze Helpcentrum-artikelen.
Meest gezocht:
Categorieën
<% if (typeof defaultActiveCategories === 'string') { defaultActiveCategories = defaultActiveCategories .split(',') .map(category => category.trim()); } else { defaultActiveCategories = []; } categories = categories.filter(function(category) { return (window.Theme.excludedObjects || []).indexOf(category.id) === -1; }) %>
<% categories.forEach(function(category, index) { var isLastCategory = (index + 1) === categories.length; var isActiveCategory = activeCategoryId ? !!category.isActive : defaultActiveCategories.indexOf(category.name) !== -1; %>
<%= 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 }) %>
<% }); %>
<% sections = sections.filter(function(section) { return (window.Theme.excludedObjects || []).indexOf(section.id) === -1; }) %> <% if (sections.length) { %>
<% sections.forEach(function(section) { %> <% var isTopLevelSection = section.parent_section_id === null; %> <% var articlesInSection = section.articles.filter(function(article) { return (window.Theme.excludedObjects || []).indexOf(article.id) === -1; }) %>
<%= 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 (articlesInSection.length) { %>
<% articlesInSection.forEach(function(article) { %>
<%= article.title %>
<% }); %>
<% } %>
<% }); %>
<% } %>
<% if (children.length) { %>
<% children.forEach(function(child, index) { %>
<%= child.title %>
<% }); %>
<% children.forEach(function(child, index) { %>
<%= child.innerHTML %>
<% }) %>
<% } %>