Thank you for choosing PolyUtilities module for Perfex CRM. If you have any questions that are beyond the scope of this help file, please feel free to email us via contact form here.
Demo of PolyUtilities features:
Site: https://perfexmodules.wikipoly.com/admin
Upload & active module
Steps of Installation
- Extract your downloaded file contens. You will notice a folder called “documentation” and a new zip file, called “poly_utilities.zip“.
- “poly_utilities.zip” contains the module files (in a module format) that you upload in Perfex CRM’s Modules installation section.
- Go to your Perfex CRM’s Admin area and select the following menu item: SETUP > MODULES.
- Select the extracted poly_utilities.zip at Module installation selection prompt and press INSTALL.
- Find the module named PolyUtilities and click Activate. You will be told that module is successfully activated.
Now you can begin using the module by accessing the menu named PolyUtilities.
Video Demo
How to use PolyUtilities module
Feature Support
- Custom menu (custom links for perfex crm).
- All-in-one Support for Clients.
- Widgets.
- Search menu for Perfex CRM.
- Collapsed icon-only Sidebar Menu.
- Support Ctrl+S to save content while composing: Contracts, Projects, project notes, Articles.
- Support Table of Contents for quick access to content headings during composition.
- Support integration of additional custom JavaScript, CSS codes in the admin, clients, or both sections.
- Support creation and management of Quick Access Menu and shortcuts to access features, links, or usage.
Custom menu – Custom links
- Supports creating, editing, deleting, and grouping lists of sidebar, setup, and clients menus. Manage display permissions for menus and custom menu groups according to roles & users.
- Easily organize and regroup the list: main menu, settings menu, and user-side menu. Supports adding icons, label content, and background color.
- Custom menu links support iframes, links, convenient for querying general documents, Excel files, contracts, etc., related to a custom menu group. For example, creating a new group of social media links: YouTube, Facebook, TikTok, LinkedIn, Pinterest, etc.
- Supports displaying or hiding menu items in the sidebar & setup section. Combines features to customize different menu groups for various modules within the same system.
- Integrate Type Divider when creating custom menu items. Support creating spacing to divide different menu groups on the sidebar menu and setup.
- Type Popup supports displaying custom HTML content across all 3 levels of the Sidebar menu (Setup menu and Clients to be updated later). Admins can create menus assigned to specific user accounts, clients, or roles with access permissions to view the menu content. Example: a reward announcement board for personnel in the ‘marketing roles’ group (marketing department).
Sidebar menu
Setup menu
Clients menu
Widgets
Supported widgets
Currently, the modules support default widgets such as:
- Text: to display text content.
- Image: to display images. In comming soon.
- HTML: to display custom HTML content.
A list of popular and essential widgets will be gradually integrated in upcoming versions.
Supported widget display areas
- After topbar menu: Display content abow the main menu.
- Right avatar: Display content right the avatar.
- After avatar: Display content below the avatar.
- Before sidebar logo: Display before sidebar logo position.
- Before sidebar menu: Display content before the sidebar menu.
- After sidebar menu: Display content after the sidebar menu.
- Before setup menu: Display content before the setup menu.
- After setup menu: Display content after the setup menu.
- Before dashboard: Display content abow the dashboard.
- Before article details: Display content before article details.
- Between article details: Display content between article details, ensuring that there are at least four paragraphs of content created by the <p> tag.
- After article details: Display content after article details.
- Admin footer: Display content in admin area footer.
- Customer dashboard header: Display content at top of customer account page.
- Customer footer: Display content in customer area footer.
- Before customer login form: Display content above the customer login form.
- After customer login form: Display content below the customer login form.
- Before admin login form: Display content above the admin login form.
- After admin login form: Display content below the admin login form.
Hooks add additional display positions for Widgets
The function below will add one widget display position and a list of default positions. When developing custom modules, if you need to set up a specific hook to display widget data, you can use this feature.
hooks()->add_action('poly_utilities_widgets_init', [$this, 'poly_utilities_hook_widgets_init']);
public function poly_utilities_hook_widgets_init($widgets){ $new_widget = array( 'id' => 'poly-widget-simple-hook', 'name' => 'Simple hook main menu', 'description' => 'Display hook.' ); $widgets[] = $new_widget; return $widgets; }
Display content.
if (poly_utilities_widget_helper::is_active_widget('poly-widget-simple-hook')) { poly_utilities_widget_helper::dynamic_widget('poly-widget-simple-hook'); }
All-in-One Support for Clients
The All-in-one Support feature helps you connect with customers through popular communication channels such as phone, email, chat messenger, WhatsApp, Viber, linking to documents, and support centers. Support customization of interaction messages with customers for the support button.
- It’s possible to display custom AIO for Admin, Clients, or both.
- Personalized Support: When logged in, customers can access contact information for personnel in charge of specific projects currently underway. The feature will be integrated in the upcoming version.
- Support for drag-and-drop to adjust the display position of the All-in-One Contact button icon. This occurs on sites using additional modules with fixed icons on the page, such as chat plugins like WhatsApp.
Banners/ Announcements sliders
Create and manage a list of banner sliders.
- Banner items support uploading banners, banner links, video iframes, article iframes, HTML content, etc.
- Display banner slides in supported widget areas: admin, clients, widget positions in post content, etc.
- Set display and end schedules for each banner.
- Choose popular slider effects for banners: fadeInOut, slide, flip, flipX, flipY, zoomInOut, jackInTheBox, rotateInOut.
Search menu for Perfex CRM
Accessing menus while working within a system installed with numerous modules can be quite time-consuming. Alongside the Quick Access Menu, the menu search feature will assist you in quickly finding the desired feature menu. After searching for a menu, you can also add the search results to the Quick Access Menu for swift use in subsequent work sessions.
Integration of Filtering Feature on Data Display Table
Supports optional filtering columns on all data tables within PerfexCRM & other associated modules: Customers, Contracts, Invoices, Projects, etc. The feature includes storing configurations per administrative account and supports multi-language functionality.
Quick Access Menu
Time is valuable in work. Quickly accessing frequently managed components contributes to increased work efficiency.
Create a New Quick Access Link
Go to PolyUtilities > Quick Menu. Enter the following details:
- Icon: CSS icon class supported by Font Awesome or custom icon classes. For example: fa fa-file
- Title: Display title anchor text on the quick access menu.
- Shortcut key (Hotkey): Choose a shortcut key for quick access to the link, format as one alphabet character and one numeric character.
- Link: Access link to navigate to. After entering all the necessary information, press Save to create the new quick access link.
- Target: _blank, _self, _parent,…
- Rel: follow, nofollow, noopener,…
Sort Order
- To arrange the display order of the quick access links, go to PolyUtilities > Quick Menu. In the section displaying the list of quick access links, click and drag the links to change their positions.
- Then, save to update the display order on the Quick Access Menu.
Edit or Delete Quick Access Links
- Go to PolyUtilities > Quick Menu. Perform the following options:
Delete a quick access link
- Click on the “trash” icon of the link to be deleted and confirm deletion.
Edit quick access link information
- Click on the gear icon of the corresponding link, then adjust the information: icon, title, hotkey, link.
- After that, save to update the new menu list.
Add custom JavaScript (JS)
Support for administrators to customize and manage JavaScript and CSS code for customization in Admin, Clients, or both. Integrated permission locking for editing each custom JavaScript and CSS code. Administrator with ID 1 can lock custom JavaScript and CSS code, preventing edits from other admins. This feature helps administrators ensure that custom scripts and CSS for the Perfex CRM interface remain unchanged.
Access PolyUtilities > JavaScript (JS). Select New JS file. And enter the following information:
- Title resource: Name, descriptive title for code functionality. Example: Add clock displaying time on the toolbar.
- File name: Name of the file storing the code, using characters from a->z and numbers from 0-9. If needing word separation, use the hyphen character “-“.
- Check “Do files operate within the system management section?” if allowing the code to function within the admin management part.
- Check “Do files operate within the customer’s management section?” if allowing the code to operate in the customer and user management section.
- Select both if applying the code file across the entire system. Do not select if drafting the code.
Edit Custom JavaScript
- Access PolyUtilities > JavaScript (JS). In the list of created code, select the “edit” icon to edit the corresponding code. In the adjustment section, compose the code information and then Save.
Delete Custom JavaScript
- Access PolyUtilities > JavaScript (JS). In the list of created code, click on the “trash” icon corresponding to the code and confirm deletion.
Add custom Style (CSS)
Access PolyUtilities > Style (CSS). Select New CSS file. And enter the following information:
- Title resource: Name, descriptive title for applied CSS formats. Example: CSS custom table.
- File name: Name of the file storing the CSS format, using characters from a->z and numbers from 0-9. If needing word separation, use the hyphen character “-“.
- Check “Do files operate within the system management section?” if allowing the CSS format to function within the admin management part.
- Check “Do files operate within the customer’s management section?” if allowing the CSS format to operate in the customer and user management section.
- Select both if applying the CSS format file across the entire system. Do not select if drafting the format.
Edit Custom CSS Format
- Access PolyUtilities > Style (CSS). In the list of created CSS formats, select the “edit” icon to edit the corresponding format. In the adjustment section, compose the format information and then Save.
Delete Custom CSS
- Access PolyUtilities > Style (CSS). In the list of created CSS formats, click on the “trash” icon corresponding to the format and confirm deletion.
Operations
- Breadcrumb: added breadcrumb support for Perfex CRM. Supported modules: projects, contracts, expenses, knowledge base, proposals, estimates, invoices, payments, credit notes, and items.. This list is updated based on integration and customer requests.
- Integrating a feature to support customizing the display of icon lists when collapsing the sidebar menu. (v1.0.4)
- Integration of using the Ctrl+S shortcut to save content while editing: Contracts, Projects, Project Notes, adding custom JavaScript, and CSS. These contents can often be lengthy during editing, and supporting the Ctrl+S shortcut will ensure safer and more convenient content storage compared to clicking the Save button. (v1.0.1)
- When adjusting Project information and saving, it won’t redirect to the view page. Currently, after saving Project information, it redirects to the information page, making it inconvenient to continue editing. You would need to edit the project again to access the editing section. (v1.0.1)
- Activate confirmation pop-ups for deleting notes. Prevent accidental deletion of notes with no chance of recovery.
- Fix the top menu bar in the administration section.
- Integrate a table of contents creation feature in contract drafting, articles. Assist administrators in quickly navigating to relevant sections without spending time searching.
- Integrate extended function buttons: copy customer phone numbers, emails. Integrated into tables displaying phone numbers, emails.
- Integrate a scroll-to-top feature in the administration section. Assist administrators in quickly moving to the top of the page. Support for drag-and-drop to adjust the display position of the Scroll To Top button icon. This occurs on sites using additional modules with fixed icons on the page, such as chat plugins like WhatsApp.
- And other features that we will continually research and integrate in the future. For example: swift switching from notes to projects, contracts, task assignments.
Settings
Settings (PolyUtilities > Settings)
- User can access PolyUtilities: Specify the list of accounts with the right to manage the PolyUtilities module.
- Users can access PolyUtilities/ Custom menu: Specify the list of accounts with the right to manage the custom menu list.
- Enable Sticky Menu? Customize to enable the Sticky Menu feature within the administration section.
- Enable collapsed icon-only Sidebar Menu? Enable the integration of a feature that supports customizing the display of icon lists when collapsing the sidebar menu.
- Enable quick access to the table of contents in the editor section? Customize to enable the Table of Contents feature for content using editors such as projects, articles, supporting faster content creation.
- Enable the use of custom JavaScript (JS)? Customize to enable the operation of the list of custom JavaScript codes at PolyUtilities > JavaScript (JS)?
- Enable the use of custom CascadingStyleSheets (CSS)? Customize to enable the operation of the list of custom CSS codes at PolyUtilities > Style (CSS)?
- Enable confirmation prior to deleting the note? Customize to activate a confirmation dialog for deletion action of notes.
- Enable operation functions? Customize to activate extended functionalities such as an edit button while viewing project information, copying phone numbers, emails within tables displaying this information, and additional features to be updated.
- Enable scroll to top? Customize to activate the scroll to top button within the administration section.
FAQs (Frequently Asked Questions)
Can I create multiple custom JS/CSS codes?
Yes, the utility supports creating multiple JavaScript and CSS files. Please ensure compatibility between these files and other codes within the system to prevent errors.
Can I set permissions within the module?
Yes, the utility supports permission settings: view, create, edit, delete for supported features.
Can I request additional desired features?
Certainly, as this module integrates additional utilities to assist administrators more conveniently while using the Perfex CRM system. For useful feature suggestions, we will gradually incorporate them into future updates. For especially beneficial features, we will integrate them into the nearest update.
Why doesn’t the utility use shortcuts like Ctrl, Shift, Alt, Command?
Currently, by default, Perfex CRM developers have integrated some shortcuts to meet certain needs within the system. You can refer to the list of shortcuts supported by Perfex CRM at the following at “Hotkeys for Perfex CRM“.
Allowing the setup of such shortcuts can lead to conflicts. Additionally, browser shortcuts may also conflict, so the utility chooses less common shortcuts to facilitate custom link redirection operations.
However, in subsequent updates, we will also provide a list of some operations that will use shortcuts supporting Ctrl, Shift, Alt, Command.
You can purchase PolyUtilities on which websites?
You can only purchase PolyUtilities modules on platforms within the Envato system. We exclusively sell some products there and provide customer support through Envato’s channels. Any other resale channels are not permitted and not supported.
Aside from Envato’s main support channels, can I receive support through other channels?
Certainly, we operate and provide customer support through Envato’s support channels. Additionally, in cases requiring more urgent support, you can reach us through the following channels:
- Support & Feature Request Group for PolyUtilities.
- Email: info@polyxgo.vn
Thank you
Once again, thank you so much for purchasing the PolyUtilities module for Perfex CRM. We are delighted to assist you with any inquiries related to this module. You can leave your feedback at https://codecanyon.net/user/polyxgo. We will provide support as soon as we receive your information.
Updating & Resolving Errors
NOTE: Minimum PerfexCRM version required is 3.0.0 P/S: In case you encounter any conflicts during usage, please leave feedback or contact me at polyxgo@gmail.com. I will support you right away! Thanks. -------- 2.4.1 (November 3, 2024) -------- NEW - Custom menu item type: Popup. Supports displaying custom HTML content across all 3 levels of the Sidebar menu (Setup menu and Clients to be updated later). Admins can create menus assigned to specific user accounts, clients, or roles with access permissions to view the menu content. Example: a reward announcement board for personnel in the 'marketing roles' group (marketing department). - Custom JavaScript, CSS: integrated permission locking for editing each custom JavaScript and CSS code. Administrator with ID 1 can lock custom JavaScript and CSS code, preventing edits from other admins. This feature helps administrators ensure that custom scripts and CSS for the Perfex CRM interface remain unchanged. UPDATED - Support for drag-and-drop to adjust the display position of the All-in-One Contact button icon. - Support for drag-and-drop to adjust the display position of the Scroll to Top button on the page. FIXED - Temporarily removed hook event handling in $ajax & fetch setup from routes containing the slug /chat. Handling may conflict with modules that also hook into this event, causing one of the two modules to malfunction. Other routes remain unaffected. - Fixed overlapping issues when setting the positions of the All-in-One Contact button and Scroll to Top button. This occurs on sites using additional modules with fixed icons on the page, such as chat plugins like WhatsApp. -------- 2.3.3 (October 25, 2024) -------- FIXED - Fixed the column display filter issue in the Sales/Invoices section with the 'Year' field (thanks to my customer's feedback). - Fixed the sidebar menu item style issue. -------- 2.3.2 (October 22, 2024) -------- NEW - Add languages and translations: Portugese and Brazil (Portugese BR). FIXED - Addressed issues reported by customers: Unable to Edit Lead Information. -------- 2.3.1 (October 17, 2024) -------- NEW - Handle styling for the confirmation popup for delete actions within the PerfexCRM system. - Add languages and translations: Turkish, French, and German. FIXED - Addressed issues reported by customers. -------- 2.3.0 (October 16, 2024) -------- NEW - Multiple activate/ deactivate modules. - Client menu: Support sorting and grouping of client-side menus when the customer logs in: Projects, Contracts, Invoices, Estimates, Proposals, Subscriptions, and Support. - Widgets: Feature buttons for "activate," "duplicate," and "delete" widget content are integrated into widget headers (PolyUtilities/Widgets)). - CSRF: Integration of CSRF token support on systems where this feature is enabled. Support csrf_regenerate = true, regenerate token on every submission. - Add languages & translations: English, Spanish, Vietnamese. FIXED - Custom client-side menu and submenu items that require login are incorrectly displayed even when not logged in. - Login conflict error when accessing custom client group menu items. -------- 2.2.1 (October 11, 2024) -------- NEW - Updated breadcrumb support for proposals, estimates, invoices, payments, credit notes, and items. FIXED - Fixed an issue where the editor covered other related elements. -------- 2.2.0 (October 8, 2024) -------- NEW - Added breadcrumb support for Perfex CRM. Supported modules: projects, contracts, expenses, knowledge base (This list is updated based on integration and customer requests). - Support for displaying 2-level menus in Perfex CRM on the client side. - Added a new menu item: setup/PolyUtilities. Admins can use this to re-enable the PolyUtilities menu if it was previously disabled. CHANGED - Temporarily switch the editing and sorting of custom menus to postback. Fix display issues of custom menus that are not showing correctly. FIXED - Fixed the divider issue in the sidebar & resolved the non-functional third-level setup menu. - Fixed the display issue for the drag-and-drop area in level 3 menus. - Fixed the missing `rel` and `target` attributes in level 2 menus. - Fixed the `iframe` menu type feature for level 3 menus. - Excluded the current menu item from the parent menu list if it is being edited. - Fixed the issue where editing a level 3 menu item caused it to be moved to the end of the list. - Fixed the issue with incorrect order of default client menus: Login, Register, Knowledge Base. - Fixed full-width display for menu items of type `iframe`. Applications like Google Sheets and embedded sites will be displayed in full width in the admin panel. - Fixed the issue with default icon display in collapsed menu mode for menu items without icons and without showing the menu label. - Fixed the scroll-to-top issue in the Table of Contents: projects and knowledge base conflict in the latest version of Perfex CRM. Resolved the issue with the Tinymce toolbar sticking to the top when scrolling over other elements. -------- 2.0.0 (August 22, 2024) -------- NEW - Banners: Manage and distribute slider banners displayed in widget areas. Supports uploading images, links, or embedding YouTube iframes and other platforms. UPDATED - Custom menu: Added CSS customization. Supports custom CSS styling for aligning, coloring, font-size, etc., for menu items. - Custom menu: Added option to remove custom menu icons. - Widgets area: Added Customer dashboard header widgets area. Supports displaying custom notification data, top banners on the customer account dashboard. - Data table columns filter: Feature to activate/deactivate the use of column display filters on data tables. - Added tooltips describing feature information. CHANGED - AJAX handling for menu components: type, target, rels, roles, etc. FIXED - Fixed issues & validation checks for updating and editing custom menu items. -------- 1.3.0 (July 10, 2024) -------- UPDATED - Allow permission assignment for each custom setup menu for accounts with Administrator rights (except id 1). - Set up to allow the Administrator with id 1 to designate the list of accounts authorized to use the PolyUtilities module and the PolyUtilities/Custom menu (by default, only the Administrator with id 1 has this permission). CHANGED - Adjusted the style of the user access list display. - Custom permission positions for users on the menus do not show the Administrator account with id 1. This account by default has the highest permissions in the system. FIXED - Fixed SVG display issue on the menus. - Fixed the issue of saving custom menu links when drag-dropping to reorder menu items. -------- 1.2.0 (June 15, 2024) -------- UPDATED - Adjusted the icon search feature where necessary. - Fixed the issue of saving SVG icons in menus. - Optimized the size of JavaScript and CSS files, integrated with Webpack to minify CSS and JS. CHANGED - Updated the styles and layout of module components. - Modified the sidebar menu search box style to align with PerfexCRM. - Updated the user profile style next to the logo. FIXED - Fixed the issue where the customer menu did not display after a menu reset. - Fixed the issue where custom menus for logged-in customers still showed register and login menus. - Fixed issues with operations on JavaScript and CSS files in the code editor. - Fixed customer feedback issues in production environments. -------- 1.1.1 (May 22, 2024) -------- FIXED - Fixed PHP Warning errors when the development environment is activated. -------- 1.1.0 (May 19, 2024) -------- NEW UPDATE - Integrated menu reset feature: sidebar, setup, client. - Integrated confirmation popup for deleting Widgets. - Integrated widget cloning feature. - Integrated custom menu cloning feature: sidebar, setting, client. CHANGED - Changed VueJS library to vue.global.prod.js version. - Enable or disable custom JS/CSS for Admin/Client from the list. - Synchronized CSS for displaying Popup according to PerfexCRM style. FIXED - Fixed issue where the confirmation button was not displayed when adding new custom Javascript/Cascading style sheet. -------- 1.0.9 (May 6, 2024) -------- NEW UPDATE - Supports viewing a popup that displays detailed todo content and actions when clicking on a todo item. - Scroll to top when clicking the menu item Setup. - Add a close button for the Setup menu at the bottom of the list. Scroll to top when clicking the menu item. - Display account information below the main logo in the admin section. - Supports displaying or hiding menu items in the sidebar & setup section. Combines features to customize different menu groups for various modules within the same system. - Integrate Type Divider when creating custom menu items. Support creating spacing to divide different menu groups on the sidebar menu and setup. - When the Backup module is active, pressing the delete button for the backup database list will display a confirmation popup dialog. CHANGED - Optimize, adjust, and modify the programming code for some features. FIXED - Fix issues related to activation, deactivation, and notifications regarding the config/my_routes.php file. Message: require_once(/www/your_site/modules/poly_utilities/config/my_routes.php): Failed to open stream: No such file or directory. Filename: config/my_routes.php. - Fix issues related to the Appointly module's routes. - The widget displaying content in the middle of the article duplicates the content from the beginning of the article widget. - Disable the table of contents feature on small screen devices. - Custom Menu: Fix the issue where iframe content cannot be interacted with. -------- 1.0.8 (April 21, 2024) -------- NEW UPDATE - Custom menu: supports creating, editing, deleting, and grouping lists of sidebar, setup, and clients menus. Manage display permissions for menus and custom menu groups according to roles & users. - Support for creating search links for information across various data tables: Tasks, Projects, Customers,... and sharing them in the workflow. For example, sharing a link that displays all Tasks related to the keyword "custom menu". CHANGED - Display scroll bar when the quick access menu has too many items. -------- 1.0.7 - February 10, 2024 -------- NEW UPDATE - WIDGETS: Integrate widget functionality to display data at any location within PerfexCRM. The widget feature operates similarly to WordPress CMS. PolyUtilities will support hook positions corresponding to widget-supported positions without the need to intervene in the CRM source code. For this widget feature, Polyxgo supports displaying data from third-party modules on demand. - Integrate an icon to support 'Login as Client' for the Customer List section and various customer information display locations. Aid administrators in visually previewing customer information that is visible to them. - Remember the Activate/Deactivate options for the list of modules. Supports retaining previously displayed states. CHANGED - Integration supports Line-Break in the custom JavaScript and CSS code editor. FIXED - Fix the issue of displaying the project details page on mobile where it overflows the screen width due to the Avatar and project status being on the same line as the long project title. - Adjust the permissions for using features. -------- 1.0.6 - January 04, 2024 -------- NEW UPDATE - Display menu labels when hovering over icons if the Collapsed Menu feature is activated. - Quick Access Menu: Add options to activate features, quick additional activation in PolyUtilities/Settings. - Search Menu: Add an option to activate the Search Menu in PolyUtilities/Settings. -------- 1.0.4 -> 1.0.5 - January 02, 2023 -------- NEW UPDATE - Search Menu: Accessing menus while working within a system installed with numerous modules can be quite time-consuming. Alongside the Quick Access Menu, the menu search feature will assist you in quickly finding the desired feature menu. After searching for a menu, you can also add the search results to the Quick Access Menu for swift use in subsequent work sessions. (v1.0.5) - Custom JavaScript code editing with the option to embed script/CSS links from CDN. This supports users in inserting widgets, chatbots, etc., more conveniently. - Option to place custom JavaScript code at the header or footer of the page. CHANGE - Adjust default display of the collapsed icon when activating the icon-only Sidebar Menu. FIXED - Utilize the default sidebar menu without activating the Collapsed feature on mobile and small interfaces. -------- 1.0.3 -> 1.0.4 - December 29, 2023 -------- NEW UPDATE - Menu: Integrating a feature to support customizing the display of icon lists when collapsing the sidebar menu. (Thank you, manuelfer13, for your request and suggestions). -------- 1.0.2 -> 1.0.3 - December 21, 2023 -------- NEW UPDATE - AIO: The All-in-one Support feature helps you connect with customers through popular communication channels such as phone, email, chat messenger, WhatsApp, Viber, linking to documents, and support centers. Support customization of interaction messages with customers for the support button. - Quick Access Menu: The support feature allows creating quick links for the Quick Access Menu in the main menu and the settings menu. - Modules: Display a list of active/deactivated modules or both. CHANGED - Modify the list of icons on the PolyUtilities Modules menu. - Standardize the design of notification dialog boxes across the features of the module. FIXED - Customizable table list titles: Fix the issue of not displaying the interface for certain tables that lack data. -------- 1.0.1 -> 1.0.2 - December 16, 2023 -------- NEW UPDATE - Customizable table list titles: Integrated popup dialog displaying title lists, supporting compatibility on mobile & desktop. CHANGED - Customize JS/CSS: Reduced the number of confirm popups during code writing. Added support for Ctrl+S shortcut to save code while editing. - Settings: Activate each feature independently, remove the Save button. FIXED - Editor: Fixed occasional errors with Hotkeys Ctrl+S during saving project information, project notes, and article drafting. - Quick Access Menu: Sorting by dragging is now triggered only upon icon press, avoiding drag-drop errors while editing on mobile. - Customizable table list titles: Resolved page reload issue when selecting displayed titles. - Mobile display: Rectified Quick Access Menu display on mobile. Fixed PolyUtilities-related text input zoom issue on IOS while inputting data. - Fix error of not loading or viewing custom JavaScript code and CSS formatting. -------- 1.0.0 -> 1.0.1 - December 7, 2023 -------- NEW UPDATE - Customization of column information display filters across Customer, Contracts, Projects, Invoices, Posts, and Custom JS/CSS editor sections. - Integration of Ctrl+S shortcut to save Contracts, Contract notes, and Articles. - Integrate attributes for link tags: rel, target when creating links in the Quick Access Menu. CHANGED - Enhanced search integration, improved visual icons for the Quick Access Menu. FIXED - Table of Contents adjustments: No longer generating Table of Contents when content lacks header tags.