diff --git a/brochure/v1/slides/brochure-2page-back.html b/brochure/v1/slides/brochure-2page-back.html index a285d16..b0aca52 100644 --- a/brochure/v1/slides/brochure-2page-back.html +++ b/brochure/v1/slides/brochure-2page-back.html @@ -200,8 +200,8 @@

점검/납기 알림

-

이카운트 연동

-

기존 ERP 동기화

+

바로빌 회계

+

세금계산서·카드

diff --git a/features/sales/demo-tenant-policy.md b/features/sales/demo-tenant-policy.md index b769361..308e202 100644 --- a/features/sales/demo-tenant-policy.md +++ b/features/sales/demo-tenant-policy.md @@ -101,7 +101,6 @@ | 사용자 초대 | ✅ | 최대 5명 | | 리포트/통계 | ✅ | 제한 없음 | | 바로빌 연동 | ❌ | 실제 금융 연동 차단 | -| 이카운트 연동 | ❌ | 외부 시스템 연동 차단 | | 파일 저장 | ✅ | 최대 1GB | | AI 토큰 | ✅ | 월 10만 토큰 | @@ -184,7 +183,7 @@ class DemoLimitMiddleware // 2. 수량 제한 체크 $limits = $tenant->demo_limits; - // 3. 금지 기능 체크 (바로빌, 이카운트 등) + // 3. 금지 기능 체크 (바로빌 등 외부 연동) if ($this->isBlockedFeature($request)) { return response()->json(['error' => '데모에서 사용할 수 없는 기능입니다.'], 403); } @@ -226,7 +225,7 @@ class DemoDataSeeder 3. demo_expires_at = NULL 4. subscription → status='active', plan='starter'/'business' 5. 기존 데이터 유지 (마이그레이션 불필요) - 6. 추가 기능 활성화 (바로빌, 이카운트 등) + 6. 추가 기능 활성화 (바로빌 등 외부 연동) ``` --- diff --git a/features/sales/demo-tenant-usage-guide.md b/features/sales/demo-tenant-usage-guide.md index d5a1449..89537f4 100644 --- a/features/sales/demo-tenant-usage-guide.md +++ b/features/sales/demo-tenant-usage-guide.md @@ -141,7 +141,7 @@ POST /api/v1/demo-tenants/{id}/convert |------|---------|---------| | 테넌트 유형 | `DEMO_TRIAL` | `STD` (정식) | | 만료일 | 30일 제한 | 제한 없음 | -| 기능 제한 | 바로빌/이카운트 차단 | 전체 기능 사용 | +| 기능 제한 | 바로빌 등 외부 연동 차단 | 전체 기능 사용 | | 데이터 | 그대로 유지 | 그대로 유지 | > 고객이 체험 중 입력한 데이터가 정식 환경에 그대로 이어진다. 데이터 재입력이 불필요하다. @@ -290,7 +290,7 @@ php artisan demo:check-inactive --days=3 ``` 1. POST /{id}/convert 로 정식 전환 2. 고객 데이터는 그대로 유지됨 (재입력 불필요) -3. 바로빌, 이카운트 등 외부 연동 기능 활성화 +3. 바로빌 등 외부 연동 기능 활성화 ``` ### 7.4 체험 기간 부족 시 diff --git a/guides/generate-pricing-guide.cjs b/guides/generate-pricing-guide.cjs index ae6c961..ae99a03 100644 --- a/guides/generate-pricing-guide.cjs +++ b/guides/generate-pricing-guide.cjs @@ -172,7 +172,6 @@ async function main() { ['QR코드 관리', '1,020만원', '5만원'], ['사진/출하 관리', '1,920만원', '10만원'], ['검사/토큰 적용', '1,020만원', '5만원'], - ['이카운트 연동', '1,920만원', '10만원'], ]; // 테이블 헤더 @@ -655,7 +654,7 @@ async function main() { const tips = [ { situation: '초기 비용 부담이 클 때', strategy: '개발비 할인 + 구독료 할인 조합', color: C.green, bg: C.greenBg }, { situation: '매달 비용이 부담될 때', strategy: '구독료 할인 (최대 50%)', color: C.blue, bg: C.blueBg }, - { situation: '기존 시스템이 있을 때', strategy: '이카운트 연동 모듈 추천', color: C.orange, bg: C.orangeBg }, + { situation: '세금계산서·카드 관리 필요', strategy: '바로빌 부가 서비스 안내 (기본 포함)', color: C.orange, bg: C.orangeBg }, { situation: '대형 제조업체', strategy: '기본 패키지 + 공정관리 + 품질관리', color: '7B1FA2', bg: 'F3E5F5' }, { situation: '여러 업체를 묶을 수 있을 때', strategy: '단체 가입 (수당률 30%로 UP!)', color: C.red, bg: C.redBg }, ]; diff --git a/guides/price-simulator-partner-guide.md b/guides/price-simulator-partner-guide.md index 208a459..17df4b9 100644 --- a/guides/price-simulator-partner-guide.md +++ b/guides/price-simulator-partner-guide.md @@ -60,7 +60,7 @@ SAM의 요금은 **딱 두 가지**로 구성된다. | QR코드 관리 | 1,020만원 | 5만원 | 제품에 QR코드 부착, 이력 추적 | | 사진/출하 관리 | 1,920만원 | 10만원 | 출하 사진 촬영·등록, 배송 관리 | | 검사/토큰 적용 | 1,020만원 | 5만원 | 품질 검사, AI 토큰 활용 | -| 이카운트 연동 | 1,920만원 | 10만원 | 기존 이카운트 ERP와 데이터 연동 | + ### 3.3 통합 패키지 (대형 프로젝트용) diff --git a/guides/sam-pricing-simple-guide.md b/guides/sam-pricing-simple-guide.md index f6a46f5..a595101 100644 --- a/guides/sam-pricing-simple-guide.md +++ b/guides/sam-pricing-simple-guide.md @@ -58,7 +58,7 @@ | QR코드 관리 | 1,020만원 | 5만원 | 제품 이력 추적이 필요한 곳 | | 사진/출하 관리 | 1,920만원 | 10만원 | 출하·배송 기록이 중요한 곳 | | 검사/토큰 적용 | 1,020만원 | 5만원 | 품질검사 + AI 활용이 필요한 곳 | -| 이카운트 연동 | 1,920만원 | 10만원 | 기존에 이카운트를 쓰는 곳 | + ### 대형 패키지 (큰 프로젝트용) @@ -354,7 +354,7 @@ Step 1 Step 2 Step 3 Step 4 |----------|-----------| | 초기 비용 부담이 클 때 | 개발비 할인 + 구독료 할인 | | 매달 비용이 부담될 때 | 구독료 할인 (최대 50%) | -| 기존 시스템(이카운트)이 있을 때 | 이카운트 연동 모듈 추천 | +| 세금계산서·카드 관리가 필요할 때 | 바로빌 부가 서비스 안내 (기본 포함) | | 대형 제조업체 | 기본 패키지 + 공정관리 + 품질관리 | | 여러 업체를 묶을 수 있을 때 | 단체 가입 (수당률 33%로 UP!) | diff --git a/guides/sam-pricing-simple-guide.pptx b/guides/sam-pricing-simple-guide.pptx index 0c12fcc..bc10bc5 100644 Binary files a/guides/sam-pricing-simple-guide.pptx and b/guides/sam-pricing-simple-guide.pptx differ diff --git a/rules/customer-pricing.md b/rules/customer-pricing.md index 7427563..5e0e155 100644 --- a/rules/customer-pricing.md +++ b/rules/customer-pricing.md @@ -36,7 +36,7 @@ SAM 서비스 도입 시 고객에게 안내하는 요금 체계를 정리한다 | QR코드 관리 | 1,020만원 | 5만원 | | 사진/출하 관리 | 1,920만원 | 10만원 | | 검사/토큰 적용 | 1,020만원 | 5만원 | -| 이카운트 연동 | 1,920만원 | 10만원 | + ### 2.3 통합 패키지 diff --git a/rules/slides/customer-pricing/slide-03.html b/rules/slides/customer-pricing/slide-03.html index 925e39a..0d49032 100644 --- a/rules/slides/customer-pricing/slide-03.html +++ b/rules/slides/customer-pricing/slide-03.html @@ -92,12 +92,7 @@

1,020만원

5만원

- -
-

이카운트 연동

-

1,920만원

-

10만원

-
+

통합 패키지