Aller au contenu principal
Restaurant (L-Series)
Retail (X-Series)
eCom (E-Series)
Retail (R-Series)
eCom (C-Series)
Retail (S-Series)
Restaurant (K-Series)
Restaurant (L-Series)
Restaurant (U-Series)
Restaurant (O-Series)
Restaurant (G-Series)
Lightspeed Golf
Ouvrir/Fermer le menu de navigation
Catégories
Ressources
Centre d’assistance vidéo
Blogue Lightspeed
Lightspeed Community
<% if (indicator) { %>
<% if (indicator === "critical") { %>
<% } %> <% if (indicator === "major") { %>
<% } %> <% if (indicator === "minor") { %>
<% } %> <% if (indicator === "none") { %>
<% } %> <% if (["critical", "major", "minor", "none"].indexOf(indicator) === -1) { %>
<% } %>
<%= description %>
<% } %>
Nous joindre
Français
English (US)
Nederlands
Connexion
Catégories
Bonjour. Comment pouvons-nous vous aider ?
Recherche
Recherches les plus fréquentes:
liteserver
stock
paiement
ipad
v400
pourboire
Lightspeed Restaurant (L-Series)
Traitement des paiements
Lightspeed Payments
Lightspeed Payments
S’abonner
S’abonner à Section
Configuration de Lightspeed Payments
Inscription à Lightspeed Payments
Article à la une
À propos de Lightspeed Payments
Modification des informations de votre compte avec Lightspeed Payments
Configuration de Lightspeed Payments
Matériel de Lightspeed Payments
Configuration de votre matériel Lightspeed Payments
Configuration du Smart Terminal avec Lightspeed Payments
Configuration du Smart Terminal avec imprimante avec Lightspeed Payments
Configuration du terminal Verifone V400m avec Lightspeed Payments
Configuration du terminal Verifone P400+ avec Lightspeed Payments
Vente avec Lightspeed Payments
Traitement manuel des paiements par carte de crédit avec Lightspeed Payments
Ajout d’un pourboire après le paiement
Remboursement avec Lightspeed Payments
Paiements autonomes
Réalisation d’une vente avec le lecteur Mobile Tap
Rapports Lightspeed Payments
Établissement de rapports avec Lightspeed Payments
Réception de paiements avec Lightspeed Payments
Rétrofacturation
Prévention des demandes de rétrofacturation
Gestion des rétrofacturations avec Lightspeed Payments
Recherches les plus fréquentes:
Catégories
<% 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 %>
<% }) %>
<% } %>