Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add quick list icons doc #16

Merged
merged 2 commits into from
Jun 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
62 changes: 62 additions & 0 deletions docs/espocrm-extensions/quick-list-icons/overview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# Espocrm Quick List Icons <a href="https://www.eblasoft.com.tr/espocrm-extension-page/espocrm-quick-list-icons" target="_blank" id="ext-version" data-id="63906034501216d10"></a>

## Overview

Ebla Quick List Icons is an extension for EspoCRM that enhances the list experience by introducing several new buttons
to the do quick action to records.

[See it on website](https://www.eblasoft.com.tr/espocrm-extension-page/espocrm-quick-list-icons){:target="_blank" .md-button }


![quick-list-icons.png](../../_static/images/espocrm-extensions/quick-list-icons/quick-list-icons.png)

### Available Icons

- [View](#view-button)
- [Edit](#edit-button)
- [Delete](#delete-button)
- [Follow](#follow-button)
- [Stream](#stream-button)

### Setup

- Go to Administration -> Entity Manager -> Select Entity -> Edit Entity
- From **List Action Buttons** field select the buttons you want to show in the list view and save.

![quick-list-icons-1.png](../../_static/images/espocrm-extensions/quick-list-icons/quick-list-icons-1.png)

- Go back and select Layouts.
- Add **Action Buttons** to the list or list small layout and save.

![quick-list-icons-2.png](../../_static/images/espocrm-extensions/quick-list-icons/quick-list-icons-2.png)

### View Button
When you click the view button, it will open the record detail modal.
![quick-list-icons-3.png](../../_static/images/espocrm-extensions/quick-list-icons/quick-list-icons-3.png)

### Edit Button
When you click the edit button, it will open the record edit modal.

![quick-list-icons-4.png](../../_static/images/espocrm-extensions/quick-list-icons/quick-list-icons-4.png)

### Delete Button
When you click the delete button, it will delete the record.

![quick-list-icons-5.png](../../_static/images/espocrm-extensions/quick-list-icons/quick-list-icons-5.png)

### Follow Button
Star icon that shows the following status.
When you click the star icon, if the record is not followed, it will follow the record.
If the record is followed, it will unfollow the record.

![quick-list-icons-6.png](../../_static/images/espocrm-extensions/quick-list-icons/quick-list-icons-6.png)

### Stream Button
Showing the number of posts in the stream.
When you click the stream button, it will open the entity and scroll to the stream panel if exists.

![quick-list-icons-7.png](../../_static/images/espocrm-extensions/quick-list-icons/quick-list-icons-7.png)

## ChangeLog

<div class="change-log-wrapper" data-id="63906034501216d10"></div>
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,8 @@ nav:

- Progress Bar: 'espocrm-extensions/progress-bar/index.md'

- Quick List Icons: 'espocrm-extensions/quick-list-icons/overview.md'

- Quick Assign: 'espocrm-extensions/quick-assign/index.md'

- Rate Star Field: 'espocrm-extensions/rate/index.md'
Expand Down