Zum Hauptinhalt gehen
Hilfe
mypos.com
Deutsch (Schweiz)
Български (България)
Čeština (Česko)
Dansk (Danmark)
Deutsch (Österreich)
Deutsch (Deutschland)
Deutsch (Luxemburg)
Ελληνικά (Κύπρος)
Ελληνικά (Ελλάδα)
English (World)
English (BG)
English (CH)
English (GB)
English (Gibraltar)
English (IE)
Español (España)
suomi (Suomi)
Français (Belgique)
Français (Suisse)
Français (France)
hrvatski (Hrvatska)
Magyar (Magyarország)
Íslenska (Ísland)
Italiano (Svizzera)
Italiano (Italia)
Lietuvių (Lietuva)
Nederlands (België)
Nederlands (Nederland)
Norsk
Polski (Polska)
Português (Portugal)
Română (România)
Svenska (Sverige)
BG
DE
EN
myPOS Support
Zugang und Nutzung der Mobilapp
Suche
Zugang und Nutzung der Mobilapp
Zugang zur Mobilapp
Sie haben ein neues Smartphone? So greifen Sie wieder auf Ihr myPOS-Konto zu
Vorgehensweise, wenn Sie Ihren Passcode für die App vergessen haben
myPOS-Mobilapp für Android
Wie ändere ich die Spracheinstellungen in der myPOS App auf meinem Smartphone?
Wie installiere ich die myPOS App auf meinem Android-Gerät?
Navigation der myPOS-App für Android
myPOS-Mobilapp für iOS
Wie installiere ich die myPOS App auf einem iOS-Gerät?
Navigation in der myPOS-App für iOS
Noch Fragen?
Kontaktieren Sie uns
Kategorien
<% 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 %>
Navigationsmenü öffnen/schließen
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
<% if (categories.length) { %>
Kategorien
<% 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) { %>
Alle Artikel anzeigen
<% } %>
<% } %>