Aller au contenu principal
Centre d'assistance
Ouvrir/Fermer le menu de navigation
info@stelorder.com
+34 968 39 35 98
STEL Order
Envoyer une demande
Connexion
Recherche
Aide
Catalogue
Produits et services
Produits et services
Puis-je attribuer un code-barres à un produit ?
Comment puis-je changer l'affichage de mon catalogue dans l'application ?
Comment joindre des documents aux produits ou services du catalogue ?
Comment ajouter des photos à mes produits ou services ?
Puis-je importer ou mettre à jour massivement les prix d'achat ou de vente spéciaux ?
Puis-je connaître le stock d'un produit lors de la création d'un document ?
A quoi sert le stock minimum ?
Comment puis-je modifier mon stock ?
Comment puis-je connaître les mouvements d'un produit ?
Est-il possible de contrôler le stock de mes produits ?
Comment créer des prix spéciaux sur les produits et services ?
Puis-je créer un document Multirate ?
Comment faire une remise sur les produits et services ?
Comment puis-je envoyer mes documents à différents courriels de la même entreprise ?
Comment faire le point sur les produits ?
Preguntas frecuentes
<% if (articles.length) { %>
<% articles.forEach(function(article) { %>
<%= article.title %>
<%= Util.getExcerpt(article.body, 30) %>
Leer más
<% }); %>
<% } else { %>
vide
<% } %>
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 }) %>
<% }); %>
Catégories
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) { %>
Afficher plus
<% } %>
<% } %>