Aller au contenu principal
Retail (R-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
Nouveautés
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
Premiers pas
Aperçu
Configuration de votre compte
Configuration de vos paramètres
Configuration de vos stocks
Configuration de l’application Retail POS (R-Series)
Exploration des améliorations de produit
Afficher les articles
Matériel
Matériel pris en charge
Lightspeed Hub
Imprimantes d’étiquettes
Imprimantes de reçus
Lecteurs de codes à barres
Tiroirs-caisses
Écran d’affichage client (CFD)
Supports et systèmes iPad
Dépannage de matériel
Afficher les articles
Traitement des paiements
Lightspeed Payments
Fournisseurs tiers de services de paiement
Afficher les articles
< %var getDate = function(article) { return article.created_at !== article.updated_at ? article.updated_at : article.created_at; } var sortByDate = function(a, b) { return new Date(getDate(b)) - new Date(getDate(a)); } var getColumnClasses = function(columnNumber) { var classNames = 'col-12'; if (columnNumber >= 2) classNames += ' md:col-6'; if (columnNumber >= 3) classNames += ' lg:col-4'; if (columnNumber >= 4) classNames += ' xl:col-3'; return classNames; } articles = articles .filter(function(article) { return article['label_names'] && article['label_names'].indexOf('new') !== -1; }) .sort(sortByDate).slice(0, maxArticles); %> <% if (articles.length) { %>
Nouveautés
< %articles.forEach(function(article) { var section = sections.filter(function(section) { return section.id === article['section_id']; })[0] || null; %>
< %if (section) { %>
< %= section.name %>
< %} %>
< %= article.title %>
< %}) %>
< %} %>
Tutoriels vidéo
Regarder des vidéos
Articles vedettes
Bienvenue dans votre nouveau Centre d’assistance Lightspeed!
À propos de l'Accueil
À propos de Lightspeed Hub
Configuration d’un lecteur de codes à barres sur votre iPad
Matériel pris en charge
Installation de Lightspeed Hub
Personnalisation des modèles d'impression
Configuration du traitement des paiements
Remboursements et échanges
Formatage数据d 'importation d 'articles
Ajout de rôles d'employé
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 %>
< %}) %>
< %} %>
map