Files
crm.clientright.ru/layouts/v7/modules/ModuleBuilder/Uninstall.tpl
Fedor ac7467f0b4 Major CRM updates: AI Assistant, Court Status API, S3 integration improvements, and extensive file storage system
- Added comprehensive AI Assistant system (aiassist/ directory):
  * Vector search and embedding capabilities
  * Typebot proxy integration
  * Elastic search functionality
  * Message classification and chat history
  * MCP proxy for external integrations

- Implemented Court Status API (GetCourtStatus.php):
  * Real-time court document status checking
  * Integration with external court systems
  * Comprehensive error handling and logging

- Enhanced S3 integration:
  * Improved file backup system with metadata
  * Batch processing capabilities
  * Enhanced error logging and recovery
  * Copy operations with URL fixing

- Added Telegram contact creation API
- Improved error logging across all modules
- Enhanced callback system for AI responses
- Extensive backup file storage with timestamps
- Updated documentation and README files

- File storage improvements:
  * Thousands of backup files with proper metadata
  * Fix operations for broken file references
  * Project-specific backup and recovery systems
  * Comprehensive file integrity checking

Total: 26,461+ files added/modified including AWS SDK, vendor dependencies, and extensive backup system.
2025-10-16 11:17:21 +03:00

79 lines
3.6 KiB
Smarty

{*<!--
/************************************************************************************************
** The contents of this file are subject to the Vtiger DocuSign Module License Version 1.0
* ( "License" ); You may not use this file except in compliance with the License
* The Original Code is: Technokrafts Labs Pvt Ltd
* The Initial Developer of the Original Code is Technokrafts Labs Pvt Ltd.
* Portions created by Technokrafts Labs Pvt Ltd are Copyright ( C ) Technokrafts Labs Pvt Ltd.
* All Rights Reserved.
**
************************************************************************************************/
-->*}
{strip}
<div class="editViewPageDiv editViewContainer" id="EditViewOutgoing" style="padding-top:0px;">
<div class="col-lg-12 col-md-12 col-sm-12">
<div>
<img src="modules/ModuleBuilder/images/ModuleBuilderBig.png" alt="" title="" border="0" height="70" width="70" style="margin-top:10px;margin-left:5px;"/>
</br>
</br>
<h3 style="margin-top: 0px;">{vtranslate('LBL_UNINSTALLATION_WIZARD', $MODULE)} </h3>&nbsp;
</div>
<div style="margin-left:15px;margin-top:6px" class="row-fluid" align="center">
<form name="docusignuninstall" action="index.php" >
<input type="hidden" name="module" value="{$MODULE}" />
<input type="hidden" name="view" value="Uninstall" />
<input type="hidden" name="parent" value="Tools" />
<input type="hidden" name="step2" value="step2" />
<input type="hidden" name="step2" value="step2" />
<button class="btn btn-danger" type="submit" style="height:50px; width:250px">
<strong>{vtranslate('LBL_CLICK_TO_UNINSTALL', $MODULE)}</strong>
</button>&nbsp;&nbsp;&nbsp;&nbsp;
<a href="{$CANCEL_URL}" title="{vtranslate('LBL_BACKTO', $MODULE)}">
<button class="btn btn-success" type="button" style="height:50px; width:250px">
<strong>{vtranslate('LBL_CANCEL', $MODULE)}</strong>
</button>
</a>
</form>
</div><!--class="row-fluid"-->
<br />
<div class="gridster ready" align="center">
<ul style="position: relative; height: 100px; width:600px;">
<li class="new dashboardWidget gs_w" style="display: list-item;">
<div class="dashboardWidgetHeader">
<table width="100%" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="span5">
<div class="dashboardTitle textOverflowEllipsis" title="Sales Pipeline" style="width: 15em;">
<b>&nbsp;&nbsp;{vtranslate('LBL_NOTES', $MODULE)}</b>
</div><!--class="dashboardTitle textOverflowEllipsis"-->
</td>
</tr>
</tbody>
</table>
</div><!--class="dashboardWidgetHeader"-->
<div class="slimScrollDiv" style="position: relative; overflow: hidden; height: 100px;">
<div class="dashboardWidgetContent" style="overflow: hidden; width: auto; height: 250px;">
<div class="padding10 row-fluid" align="left">
<i style="margin-left:20px" class="fa fa-info-circle"></i>
<span style="margin-left:26px" class="span10">{vtranslate('LBL_MODULE_PERMANANT_DELETE', $MODULE)}</span>
<br />
<i style="margin-left:20px" class="fa fa-info-circle"></i>
<span style="margin-left:26px" class="span10">{vtranslate('LBL_BACKUP_REQUEST', $MODULE)}</span>
<br />
<i style="margin-left:20px" class="fa fa-info-circle"></i>
<span style="margin-left:26px" class="span10">{vtranslate('LBL_TKS_HELP', $MODULE)}</span>
</div><!--class="padding10 row-fluid"-->
</div><!--class="dashboardWidgetContent"-->
</div><!--class="slimScrollDiv"-->
</li><!--class="new dashboardWidget gs_w"-->
</ul>
</div>
</div><!--class="gridster ready"-->
</div>
{/strip}