Files
crm.clientright.ru/libraries/jquery/pivot/css/jquery.pivot.css
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

52 lines
1.4 KiB
CSS

pre {border:1px solid grey; background:#EFE4B0; padding:10px;}
span.em { font-style:italic; text-decoration:underline;}
#res, #res2 {margin-top:20px}
table.pivot ul {list-style-image:none; list-style-type:none; }
table.pivot {border-collapse : collapse;border : solid 1px black;text-align : right;}
table.pivot td.resultcell, table.pivot .foldunfold{text-decoration : underline; cursor:pointer; white-space:nowrap;}
table.pivot th, table.pivot td{padding :5px;}
table.pivot tr.head{font-size : larger;text-align : center;}
table.pivot .total{background-color : #E7F4FE; white-space:nowrap;}
table.pivot tr.total th{text-align : left;}
table.pivot tr.total td, table.pivot tr.total th{border-top : solid 1px black;}
table.pivot td.total{border-left : solid 1px black;}
table.pivot tr.head th.groupby{background-color : #E7F4FE;}
table.pivot tr.head th.pivotcol{background-color : #E7F4FE;font-size : smaller;border : solid 1px black;font-weight: bold;}
table.pivot th.groupby{text-align:left;font-weight : bold;}
table.pivot .foldunfold
{
color : Black;
background-image : url('images/navigate_minus.png');
background-repeat : no-repeat;
background-position:left;
padding-left:18px;
}
table.pivot .foldunfold.collapsed{background-image : url('images/navigate_plus.png');}
th, th a, th:hover, th a:hover {
color: #000 !important;
text-decoration: none;
}
#reportDetails table tr th {
}