@adminide-stack/yantra-help-browser 12.0.16-alpha.2 → 12.0.16-alpha.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/components/HelpCenterFooter.d.ts.map +1 -1
- package/lib/components/HelpCenterFooter.js +93 -85
- package/lib/components/HelpCenterFooter.js.map +1 -1
- package/lib/components/HelpCenterHeader.d.ts +1 -5
- package/lib/components/HelpCenterHeader.d.ts.map +1 -1
- package/lib/components/HelpCenterHeader.js +67 -69
- package/lib/components/HelpCenterHeader.js.map +1 -1
- package/lib/components/Logo.d.ts.map +1 -1
- package/lib/components/Logo.js +3 -2
- package/lib/components/Logo.js.map +1 -1
- package/lib/components/SearchBar.d.ts +8 -0
- package/lib/components/SearchBar.d.ts.map +1 -0
- package/lib/components/SearchBar.js +234 -0
- package/lib/components/SearchBar.js.map +1 -0
- package/lib/components/SidebarSearch.d.ts +8 -0
- package/lib/components/SidebarSearch.d.ts.map +1 -0
- package/lib/components/SidebarSearch.js +114 -0
- package/lib/components/SidebarSearch.js.map +1 -0
- package/lib/components/navbar/index.d.ts.map +1 -1
- package/lib/components/navbar/index.js +5 -4
- package/lib/components/navbar/index.js.map +1 -1
- package/lib/compute.d.ts.map +1 -1
- package/lib/compute.js +19 -1
- package/lib/compute.js.map +1 -1
- package/lib/pages/CategoryCollection/index.d.ts.map +1 -1
- package/lib/pages/CategoryCollection/index.js +5 -11
- package/lib/pages/CategoryCollection/index.js.map +1 -1
- package/lib/pages/HelpCenter/components/HelpCategoryCard.d.ts +2 -0
- package/lib/pages/HelpCenter/components/HelpCategoryCard.d.ts.map +1 -1
- package/lib/pages/HelpCenter/components/HelpCategoryCard.js +135 -50
- package/lib/pages/HelpCenter/components/HelpCategoryCard.js.map +1 -1
- package/lib/pages/HelpCenter/components/Icons.d.ts +10 -0
- package/lib/pages/HelpCenter/components/Icons.d.ts.map +1 -1
- package/lib/pages/HelpCenter/components/Icons.js +211 -1
- package/lib/pages/HelpCenter/components/Icons.js.map +1 -1
- package/lib/pages/HelpCenter/components/PopularArticle.d.ts.map +1 -1
- package/lib/pages/HelpCenter/components/PopularArticle.js +17 -23
- package/lib/pages/HelpCenter/components/PopularArticle.js.map +1 -1
- package/lib/pages/HelpCenter/index.d.ts.map +1 -1
- package/lib/pages/HelpCenter/index.js +106 -37
- package/lib/pages/HelpCenter/index.js.map +1 -1
- package/lib/pages/HelpCenter/mockData.d.ts.map +1 -1
- package/lib/pages/HelpCenter/mockData.js +14 -6
- package/lib/pages/HelpCenter/mockData.js.map +1 -1
- package/lib/pages/LandingPage/components/HeroSection.d.ts +0 -1
- package/lib/pages/LandingPage/components/HeroSection.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/HeroSection.js +3 -6
- package/lib/pages/LandingPage/components/HeroSection.js.map +1 -1
- package/lib/pages/LandingPage/index.d.ts.map +1 -1
- package/lib/pages/LandingPage/index.js +1 -6
- package/lib/pages/LandingPage/index.js.map +1 -1
- package/lib/pages/Markdown/MarkdownPageLayout.d.ts +3 -0
- package/lib/pages/Markdown/MarkdownPageLayout.d.ts.map +1 -0
- package/lib/pages/Markdown/MarkdownPageLayout.js +314 -0
- package/lib/pages/Markdown/MarkdownPageLayout.js.map +1 -0
- package/lib/pages/Markdown/MarkdownPageWithParams.d.ts +9 -0
- package/lib/pages/Markdown/MarkdownPageWithParams.d.ts.map +1 -0
- package/lib/pages/Markdown/MarkdownPageWithParams.js +65 -0
- package/lib/pages/Markdown/MarkdownPageWithParams.js.map +1 -0
- package/lib/pages/Markdown/index.d.ts +3 -0
- package/lib/pages/Markdown/index.d.ts.map +1 -0
- package/lib/pages/Markdown/index.js +5 -0
- package/lib/pages/Markdown/index.js.map +1 -0
- package/lib/routes.json +28 -1
- package/lib/{content → templates/content}/account-management/account-setup.md +10 -0
- package/lib/{content → templates/content}/account-management/delete-account.md +10 -0
- package/lib/{content → templates/content}/account-management/preferences.md +10 -0
- package/lib/{content → templates/content}/account-management/privacy-settings.md +10 -0
- package/lib/{content → templates/content}/account-management/profile-settings.md +8 -0
- package/lib/templates/content/ai-employees/ai-employees-overview.md +97 -0
- package/lib/templates/content/ai-employees/getting-started-ai-employees.md +119 -0
- package/lib/templates/content/ai-employees/how-ai-employees-work.md +123 -0
- package/lib/templates/content/ai-employees/supervised-mode.md +141 -0
- package/lib/templates/content/content-manifest.json +5670 -0
- package/lib/{content → templates/content}/data-privacy/data-collection.md +9 -0
- package/lib/{content → templates/content}/data-privacy/privacy-policy.md +10 -0
- package/lib/{content → templates/content}/data-subject-privacy/data-access.md +12 -0
- package/lib/{content → templates/content}/data-subject-privacy/data-portability.md +15 -0
- package/lib/{content → templates/content}/data-subject-privacy/privacy-requests.md +11 -0
- package/lib/{content → templates/content}/file-uploads/file-upload-overview.md +9 -0
- package/lib/{content → templates/content}/getting-started/getting-started-guide.md +9 -0
- package/lib/templates/content/integrations/crm-integrations.md +130 -0
- package/lib/templates/content/integrations/github-integration.md +95 -0
- package/lib/templates/content/integrations/integrations-overview.md +142 -0
- package/lib/templates/content/integrations/monitoring-integrations.md +109 -0
- package/lib/templates/content/integrations/productivity-integrations.md +129 -0
- package/lib/templates/content/integrations/slack-integration.md +79 -0
- package/lib/templates/content/openclaw/openclaw-architecture.md +202 -0
- package/lib/templates/content/openclaw/openclaw-contribution.md +107 -0
- package/lib/templates/content/openclaw/openclaw-overview.md +152 -0
- package/lib/templates/content/platform-features/always-watching.md +63 -0
- package/lib/templates/content/platform-features/instant-context.md +67 -0
- package/lib/templates/content/platform-features/instant-onboarding.md +80 -0
- package/lib/templates/content/platform-features/platform-overview.md +58 -0
- package/lib/templates/content/platform-features/proactive-alerts.md +88 -0
- package/lib/templates/content/platform-features/smart-escalation.md +93 -0
- package/lib/{content → templates/content}/product-features/ai-models.md +1 -1
- package/lib/{content → templates/content}/product-features/collaboration-tools.md +8 -0
- package/lib/{content → templates/content}/product-features/conversation-features.md +6 -0
- package/lib/{content → templates/content}/product-features/export-features.md +8 -0
- package/lib/{content → templates/content}/product-features/follow-up-questions.md +8 -0
- package/lib/{content → templates/content}/product-features/real-time-search.md +8 -0
- package/lib/{content → templates/content}/product-features/saved-searches.md +8 -0
- package/lib/{content → templates/content}/product-features/search-features.md +1 -1
- package/lib/{content → templates/content}/product-features/search-history.md +8 -0
- package/lib/{content → templates/content}/product-features/source-citations.md +8 -0
- package/lib/{content → templates/content}/scope-api/api-overview.md +8 -0
- package/lib/{content → templates/content}/search-modes/deep-research.md +8 -0
- package/lib/{content → templates/content}/search-modes/labs-features.md +10 -0
- package/lib/{content → templates/content}/search-modes/pro-search.md +8 -0
- package/lib/{content → templates/content}/search-modes/regular-search.md +8 -0
- package/lib/templates/content/security-compliance/audit-trail.md +112 -0
- package/lib/templates/content/security-compliance/compliance.md +120 -0
- package/lib/templates/content/security-compliance/data-encryption.md +94 -0
- package/lib/templates/content/security-compliance/security-overview.md +186 -0
- package/lib/templates/content/security-compliance/vm-isolation.md +126 -0
- package/lib/templates/content/solutions-engineering/bug-tracking-context.md +126 -0
- package/lib/templates/content/solutions-engineering/engineering-overview.md +107 -0
- package/lib/templates/content/solutions-engineering/error-monitoring.md +120 -0
- package/lib/templates/content/solutions-engineering/institutional-memory.md +120 -0
- package/lib/templates/content/solutions-marketing/brand-monitoring.md +135 -0
- package/lib/templates/content/solutions-marketing/content-automation.md +111 -0
- package/lib/templates/content/solutions-marketing/marketing-overview.md +108 -0
- package/lib/templates/content/solutions-marketing/social-media-management.md +108 -0
- package/lib/templates/content/solutions-sales/call-preparation.md +106 -0
- package/lib/templates/content/solutions-sales/crm-automation.md +119 -0
- package/lib/templates/content/solutions-sales/lead-management.md +108 -0
- package/lib/templates/content/solutions-sales/sales-overview.md +120 -0
- package/lib/{content → templates/content}/spaces-library/spaces-overview.md +8 -0
- package/lib/{content → templates/content}/student-hub/academic-research.md +8 -0
- package/lib/{content → templates/content}/student-hub/student-discounts.md +10 -0
- package/lib/{content → templates/content}/student-hub/student-overview.md +8 -0
- package/lib/{content → templates/content}/student-hub/study-tools.md +8 -0
- package/lib/{content → templates/content}/subscription-billing/billing-cycle.md +8 -0
- package/lib/{content → templates/content}/subscription-billing/billing-overview.md +6 -0
- package/lib/{content → templates/content}/subscription-billing/billing-support.md +8 -0
- package/lib/{content → templates/content}/subscription-billing/currency-support.md +10 -0
- package/lib/{content → templates/content}/subscription-billing/enterprise-pricing.md +8 -0
- package/lib/{content → templates/content}/subscription-billing/invoice-management.md +8 -0
- package/lib/{content → templates/content}/subscription-billing/payment-methods.md +9 -0
- package/lib/{content → templates/content}/subscription-billing/promotional-offers.md +8 -0
- package/lib/{content → templates/content}/subscription-billing/refund-policy.md +10 -0
- package/lib/{content → templates/content}/subscription-billing/student-discounts.md +10 -0
- package/lib/{content → templates/content}/subscription-billing/tax-information.md +8 -0
- package/lib/{content → templates/content}/technical-questions/ai-models-technical.md +10 -0
- package/lib/{content → templates/content}/technical-questions/api-technical.md +10 -0
- package/lib/{content → templates/content}/technical-questions/data-processing.md +10 -0
- package/lib/{content → templates/content}/technical-questions/database-architecture.md +10 -0
- package/lib/{content → templates/content}/technical-questions/infrastructure.md +10 -0
- package/lib/{content → templates/content}/technical-questions/performance-optimization.md +10 -0
- package/lib/{content → templates/content}/technical-questions/search-algorithms.md +10 -0
- package/lib/{content → templates/content}/technical-questions/technical-overview.md +10 -0
- package/lib/{content → templates/content}/threads/conversation-management.md +8 -0
- package/lib/{content → templates/content}/threads/threads-overview.md +8 -0
- package/lib/{content → templates/content}/troubleshooting/common-issues.md +8 -0
- package/lib/templates/content/use-cases/engineering-use-cases.md +123 -0
- package/lib/templates/content/use-cases/marketing-use-cases.md +128 -0
- package/lib/templates/content/use-cases/sales-use-cases.md +123 -0
- package/lib/templates/content/use-cases/support-use-cases.md +120 -0
- package/lib/templates/content/use-cases/use-cases-overview.md +115 -0
- package/lib/{content → templates/content}/what-is-yantra/getting-started-yantra.md +1 -1
- package/lib/{content → templates/content}/what-is-yantra/how-yantra-works.md +1 -1
- package/lib/{content → templates/content}/what-is-yantra/practical-tips-yantra.md +2 -1
- package/lib/{content → templates/content}/what-is-yantra/what-is-yantra-intro.md +1 -1
- package/lib/{content → templates/content}/what-is-yantra/yantra-discord-community.md +4 -1
- package/lib/{content → templates/content}/yantra-assistant/android-app.md +10 -0
- package/lib/{content → templates/content}/yantra-assistant/ios-app.md +10 -0
- package/lib/{content → templates/content}/yantra-assistant/mobile-app-overview.md +8 -0
- package/lib/{content → templates/content}/yantra-assistant/voice-assistant.md +10 -0
- package/lib/{content → templates/content}/yantra-enterprise/admin-dashboard.md +10 -0
- package/lib/{content → templates/content}/yantra-enterprise/custom-branding.md +10 -0
- package/lib/{content → templates/content}/yantra-enterprise/dedicated-support.md +10 -0
- package/lib/{content → templates/content}/yantra-enterprise/enterprise-overview.md +8 -0
- package/lib/{content → templates/content}/yantra-enterprise/sso-integration.md +10 -0
- package/lib/{content → templates/content}/yantra-enterprise/user-management.md +10 -0
- package/lib/{content → templates/content}/yantra-pro-max/billing-management.md +13 -0
- package/lib/{content → templates/content}/yantra-pro-max/cancellation-refund.md +13 -0
- package/lib/{content → templates/content}/yantra-pro-max/pro-pricing.md +13 -9
- package/lib/{content → templates/content}/yantra-pro-max/subscription-benefits.md +8 -0
- package/lib/{content → templates/content}/yantra-pro-max/upgrade-process.md +13 -0
- package/lib/{content → templates/content}/yantra-pro-max/yantra-max-features.md +8 -8
- package/lib/{content → templates/content}/yantra-pro-max/yantra-pro-overview.md +8 -8
- package/lib/utils/docsNavigation.d.ts +10 -0
- package/lib/utils/docsNavigation.d.ts.map +1 -0
- package/lib/utils/docsNavigation.js +151 -0
- package/lib/utils/docsNavigation.js.map +1 -0
- package/lib/utils/helpCenterUtils.d.ts.map +1 -1
- package/lib/utils/markdownLoader.d.ts +12 -4
- package/lib/utils/markdownLoader.d.ts.map +1 -1
- package/lib/utils/markdownLoader.js +362 -1163
- package/lib/utils/markdownLoader.js.map +1 -1
- package/package.json +23 -6
- package/lib/pages/ArticlePage/index.d.ts +0 -4
- package/lib/pages/ArticlePage/index.d.ts.map +0 -1
- package/lib/pages/ArticlePage/index.js +0 -190
- package/lib/pages/ArticlePage/index.js.map +0 -1
- package/lib/pages/HelpCenter/components/BookStack.js +0 -36
- package/lib/pages/HelpCenter/components/BookStack.js.map +0 -1
- package/lib/pages/LandingPage/components/SearchBar.d.ts +0 -8
- package/lib/pages/LandingPage/components/SearchBar.d.ts.map +0 -1
- package/lib/pages/LandingPage/components/SearchBar.js +0 -58
- package/lib/pages/LandingPage/components/SearchBar.js.map +0 -1
|
@@ -5,12 +5,14 @@ Monthly vs annual billing and cycle management.
|
|
|
5
5
|
## Billing Cycle Options
|
|
6
6
|
|
|
7
7
|
### Monthly Billing
|
|
8
|
+
|
|
8
9
|
- **Frequency**: Charged every month
|
|
9
10
|
- **Flexibility**: Easy to cancel or change
|
|
10
11
|
- **Higher Cost**: More expensive per month
|
|
11
12
|
- **Immediate Changes**: Plan changes take effect immediately
|
|
12
13
|
|
|
13
14
|
### Annual Billing
|
|
15
|
+
|
|
14
16
|
- **Frequency**: Charged once per year
|
|
15
17
|
- **Savings**: 2 months free (17% discount)
|
|
16
18
|
- **Commitment**: Full year commitment
|
|
@@ -19,6 +21,7 @@ Monthly vs annual billing and cycle management.
|
|
|
19
21
|
## Cycle Management
|
|
20
22
|
|
|
21
23
|
### Changing Cycles
|
|
24
|
+
|
|
22
25
|
1. Access Account Settings
|
|
23
26
|
2. Go to Subscription section
|
|
24
27
|
3. Select "Change Billing Cycle"
|
|
@@ -27,6 +30,7 @@ Monthly vs annual billing and cycle management.
|
|
|
27
30
|
6. Confirm changes
|
|
28
31
|
|
|
29
32
|
### Cycle Benefits
|
|
33
|
+
|
|
30
34
|
- **Monthly**: Maximum flexibility
|
|
31
35
|
- **Annual**: Maximum savings
|
|
32
36
|
- **Prorated Changes**: Fair billing adjustments
|
|
@@ -35,12 +39,14 @@ Monthly vs annual billing and cycle management.
|
|
|
35
39
|
## Billing Dates
|
|
36
40
|
|
|
37
41
|
### Payment Timing
|
|
42
|
+
|
|
38
43
|
- **Monthly**: Same date each month
|
|
39
44
|
- **Annual**: Same date each year
|
|
40
45
|
- **Grace Period**: 3-day payment grace period
|
|
41
46
|
- **Late Fees**: No late fees for Yantra
|
|
42
47
|
|
|
43
48
|
### Date Management
|
|
49
|
+
|
|
44
50
|
- **Change Dates**: Modify billing dates
|
|
45
51
|
- **Skip Payments**: Pause billing temporarily
|
|
46
52
|
- **Advance Payments**: Pay ahead of schedule
|
|
@@ -49,12 +55,14 @@ Monthly vs annual billing and cycle management.
|
|
|
49
55
|
## Cycle Information
|
|
50
56
|
|
|
51
57
|
### Understanding Cycles
|
|
58
|
+
|
|
52
59
|
- **Billing Period**: Time between charges
|
|
53
60
|
- **Service Period**: Active service time
|
|
54
61
|
- **Renewal Date**: Next billing date
|
|
55
62
|
- **Cancellation**: End of current cycle
|
|
56
63
|
|
|
57
64
|
### Cycle Changes
|
|
65
|
+
|
|
58
66
|
- **Upgrade Impact**: Immediate feature access
|
|
59
67
|
- **Downgrade Impact**: End of current cycle
|
|
60
68
|
- **Proration**: Fair billing adjustments
|
|
@@ -5,12 +5,14 @@ Understanding your Yantra billing and payment options.
|
|
|
5
5
|
## Billing Information
|
|
6
6
|
|
|
7
7
|
### Current Subscription
|
|
8
|
+
|
|
8
9
|
- **Plan Type**: Your current subscription tier
|
|
9
10
|
- **Billing Cycle**: Monthly or annual billing
|
|
10
11
|
- **Next Payment**: When your next payment is due
|
|
11
12
|
- **Amount Due**: Cost of your next billing cycle
|
|
12
13
|
|
|
13
14
|
### Payment Methods
|
|
15
|
+
|
|
14
16
|
- **Credit Cards**: Visa, MasterCard, American Express
|
|
15
17
|
- **Debit Cards**: Supported debit cards
|
|
16
18
|
- **PayPal**: PayPal account payments
|
|
@@ -19,12 +21,14 @@ Understanding your Yantra billing and payment options.
|
|
|
19
21
|
## Billing Management
|
|
20
22
|
|
|
21
23
|
### Viewing Bills
|
|
24
|
+
|
|
22
25
|
- **Invoice History**: Access all past invoices
|
|
23
26
|
- **Download Invoices**: PDF format available
|
|
24
27
|
- **Email Invoices**: Automatic email delivery
|
|
25
28
|
- **Tax Information**: Detailed tax breakdowns
|
|
26
29
|
|
|
27
30
|
### Payment Processing
|
|
31
|
+
|
|
28
32
|
- **Automatic Payments**: Recurring payment setup
|
|
29
33
|
- **Payment Notifications**: Email confirmations
|
|
30
34
|
- **Failed Payments**: Retry and update options
|
|
@@ -33,12 +37,14 @@ Understanding your Yantra billing and payment options.
|
|
|
33
37
|
## Billing Support
|
|
34
38
|
|
|
35
39
|
### Common Questions
|
|
40
|
+
|
|
36
41
|
- **Billing Cycles**: Understanding billing periods
|
|
37
42
|
- **Payment Methods**: Adding and updating methods
|
|
38
43
|
- **Invoice Discrepancies**: Resolving billing issues
|
|
39
44
|
- **Refund Requests**: How to request refunds
|
|
40
45
|
|
|
41
46
|
### Getting Help
|
|
47
|
+
|
|
42
48
|
- **Billing Support**: Dedicated billing assistance
|
|
43
49
|
- **Live Chat**: Real-time billing help
|
|
44
50
|
- **Email Support**: Detailed billing responses
|
|
@@ -5,12 +5,14 @@ Getting help with billing and payment issues.
|
|
|
5
5
|
## Billing Issues
|
|
6
6
|
|
|
7
7
|
### Payment Problems
|
|
8
|
+
|
|
8
9
|
- **Failed Payments**: Resolve payment failures
|
|
9
10
|
- **Declined Cards**: Handle declined payments
|
|
10
11
|
- **Insufficient Funds**: Address insufficient funds
|
|
11
12
|
- **Bank Blocks**: Resolve bank payment blocks
|
|
12
13
|
|
|
13
14
|
### Billing Questions
|
|
15
|
+
|
|
14
16
|
- **Charge Disputes**: Resolve billing disputes
|
|
15
17
|
- **Invoice Questions**: Clarify invoice details
|
|
16
18
|
- **Tax Questions**: Understand tax charges
|
|
@@ -19,12 +21,14 @@ Getting help with billing and payment issues.
|
|
|
19
21
|
## Support Channels
|
|
20
22
|
|
|
21
23
|
### Live Support
|
|
24
|
+
|
|
22
25
|
- **Live Chat**: Real-time billing assistance
|
|
23
26
|
- **Phone Support**: Direct phone support
|
|
24
27
|
- **Video Calls**: Screen sharing support
|
|
25
28
|
- **Priority Support**: Expedited support for Pro/Max
|
|
26
29
|
|
|
27
30
|
### Self-Service
|
|
31
|
+
|
|
28
32
|
- **Help Center**: Comprehensive billing guides
|
|
29
33
|
- **FAQ Section**: Common billing questions
|
|
30
34
|
- **Video Tutorials**: Step-by-step guides
|
|
@@ -33,12 +37,14 @@ Getting help with billing and payment issues.
|
|
|
33
37
|
## Common Solutions
|
|
34
38
|
|
|
35
39
|
### Payment Issues
|
|
40
|
+
|
|
36
41
|
- **Update Payment Method**: Change payment information
|
|
37
42
|
- **Verify Bank Details**: Confirm bank information
|
|
38
43
|
- **Contact Bank**: Resolve bank-side issues
|
|
39
44
|
- **Try Alternative Payment**: Use different payment method
|
|
40
45
|
|
|
41
46
|
### Billing Disputes
|
|
47
|
+
|
|
42
48
|
- **Review Charges**: Examine billing details
|
|
43
49
|
- **Provide Documentation**: Submit supporting documents
|
|
44
50
|
- **Escalate Issues**: Escalate complex problems
|
|
@@ -47,12 +53,14 @@ Getting help with billing and payment issues.
|
|
|
47
53
|
## Support Team
|
|
48
54
|
|
|
49
55
|
### Billing Specialists
|
|
56
|
+
|
|
50
57
|
- **Payment Experts**: Payment processing specialists
|
|
51
58
|
- **Tax Specialists**: Tax compliance experts
|
|
52
59
|
- **Account Managers**: Dedicated account management
|
|
53
60
|
- **Escalation Team**: Senior support team
|
|
54
61
|
|
|
55
62
|
### Response Times
|
|
63
|
+
|
|
56
64
|
- **Free Users**: 48-72 hour response
|
|
57
65
|
- **Pro Users**: 24 hour response
|
|
58
66
|
- **Max Users**: 12 hour response
|
|
@@ -5,12 +5,14 @@ Supported currencies and international payment options.
|
|
|
5
5
|
## Supported Currencies
|
|
6
6
|
|
|
7
7
|
### Major Currencies
|
|
8
|
+
|
|
8
9
|
- **US Dollar (USD)**: Primary currency
|
|
9
10
|
- **Euro (EUR)**: European Union currency
|
|
10
11
|
- **British Pound (GBP)**: United Kingdom currency
|
|
11
12
|
- **Canadian Dollar (CAD)**: Canadian currency
|
|
12
13
|
|
|
13
14
|
### Additional Currencies
|
|
15
|
+
|
|
14
16
|
- **Australian Dollar (AUD)**: Australian currency
|
|
15
17
|
- **Japanese Yen (JPY)**: Japanese currency
|
|
16
18
|
- **Swiss Franc (CHF)**: Swiss currency
|
|
@@ -19,12 +21,14 @@ Supported currencies and international payment options.
|
|
|
19
21
|
## Currency Features
|
|
20
22
|
|
|
21
23
|
### Automatic Conversion
|
|
24
|
+
|
|
22
25
|
- **Real-time Rates**: Live currency conversion
|
|
23
26
|
- **Automatic Detection**: Detect user's currency
|
|
24
27
|
- **Local Pricing**: Display prices in local currency
|
|
25
28
|
- **Rate Updates**: Regular exchange rate updates
|
|
26
29
|
|
|
27
30
|
### Payment Processing
|
|
31
|
+
|
|
28
32
|
- **Multi-currency**: Accept multiple currencies
|
|
29
33
|
- **Local Payment Methods**: Local payment options
|
|
30
34
|
- **Currency Conversion**: Automatic conversion
|
|
@@ -33,12 +37,14 @@ Supported currencies and international payment options.
|
|
|
33
37
|
## International Payments
|
|
34
38
|
|
|
35
39
|
### Payment Methods
|
|
40
|
+
|
|
36
41
|
- **Credit Cards**: International credit cards
|
|
37
42
|
- **Bank Transfers**: International wire transfers
|
|
38
43
|
- **Local Payment**: Country-specific payment methods
|
|
39
44
|
- **Digital Wallets**: International digital wallets
|
|
40
45
|
|
|
41
46
|
### Regional Support
|
|
47
|
+
|
|
42
48
|
- **North America**: US, Canada, Mexico
|
|
43
49
|
- **Europe**: EU countries, UK, Switzerland
|
|
44
50
|
- **Asia Pacific**: Australia, Japan, Singapore
|
|
@@ -47,12 +53,14 @@ Supported currencies and international payment options.
|
|
|
47
53
|
## Currency Management
|
|
48
54
|
|
|
49
55
|
### Pricing Display
|
|
56
|
+
|
|
50
57
|
- **Local Currency**: Show prices in local currency
|
|
51
58
|
- **Currency Selection**: Choose preferred currency
|
|
52
59
|
- **Rate Information**: Display exchange rates
|
|
53
60
|
- **Conversion History**: Track conversion rates
|
|
54
61
|
|
|
55
62
|
### Billing Options
|
|
63
|
+
|
|
56
64
|
- **Currency Preference**: Set preferred currency
|
|
57
65
|
- **Automatic Conversion**: Auto-convert payments
|
|
58
66
|
- **Manual Conversion**: Manual currency selection
|
|
@@ -61,12 +69,14 @@ Supported currencies and international payment options.
|
|
|
61
69
|
## Currency Support
|
|
62
70
|
|
|
63
71
|
### Exchange Rates
|
|
72
|
+
|
|
64
73
|
- **Real-time Rates**: Live exchange rates
|
|
65
74
|
- **Rate Sources**: Reliable rate providers
|
|
66
75
|
- **Rate Updates**: Regular rate updates
|
|
67
76
|
- **Rate History**: Historical rate data
|
|
68
77
|
|
|
69
78
|
### Getting Help
|
|
79
|
+
|
|
70
80
|
- **Currency Support**: Dedicated currency support
|
|
71
81
|
- **International Team**: International support team
|
|
72
82
|
- **Local Support**: Country-specific support
|
|
@@ -5,12 +5,14 @@ Custom pricing solutions for enterprise customers.
|
|
|
5
5
|
## Enterprise Plans
|
|
6
6
|
|
|
7
7
|
### Custom Pricing
|
|
8
|
+
|
|
8
9
|
- **Volume Discounts**: Discounts based on user count
|
|
9
10
|
- **Annual Contracts**: Multi-year agreements
|
|
10
11
|
- **Custom Features**: Tailored feature sets
|
|
11
12
|
- **Dedicated Support**: Priority enterprise support
|
|
12
13
|
|
|
13
14
|
### Pricing Factors
|
|
15
|
+
|
|
14
16
|
- **User Count**: Number of enterprise users
|
|
15
17
|
- **Contract Length**: Multi-year commitment
|
|
16
18
|
- **Feature Requirements**: Custom feature needs
|
|
@@ -19,12 +21,14 @@ Custom pricing solutions for enterprise customers.
|
|
|
19
21
|
## Enterprise Features
|
|
20
22
|
|
|
21
23
|
### Advanced Capabilities
|
|
24
|
+
|
|
22
25
|
- **SSO Integration**: Single sign-on support
|
|
23
26
|
- **Custom Branding**: White-label solutions
|
|
24
27
|
- **API Access**: Enterprise API capabilities
|
|
25
28
|
- **Data Residency**: Geographic data control
|
|
26
29
|
|
|
27
30
|
### Management Tools
|
|
31
|
+
|
|
28
32
|
- **Admin Dashboard**: Centralized management
|
|
29
33
|
- **User Management**: Bulk user operations
|
|
30
34
|
- **Usage Analytics**: Detailed usage reports
|
|
@@ -33,6 +37,7 @@ Custom pricing solutions for enterprise customers.
|
|
|
33
37
|
## Getting Enterprise Pricing
|
|
34
38
|
|
|
35
39
|
### Contact Process
|
|
40
|
+
|
|
36
41
|
1. **Contact Sales**: Reach out to enterprise sales
|
|
37
42
|
2. **Requirements Review**: Discuss your needs
|
|
38
43
|
3. **Custom Quote**: Receive tailored pricing
|
|
@@ -40,6 +45,7 @@ Custom pricing solutions for enterprise customers.
|
|
|
40
45
|
5. **Implementation**: Deploy enterprise solution
|
|
41
46
|
|
|
42
47
|
### Sales Team
|
|
48
|
+
|
|
43
49
|
- **Enterprise Sales**: Dedicated enterprise sales team
|
|
44
50
|
- **Technical Sales**: Technical solution architects
|
|
45
51
|
- **Account Managers**: Dedicated account management
|
|
@@ -48,12 +54,14 @@ Custom pricing solutions for enterprise customers.
|
|
|
48
54
|
## Enterprise Benefits
|
|
49
55
|
|
|
50
56
|
### Cost Savings
|
|
57
|
+
|
|
51
58
|
- **Volume Discounts**: Significant per-user savings
|
|
52
59
|
- **Annual Contracts**: Reduced annual costs
|
|
53
60
|
- **Bulk Licensing**: Enterprise licensing benefits
|
|
54
61
|
- **Custom Terms**: Negotiated pricing terms
|
|
55
62
|
|
|
56
63
|
### Business Value
|
|
64
|
+
|
|
57
65
|
- **ROI Analysis**: Return on investment analysis
|
|
58
66
|
- **Productivity Gains**: Measurable productivity improvements
|
|
59
67
|
- **Cost Reduction**: Reduced operational costs
|
|
@@ -5,12 +5,14 @@ Accessing and managing your invoices and receipts.
|
|
|
5
5
|
## Invoice Access
|
|
6
6
|
|
|
7
7
|
### Viewing Invoices
|
|
8
|
+
|
|
8
9
|
- **Invoice History**: Complete invoice history
|
|
9
10
|
- **Download PDF**: Download invoice PDFs
|
|
10
11
|
- **Email Invoices**: Automatic email delivery
|
|
11
12
|
- **Print Invoices**: Print-friendly format
|
|
12
13
|
|
|
13
14
|
### Invoice Details
|
|
15
|
+
|
|
14
16
|
- **Billing Period**: Service period covered
|
|
15
17
|
- **Payment Method**: How payment was made
|
|
16
18
|
- **Tax Information**: Detailed tax breakdown
|
|
@@ -19,12 +21,14 @@ Accessing and managing your invoices and receipts.
|
|
|
19
21
|
## Invoice Management
|
|
20
22
|
|
|
21
23
|
### Organization
|
|
24
|
+
|
|
22
25
|
- **Search Invoices**: Find specific invoices
|
|
23
26
|
- **Filter by Date**: Filter by billing period
|
|
24
27
|
- **Filter by Amount**: Filter by invoice amount
|
|
25
28
|
- **Export Data**: Export invoice data
|
|
26
29
|
|
|
27
30
|
### Storage
|
|
31
|
+
|
|
28
32
|
- **Cloud Storage**: Secure cloud storage
|
|
29
33
|
- **Local Downloads**: Download to local device
|
|
30
34
|
- **Email Archive**: Email invoice copies
|
|
@@ -33,12 +37,14 @@ Accessing and managing your invoices and receipts.
|
|
|
33
37
|
## Payment Information
|
|
34
38
|
|
|
35
39
|
### Payment Details
|
|
40
|
+
|
|
36
41
|
- **Payment Date**: When payment was processed
|
|
37
42
|
- **Payment Method**: Credit card, PayPal, etc.
|
|
38
43
|
- **Transaction ID**: Unique transaction identifier
|
|
39
44
|
- **Payment Status**: Success, pending, failed
|
|
40
45
|
|
|
41
46
|
### Receipts
|
|
47
|
+
|
|
42
48
|
- **Payment Receipts**: Payment confirmation
|
|
43
49
|
- **Service Receipts**: Service activation confirmation
|
|
44
50
|
- **Refund Receipts**: Refund confirmation
|
|
@@ -47,12 +53,14 @@ Accessing and managing your invoices and receipts.
|
|
|
47
53
|
## Invoice Support
|
|
48
54
|
|
|
49
55
|
### Common Issues
|
|
56
|
+
|
|
50
57
|
- **Missing Invoices**: Locate missing invoices
|
|
51
58
|
- **Incorrect Charges**: Resolve billing errors
|
|
52
59
|
- **Tax Questions**: Understand tax charges
|
|
53
60
|
- **Payment Disputes**: Resolve payment issues
|
|
54
61
|
|
|
55
62
|
### Getting Help
|
|
63
|
+
|
|
56
64
|
- **Invoice Support**: Dedicated invoice support
|
|
57
65
|
- **Billing Team**: Direct billing team access
|
|
58
66
|
- **Live Chat**: Real-time invoice help
|
|
@@ -5,17 +5,20 @@ Supported payment methods and how to update them.
|
|
|
5
5
|
## Supported Payment Methods
|
|
6
6
|
|
|
7
7
|
### Credit Cards
|
|
8
|
+
|
|
8
9
|
- **Visa**: All Visa credit cards
|
|
9
10
|
- **MasterCard**: All MasterCard credit cards
|
|
10
11
|
- **American Express**: American Express cards
|
|
11
12
|
- **Discover**: Discover credit cards
|
|
12
13
|
|
|
13
14
|
### Debit Cards
|
|
15
|
+
|
|
14
16
|
- **Visa Debit**: Visa debit cards
|
|
15
17
|
- **MasterCard Debit**: MasterCard debit cards
|
|
16
18
|
- **Bank Cards**: Major bank debit cards
|
|
17
19
|
|
|
18
20
|
### Digital Wallets
|
|
21
|
+
|
|
19
22
|
- **PayPal**: PayPal account payments
|
|
20
23
|
- **Apple Pay**: Apple Pay integration
|
|
21
24
|
- **Google Pay**: Google Pay integration
|
|
@@ -24,6 +27,7 @@ Supported payment methods and how to update them.
|
|
|
24
27
|
## Adding Payment Methods
|
|
25
28
|
|
|
26
29
|
### Credit Card Setup
|
|
30
|
+
|
|
27
31
|
1. Go to Account Settings
|
|
28
32
|
2. Click "Payment Methods"
|
|
29
33
|
3. Select "Add Credit Card"
|
|
@@ -32,6 +36,7 @@ Supported payment methods and how to update them.
|
|
|
32
36
|
6. Save payment method
|
|
33
37
|
|
|
34
38
|
### PayPal Setup
|
|
39
|
+
|
|
35
40
|
1. Access Payment Methods
|
|
36
41
|
2. Choose "Add PayPal"
|
|
37
42
|
3. Connect PayPal account
|
|
@@ -41,12 +46,14 @@ Supported payment methods and how to update them.
|
|
|
41
46
|
## Managing Payment Methods
|
|
42
47
|
|
|
43
48
|
### Updating Information
|
|
49
|
+
|
|
44
50
|
- **Card Updates**: Update card information
|
|
45
51
|
- **Address Changes**: Modify billing address
|
|
46
52
|
- **Expiration Dates**: Update expired cards
|
|
47
53
|
- **Primary Method**: Set default payment method
|
|
48
54
|
|
|
49
55
|
### Security Features
|
|
56
|
+
|
|
50
57
|
- **Encryption**: Secure payment processing
|
|
51
58
|
- **PCI Compliance**: Industry-standard security
|
|
52
59
|
- **Fraud Protection**: Advanced fraud detection
|
|
@@ -55,12 +62,14 @@ Supported payment methods and how to update them.
|
|
|
55
62
|
## Payment Issues
|
|
56
63
|
|
|
57
64
|
### Common Problems
|
|
65
|
+
|
|
58
66
|
- **Declined Payments**: Resolve declined cards
|
|
59
67
|
- **Expired Cards**: Update expired payment methods
|
|
60
68
|
- **Insufficient Funds**: Handle insufficient funds
|
|
61
69
|
- **Bank Blocks**: Resolve bank payment blocks
|
|
62
70
|
|
|
63
71
|
### Troubleshooting
|
|
72
|
+
|
|
64
73
|
- **Contact Bank**: Verify with your bank
|
|
65
74
|
- **Update Information**: Correct payment details
|
|
66
75
|
- **Try Different Method**: Use alternative payment
|
|
@@ -5,12 +5,14 @@ Current promotions, discounts, and special offers.
|
|
|
5
5
|
## Current Promotions
|
|
6
6
|
|
|
7
7
|
### New User Offers
|
|
8
|
+
|
|
8
9
|
- **First Month Free**: Free trial for new users
|
|
9
10
|
- **Student Discount**: 50% off for verified students
|
|
10
11
|
- **Annual Discount**: 2 months free on annual plans
|
|
11
12
|
- **Referral Bonus**: Credits for referring friends
|
|
12
13
|
|
|
13
14
|
### Seasonal Promotions
|
|
15
|
+
|
|
14
16
|
- **Black Friday**: Special holiday pricing
|
|
15
17
|
- **Back to School**: Student-focused offers
|
|
16
18
|
- **New Year**: Resolution-based promotions
|
|
@@ -19,12 +21,14 @@ Current promotions, discounts, and special offers.
|
|
|
19
21
|
## Discount Types
|
|
20
22
|
|
|
21
23
|
### Percentage Discounts
|
|
24
|
+
|
|
22
25
|
- **Student Discount**: 50% off all plans
|
|
23
26
|
- **Nonprofit Discount**: 30% off for nonprofits
|
|
24
27
|
- **Educational Discount**: 40% off for institutions
|
|
25
28
|
- **Volume Discount**: Bulk pricing for teams
|
|
26
29
|
|
|
27
30
|
### Fixed Discounts
|
|
31
|
+
|
|
28
32
|
- **Annual Savings**: $40 off Pro, $80 off Max
|
|
29
33
|
- **Referral Credits**: $10 credit per referral
|
|
30
34
|
- **Loyalty Rewards**: Credits for long-term users
|
|
@@ -33,6 +37,7 @@ Current promotions, discounts, and special offers.
|
|
|
33
37
|
## How to Apply Discounts
|
|
34
38
|
|
|
35
39
|
### Student Discount
|
|
40
|
+
|
|
36
41
|
1. Verify student status
|
|
37
42
|
2. Upload student ID or email
|
|
38
43
|
3. Apply discount code
|
|
@@ -40,6 +45,7 @@ Current promotions, discounts, and special offers.
|
|
|
40
45
|
5. Enjoy discounted pricing
|
|
41
46
|
|
|
42
47
|
### Referral Program
|
|
48
|
+
|
|
43
49
|
1. Share referral link
|
|
44
50
|
2. Friend signs up
|
|
45
51
|
3. Both receive credits
|
|
@@ -49,12 +55,14 @@ Current promotions, discounts, and special offers.
|
|
|
49
55
|
## Promotional Terms
|
|
50
56
|
|
|
51
57
|
### Eligibility Requirements
|
|
58
|
+
|
|
52
59
|
- **New Users**: First-time subscribers
|
|
53
60
|
- **Student Verification**: Valid student status
|
|
54
61
|
- **Geographic Restrictions**: Available regions
|
|
55
62
|
- **Time Limits**: Promotion expiration dates
|
|
56
63
|
|
|
57
64
|
### Terms and Conditions
|
|
65
|
+
|
|
58
66
|
- **One Per Customer**: Limit one discount per account
|
|
59
67
|
- **Non-transferable**: Cannot be shared or sold
|
|
60
68
|
- **Expiration**: Discount codes expire
|
|
@@ -5,12 +5,14 @@ Understanding Yantra's refund and cancellation policies.
|
|
|
5
5
|
## Refund Eligibility
|
|
6
6
|
|
|
7
7
|
### Eligible Refunds
|
|
8
|
+
|
|
8
9
|
- **New Subscriptions**: 7-day refund window
|
|
9
10
|
- **Annual Plans**: Prorated refunds available
|
|
10
11
|
- **Technical Issues**: Service-related refunds
|
|
11
12
|
- **Duplicate Charges**: Full refunds for duplicates
|
|
12
13
|
|
|
13
14
|
### Non-Eligible Refunds
|
|
15
|
+
|
|
14
16
|
- **Usage-Based**: Refunds based on usage
|
|
15
17
|
- **Policy Violations**: Account policy violations
|
|
16
18
|
- **Fraudulent Claims**: False refund claims
|
|
@@ -19,6 +21,7 @@ Understanding Yantra's refund and cancellation policies.
|
|
|
19
21
|
## Refund Process
|
|
20
22
|
|
|
21
23
|
### Request Process
|
|
24
|
+
|
|
22
25
|
1. **Contact Support**: Reach out to billing support
|
|
23
26
|
2. **Provide Details**: Explain refund reason
|
|
24
27
|
3. **Submit Documentation**: Provide supporting documents
|
|
@@ -26,6 +29,7 @@ Understanding Yantra's refund and cancellation policies.
|
|
|
26
29
|
5. **Processing**: Refund processed if approved
|
|
27
30
|
|
|
28
31
|
### Required Information
|
|
32
|
+
|
|
29
33
|
- **Account Details**: Account information
|
|
30
34
|
- **Refund Reason**: Detailed reason for refund
|
|
31
35
|
- **Supporting Documents**: Relevant documentation
|
|
@@ -34,6 +38,7 @@ Understanding Yantra's refund and cancellation policies.
|
|
|
34
38
|
## Refund Timeline
|
|
35
39
|
|
|
36
40
|
### Processing Times
|
|
41
|
+
|
|
37
42
|
- **Approval Time**: 1-3 business days
|
|
38
43
|
- **Processing Time**: 3-5 business days
|
|
39
44
|
- **Credit Card**: 5-10 business days
|
|
@@ -41,6 +46,7 @@ Understanding Yantra's refund and cancellation policies.
|
|
|
41
46
|
- **Bank Transfer**: 7-14 business days
|
|
42
47
|
|
|
43
48
|
### Refund Methods
|
|
49
|
+
|
|
44
50
|
- **Original Payment**: Refund to original payment method
|
|
45
51
|
- **Alternative Methods**: Other refund methods available
|
|
46
52
|
- **Account Credit**: Credit to Yantra account
|
|
@@ -49,12 +55,14 @@ Understanding Yantra's refund and cancellation policies.
|
|
|
49
55
|
## Refund Types
|
|
50
56
|
|
|
51
57
|
### Full Refunds
|
|
58
|
+
|
|
52
59
|
- **Service Issues**: Complete service failures
|
|
53
60
|
- **Duplicate Charges**: Identical duplicate charges
|
|
54
61
|
- **Fraudulent Charges**: Unauthorized charges
|
|
55
62
|
- **Policy Violations**: Yantra policy violations
|
|
56
63
|
|
|
57
64
|
### Prorated Refunds
|
|
65
|
+
|
|
58
66
|
- **Annual Plans**: Unused portion refunds
|
|
59
67
|
- **Mid-Cycle Cancellation**: Partial period refunds
|
|
60
68
|
- **Downgrades**: Difference refunds
|
|
@@ -63,12 +71,14 @@ Understanding Yantra's refund and cancellation policies.
|
|
|
63
71
|
## Refund Support
|
|
64
72
|
|
|
65
73
|
### Getting Help
|
|
74
|
+
|
|
66
75
|
- **Refund Support**: Dedicated refund support team
|
|
67
76
|
- **Billing Team**: Direct billing team access
|
|
68
77
|
- **Escalation Process**: Senior team escalation
|
|
69
78
|
- **External Resources**: Third-party assistance
|
|
70
79
|
|
|
71
80
|
### Documentation
|
|
81
|
+
|
|
72
82
|
- **Refund Policy**: Complete refund policy
|
|
73
83
|
- **Terms of Service**: Service terms and conditions
|
|
74
84
|
- **Billing Terms**: Billing terms and conditions
|
|
@@ -5,12 +5,14 @@ Special pricing for students and educational institutions.
|
|
|
5
5
|
## Student Pricing
|
|
6
6
|
|
|
7
7
|
### Discounted Plans
|
|
8
|
+
|
|
8
9
|
- **Pro Student**: $10/month (50% off)
|
|
9
10
|
- **Max Student**: $20/month (50% off)
|
|
10
11
|
- **Annual Pro**: $100/year (50% off)
|
|
11
12
|
- **Annual Max**: $200/year (50% off)
|
|
12
13
|
|
|
13
14
|
### Educational Benefits
|
|
15
|
+
|
|
14
16
|
- **Full Features**: Access to all plan features
|
|
15
17
|
- **Academic Support**: Specialized academic support
|
|
16
18
|
- **Research Tools**: Enhanced research capabilities
|
|
@@ -19,12 +21,14 @@ Special pricing for students and educational institutions.
|
|
|
19
21
|
## Eligibility Requirements
|
|
20
22
|
|
|
21
23
|
### Student Verification
|
|
24
|
+
|
|
22
25
|
- **Valid Student ID**: Current student identification
|
|
23
26
|
- **Educational Email**: School email address
|
|
24
27
|
- **Enrollment Proof**: Current enrollment verification
|
|
25
28
|
- **Institution Verification**: Accredited institution
|
|
26
29
|
|
|
27
30
|
### Eligible Institutions
|
|
31
|
+
|
|
28
32
|
- **Universities**: Four-year universities
|
|
29
33
|
- **Community Colleges**: Two-year colleges
|
|
30
34
|
- **Graduate Schools**: Master's and PhD programs
|
|
@@ -33,6 +37,7 @@ Special pricing for students and educational institutions.
|
|
|
33
37
|
## How to Apply
|
|
34
38
|
|
|
35
39
|
### Verification Process
|
|
40
|
+
|
|
36
41
|
1. Sign up with student email
|
|
37
42
|
2. Upload student ID
|
|
38
43
|
3. Verify enrollment status
|
|
@@ -40,6 +45,7 @@ Special pricing for students and educational institutions.
|
|
|
40
45
|
5. Activate student discount
|
|
41
46
|
|
|
42
47
|
### Required Documents
|
|
48
|
+
|
|
43
49
|
- **Student ID**: Clear photo of student ID
|
|
44
50
|
- **Enrollment Letter**: Current enrollment proof
|
|
45
51
|
- **Transcript**: Recent academic transcript
|
|
@@ -48,12 +54,14 @@ Special pricing for students and educational institutions.
|
|
|
48
54
|
## Student Features
|
|
49
55
|
|
|
50
56
|
### Academic Tools
|
|
57
|
+
|
|
51
58
|
- **Research Organization**: Organize academic research
|
|
52
59
|
- **Citation Management**: Proper academic citations
|
|
53
60
|
- **Source Verification**: Verify academic sources
|
|
54
61
|
- **Export Formats**: Academic paper formats
|
|
55
62
|
|
|
56
63
|
### Study Support
|
|
64
|
+
|
|
57
65
|
- **Note Integration**: Connect with note-taking apps
|
|
58
66
|
- **Study Planning**: Organize study sessions
|
|
59
67
|
- **Group Collaboration**: Work with study groups
|
|
@@ -62,12 +70,14 @@ Special pricing for students and educational institutions.
|
|
|
62
70
|
## Terms and Conditions
|
|
63
71
|
|
|
64
72
|
### Student Requirements
|
|
73
|
+
|
|
65
74
|
- **Active Enrollment**: Must be currently enrolled
|
|
66
75
|
- **Annual Verification**: Reverify status yearly
|
|
67
76
|
- **Academic Use**: Primarily for academic purposes
|
|
68
77
|
- **No Commercial Use**: Cannot be used for business
|
|
69
78
|
|
|
70
79
|
### Discount Limitations
|
|
80
|
+
|
|
71
81
|
- **One Account**: One student discount per person
|
|
72
82
|
- **Non-transferable**: Cannot be shared
|
|
73
83
|
- **Expiration**: Discount expires upon graduation
|
|
@@ -5,12 +5,14 @@ Tax-related information for billing and invoicing.
|
|
|
5
5
|
## Tax Calculation
|
|
6
6
|
|
|
7
7
|
### Tax Types
|
|
8
|
+
|
|
8
9
|
- **Sales Tax**: Applicable sales taxes
|
|
9
10
|
- **VAT**: Value Added Tax (EU)
|
|
10
11
|
- **GST**: Goods and Services Tax
|
|
11
12
|
- **Service Tax**: Service-specific taxes
|
|
12
13
|
|
|
13
14
|
### Tax Rates
|
|
15
|
+
|
|
14
16
|
- **Location-Based**: Tax rates by location
|
|
15
17
|
- **Service-Based**: Different rates for different services
|
|
16
18
|
- **Exemption Handling**: Tax exemption processing
|
|
@@ -19,12 +21,14 @@ Tax-related information for billing and invoicing.
|
|
|
19
21
|
## Tax Compliance
|
|
20
22
|
|
|
21
23
|
### Regional Compliance
|
|
24
|
+
|
|
22
25
|
- **US Sales Tax**: US state sales tax compliance
|
|
23
26
|
- **EU VAT**: European Union VAT compliance
|
|
24
27
|
- **Canadian GST**: Canadian tax compliance
|
|
25
28
|
- **Other Jurisdictions**: Additional tax jurisdictions
|
|
26
29
|
|
|
27
30
|
### Business Compliance
|
|
31
|
+
|
|
28
32
|
- **Business Registration**: Business tax registration
|
|
29
33
|
- **Tax Exemptions**: Business tax exemptions
|
|
30
34
|
- **Resale Certificates**: Resale certificate handling
|
|
@@ -33,12 +37,14 @@ Tax-related information for billing and invoicing.
|
|
|
33
37
|
## Tax Documentation
|
|
34
38
|
|
|
35
39
|
### Tax Invoices
|
|
40
|
+
|
|
36
41
|
- **Tax-Inclusive Pricing**: Prices include applicable taxes
|
|
37
42
|
- **Tax Breakdown**: Detailed tax line items
|
|
38
43
|
- **Tax Exemptions**: Exemption documentation
|
|
39
44
|
- **Tax Certificates**: Tax exemption certificates
|
|
40
45
|
|
|
41
46
|
### Tax Reports
|
|
47
|
+
|
|
42
48
|
- **Monthly Reports**: Monthly tax summaries
|
|
43
49
|
- **Quarterly Reports**: Quarterly tax reports
|
|
44
50
|
- **Annual Reports**: Annual tax summaries
|
|
@@ -47,12 +53,14 @@ Tax-related information for billing and invoicing.
|
|
|
47
53
|
## Tax Support
|
|
48
54
|
|
|
49
55
|
### Tax Questions
|
|
56
|
+
|
|
50
57
|
- **Tax Calculation**: How taxes are calculated
|
|
51
58
|
- **Tax Exemptions**: How to apply exemptions
|
|
52
59
|
- **Tax Documentation**: Required tax documents
|
|
53
60
|
- **Tax Compliance**: Compliance requirements
|
|
54
61
|
|
|
55
62
|
### Getting Help
|
|
63
|
+
|
|
56
64
|
- **Tax Support**: Dedicated tax support
|
|
57
65
|
- **Accounting Team**: Accounting team assistance
|
|
58
66
|
- **Compliance Team**: Compliance team support
|