주 콘텐츠로 건너뛰기
Switzerland (Deutsch)
Switzerland (Français)
Switzerland (Italiano)
Belgium (Nederlands)
Belgium (Français)
어떻게 도와드릴까요?
검색
PRO360 Help Center
PRO360 기능
지점 관리
지점 관리
PRO360의 '지점 관리' 기능은 무엇인가요?
왜 지점을 설정해야 하나요?
주요 매장 계정을 어떻게 설정하나요?
내 회사에 대해 새로운 지점을 생성하거나 초대하려면 어떻게 하나요?
내 계층에서 지점을 초대할 수 없는 이유는 무엇인가요?
나중에 주요 매장 계정을 변경할 수 있나요?
내 주요 계정에서 지점을 삭제할 수 있나요?
주요 매장 계정은 어떤 접근 권한을 가지고 있나요?
지점이 주요 매장 계정에 가입하면 어떤 일이 발생하나요?
지점의 직원들이 계정 간에 클라이언트 데이터에 접근할 수 있나요?
지점이 여러 주요 매장 계정의 일부가 될 수 있나요?
지점 관리자가 초대를 수락하지 않으면 어떤 일이 발생하나요?
인기 검색어:
문의,
,
<% blocks.forEach(function(block, index) { %>
<% if (imageHeight) { %>
<% } %>
<% if (!block.description) { %>
<%= block.name %>
<% } else { %> <%= block.name %> <% } %>
<% if (block.description) { %>
<%= block.description %>
<% } %>
<% }) %>
당신이 찾을 수 없습니까?
전문가 팀이 도와드리겠습니다
문의
카테고리
<% 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 %>
탐색 메뉴 토글
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
<% if (categories.length) { %>
카테고리
<% 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) { %>
더보기
<% } %>
<% } %>