Aller au contenu principal
Aide
mypos.com
Français (France)
Български (България)
English (BG)
English (France)
English (GB)
English (IT)
English (NL)
Français
Italiano (Italia)
Nederlands (Nederland)
BG
DE
EN
Soumettre une demande
myPOS Support
Compte professionnel en ligne
Recherche
Compte professionnel en ligne
Accès au compte professionnel en ligne
J'ai d'autres utilisateurs du compte que j'ai ajoutés dans le passé, qui n'ont pas été identifiés. Sont-ils tenus de passer également le processus d'identification ?
Que se passe-t-il si l'utilisateur ne termine pas la procédure d'identification ?
Les utilisateurs supplémentaires de mon compte doivent-ils être identifies ?
Quelle est la différence entre les utilisateurs bloqués et les utilisateurs supprimés ?
Navigation sur la plateforme en ligne
Menu Appareils
Compte Commerçant
Demande de paiement
Recharge téléphonique
Afficher les 7 articles
As-tu toujours besoin d'aide?
Soumettre une demande
Catégories
<% 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 }) %>
<% }); %>
<% var maxSections = 5 %>
Ouvrir/Fermer le menu de navigation
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
<% if (categories.length) { %>
Catégories
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
<% } %>
<% 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 %>
<% }); %>
<% } %>
<% }); %>
<% } %>
<% if (sections.length) { %>
<% sections.slice(0, maxSections).forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-section-list-sections', { parent: section, sections: section.sections, maxSections: maxSections, partial: partial }) %>
<% }); %> <% if (sections.length > maxSections) { %>
Consulter tous les articles
<% } %>
<% } %>