Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
anttiviljami committed Nov 4, 2024
1 parent 4c7f256 commit 9bb5ea0
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions docs/entities/schemas-list.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,105 +9,105 @@ import Icon from '@site/src/components/Icon';

## Customer Relations

### <Icon name="contact" size={28} style={{ position: 'relative', top: '4px' }} /> Contact
<h3><Icon name="contact" size={28} style={{ position: 'relative', top: '4px' }} /> Contact</h3>

Contacts store details about customers or individuals managed by the epilot organization.

### <Icon name="account" size={28} style={{ position: 'relative', top: '4px' }} /> Account
<h3><Icon name="account" size={28} style={{ position: 'relative', top: '4px' }} /> Account</h3>

Accounts store details about companies. Contacts can be linked to an account to represent a business customer.

### <Icon name="partner" size={28} style={{ position: 'relative', top: '4px' }} /> Partner
<h3><Icon name="partner" size={28} style={{ position: 'relative', top: '4px' }} /> Partner</h3>

Partners store details about collaborating third parties, such as installation partners, OEMs and other business partners.

### <Icon name="request" size={28} style={{ position: 'relative', top: '4px' }} /> Request
<h3><Icon name="request" size={28} style={{ position: 'relative', top: '4px' }} /> Request</h3>

Requests store customer-initiated service requests or inquiries, usually submitted through contact forms or support channels.

## Sales

### <Icon name="opportunity" size={28} style={{ position: 'relative', top: '4px' }} /> Opportunity
<h3><Icon name="opportunity" size={28} style={{ position: 'relative', top: '4px' }} /> Opportunity</h3>

Opportunities store details about sales leads or product inquiries usually made through journeys.

### <Icon name="order" size={28} style={{ position: 'relative', top: '4px' }} /> Order
<h3><Icon name="order" size={28} style={{ position: 'relative', top: '4px' }} /> Order</h3>

Orders store details about requested products, pricing and past orders placed by customers.

### Product Hub

### <Icon name="product" size={28} style={{ position: 'relative', top: '4px' }} /> Product
<h3><Icon name="product" size={28} style={{ position: 'relative', top: '4px' }} /> Product</h3>

Products represent services or products sold by the epilot organization.

### <Icon name="price" size={28} style={{ position: 'relative', top: '4px' }} /> Price
<h3><Icon name="price" size={28} style={{ position: 'relative', top: '4px' }} /> Price</h3>

Prices configure the pricing models for products.

### <Icon name="tax" size={28} style={{ position: 'relative', top: '4px' }} /> Tax
<h3><Icon name="tax" size={28} style={{ position: 'relative', top: '4px' }} /> Tax</h3>

Taxes represent the tax rates applied to prices.

### <Icon name="calculator" size={28} style={{ position: 'relative', top: '4px' }} /> Coupon
<h3><Icon name="calculator" size={28} style={{ position: 'relative', top: '4px' }} /> Coupon</h3>

Coupons represent discounts or promotions that can be applied to products.


## Contracts

### <Icon name="contract" size={28} style={{ position: 'relative', top: '4px' }} /> Contract
<h3><Icon name="contract" size={28} style={{ position: 'relative', top: '4px' }} /> Contract</h3>

Contracts store details about service agreements, tariffs and other agreements between customers and the epilot organization.

### <Icon name="entity" size={28} style={{ position: 'relative', top: '4px' }} /> Billing Event
<h3><Icon name="entity" size={28} style={{ position: 'relative', top: '4px' }} /> Billing Event</h3>

Billing events store records of financial transactions, including payments, invoices, and credit notes.

### <Icon name="meter" size={28} style={{ position: 'relative', top: '4px' }} /> Meter
<h3><Icon name="meter" size={28} style={{ position: 'relative', top: '4px' }} /> Meter</h3>

Meters store details about power, gas or water or other devices used to meter consumption.

### <Icon name="meter" size={28} style={{ position: 'relative', top: '4px' }} /> Meter Counter
<h3><Icon name="meter" size={28} style={{ position: 'relative', top: '4px' }} /> Meter Counter</h3>

Meter counters represent the counters used in meter devices, allowing separate tracking for different consumption types or purposes, such as peak and off-peak energy usage.

## Journeys

### <Icon name="journey" size={28} style={{ position: 'relative', top: '4px' }} /> Journey
<h3><Icon name="journey" size={28} style={{ position: 'relative', top: '4px' }} /> Journey</h3>

Journeys contain the configuration of a customer journey, which is used to collect data from customers.

### <Icon name="submission" size={28} style={{ position: 'relative', top: '4px' }} /> Submission
<h3><Icon name="submission" size={28} style={{ position: 'relative', top: '4px' }} /> Submission</h3>

Submissions store raw data collected from Journeys or other outside data sources into epilot.


## Messaging

### <Icon name="message" size={28} style={{ position: 'relative', top: '4px' }} /> Message
<h3><Icon name="message" size={28} style={{ position: 'relative', top: '4px' }} /> Message</h3>

Messages are email communications sent and received through the epilot platform.

### <Icon name="entity" size={28} style={{ position: 'relative', top: '4px' }} /> Thread
<h3><Icon name="entity" size={28} style={{ position: 'relative', top: '4px' }} /> Thread</h3>

Threads represent a conversation that groups multiple email messages together.

### <Icon name="entity" size={28} style={{ position: 'relative', top: '4px' }} /> Email Template
<h3><Icon name="entity" size={28} style={{ position: 'relative', top: '4px' }} /> Email Template</h3>

Email templates are used as templates containing variables for emails sent from epilot.

## System

### <Icon name="file" size={28} style={{ position: 'relative', top: '4px' }} /> File
<h3><Icon name="file" size={28} style={{ position: 'relative', top: '4px' }} /> File</h3>

Files store details about documents, images, templates and other files uploaded to the epilot platform.

### <Icon name="comment" size={28} style={{ position: 'relative', top: '4px' }} /> Comment
<h3><Icon name="comment" size={28} style={{ position: 'relative', top: '4px' }} /> Comment</h3>

Comments allow users to add notes and have discussions across the platform.

### <Icon name="portal" size={28} style={{ position: 'relative', top: '4px' }} /> Portal User
<h3><Icon name="portal" size={28} style={{ position: 'relative', top: '4px' }} /> Portal User</h3>

Portal users are users registered to use end customer portals or installer portals.

0 comments on commit 9bb5ea0

Please sign in to comment.