Skip to content

Commit

Permalink
Merge pull request #16 from eblasoft/quick-list-icons
Browse files Browse the repository at this point in the history
add quick list icons doc
  • Loading branch information
eymen-elkum authored Jun 30, 2024
2 parents 340cae9 + 6ca1933 commit f69a109
Show file tree
Hide file tree
Showing 10 changed files with 64 additions and 0 deletions.
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

0 comments on commit f69a109

Please sign in to comment.