🔍 Code Extractor

Search Components

Full-Text: Fast keyword matching | Semantic: AI-powered understanding of intent (finds similar concepts)

Search Results for "reporting"

Found 41 matching component(s)

  • function check_fixes

    A diagnostic function that prints a comprehensive summary report of email notification fixes implemented in a CDocs system, verifying template files and documenting debugging enhancements.

    File: /tf/active/vicechatdev/fix_summary.py

    diagnostic verification email-templates cdocs debugging
  • function extract_warranty_data_improved

    Parses markdown-formatted warranty documentation to extract structured warranty data including IDs, titles, sections, disclosure text, and reference citations.

    File: /tf/active/vicechatdev/improved_convert_disclosures_to_table.py

    markdown-parsing text-extraction warranty-processing document-parsing regex
  • function create_excel_report_improved

    Creates a multi-sheet Excel report from warranty data, including main report, summary view, complete data, references, and statistics sheets with auto-formatted columns.

    File: /tf/active/vicechatdev/improved_convert_disclosures_to_table.py

    excel reporting data-export pandas multi-sheet
  • function extract_warranty_data

    Parses markdown-formatted warranty documentation to extract structured warranty information including IDs, titles, sections, source document counts, warranty text, and disclosure content.

    File: /tf/active/vicechatdev/convert_disclosures_to_table.py

    markdown-parsing data-extraction warranty-processing text-processing regex
  • function create_csv_report

    Creates two CSV reports (summary and detailed) from warranty data, writing warranty information to files with different levels of detail.

    File: /tf/active/vicechatdev/convert_disclosures_to_table.py

    csv reporting file-io data-export warranty
  • function create_excel_report

    Creates a multi-sheet Excel report from warranty data, including main report, summary view, complete data, and statistics sheets with auto-formatted columns.

    File: /tf/active/vicechatdev/convert_disclosures_to_table.py

    excel reporting data-export pandas openpyxl
  • function quick_clean

    Cleans flock data by identifying and removing flocks that have treatment records with timing inconsistencies (treatments administered outside the flock's start/end date range).

    File: /tf/active/vicechatdev/quick_cleaner.py

    data-cleaning data-quality flock-management livestock poultry
  • function main_v7

    Main entry point for a Streamlit-based FileCloud Data Processor application that handles authentication, session state management, and navigation between multiple modules including document audit, controlled documents, settings, and reports.

    File: /tf/active/vicechatdev/datacapture_integrated.py

    streamlit application-entry-point authentication navigation session-management
  • class DocumentConverter

    A class that converts various document formats (Word, Excel, PowerPoint, OpenDocument, Visio) to PDF using LibreOffice's headless conversion capabilities, with support for parallel processing and directory structure preservation.

    File: /tf/active/vicechatdev/pdfconverter.py

    document-conversion pdf libreoffice batch-processing parallel-processing
  • function show_critical_errors

    Displays critical data quality errors in treatment records, focusing on date anomalies including 1900 dates, extreme future dates, and extreme past dates relative to flock lifecycles.

    File: /tf/active/vicechatdev/data_quality_dashboard.py

    data-quality validation error-reporting date-validation data-analysis
  • function analyze_flock_type_patterns

    Analyzes and prints timing pattern statistics for flock data by categorizing issues that occur before start time and after end time, grouped by flock type.

    File: /tf/active/vicechatdev/data_quality_dashboard.py

    data-analysis pandas timing-patterns flock-management aggregation
  • function analyze_problematic_products

    Analyzes and prints statistical information about products involved in severe timing issues, including product frequency counts and their associated diagnostic classes.

    File: /tf/active/vicechatdev/data_quality_dashboard.py

    data-analysis healthcare medical-products timing-issues diagnostic-analysis
  • function show_problematic_flocks

    Analyzes and displays problematic flocks from a dataset by identifying those with systematic timing issues in their treatment records, categorizing them by severity and volume.

    File: /tf/active/vicechatdev/data_quality_dashboard.py

    data-quality reporting diagnostics livestock-management data-validation
  • function analyze_temporal_trends

    Analyzes and prints temporal trends in timing issues for treatments that occur before flock start dates or after flock end dates, breaking down occurrences by year and month.

    File: /tf/active/vicechatdev/data_quality_dashboard.py

    temporal-analysis data-quality time-series reporting data-validation
  • function generate_action_report

    Generates a comprehensive corrective action report for data quality issues in treatment records, categorizing actions by urgency and providing impact assessment.

    File: /tf/active/vicechatdev/data_quality_dashboard.py

    data-quality reporting veterinary treatment-records data-validation
  • function compare_datasets

    Analyzes and compares two pandas DataFrames containing flock data (original vs cleaned), printing detailed statistics about removed records, type distributions, and impact assessment.

    File: /tf/active/vicechatdev/data_quality_dashboard.py

    data-quality comparison analysis reporting statistics
  • function generate_neo4j_schema_report

    Generates a comprehensive schema report of a Neo4j graph database, including node labels, relationships, properties, constraints, indexes, and sample data, outputting multiple report formats (JSON, HTML, Python snippets, Cypher examples).

    File: /tf/active/vicechatdev/neo4j_schema_report.py

    neo4j graph-database schema-analysis database-introspection documentation-generation
  • function print_status

    Prints a formatted status report for SharePoint to FileCloud synchronization operations, displaying sync statistics, timing information, and health indicators.

    File: /tf/active/vicechatdev/SPFCsync/monitor.py

    reporting monitoring status console-output sync
  • function main_v22

    Orchestrates a comprehensive SharePoint connection diagnostic tool that validates Azure AD authentication and SharePoint access by running multiple tests and reporting results.

    File: /tf/active/vicechatdev/SPFCsync/diagnose_sharepoint.py

    diagnostics sharepoint azure-ad authentication testing
  • function analyze_structure

    Analyzes and reports on the folder structure of a SharePoint site, displaying folder paths, file counts, and searching for expected folder patterns.

    File: /tf/active/vicechatdev/SPFCsync/analyze_structure.py

    sharepoint analysis folder-structure microsoft-graph audit
  • class SharePointGraphClient

    SharePoint client using Microsoft Graph API. This bypasses SharePoint REST API app-only token issues.

    File: /tf/active/vicechatdev/SPFCsync/sharepoint_graph_client.py

    class sharepointgraphclient
  • function compare_with_expected_folders

    Compares SharePoint folders found via Microsoft Graph API against a predefined list of expected folder names from a reference screenshot, reporting matches, missing folders, and additional folders.

    File: /tf/active/vicechatdev/SPFCsync/test_folder_structure.py

    sharepoint validation folder-comparison microsoft-graph testing
  • class GraphClient

    GraphClient is a client class for interacting with Microsoft Graph API, providing authentication and access to various Microsoft 365 services including users, groups, drives, teams, and more.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/graph_client.py

    microsoft-graph azure-ad authentication oauth2 microsoft-365
  • class AuthenticationStrengthUsage

    A data container class that organizes Conditional Access policies into two collections based on whether they require MFA (Multi-Factor Authentication) claims or not.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/directory/authentication/strength_usage.py

    authentication conditional-access mfa multi-factor-authentication security-policy
  • class AnalyticsUsageEntry

    A SharePoint analytics class that provides static methods to log user or system events into the SharePoint analytics pipeline.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/analytics/usage_entry.py

    sharepoint analytics logging events tracking
  • class CollaborationInsightsData

    A data class representing collaboration insights data for SharePoint tenant administration, containing information about collaborative users and the last report date.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/tenant/administration/collaboration/insights_data.py

    sharepoint collaboration insights tenant-admin data-transfer-object
  • class SiteStatus

    An enumeration-style class that defines status codes for modern SharePoint sites, representing different states during site lifecycle.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/portal/sites/status.py

    sharepoint enumeration status-codes constants site-management
  • class PendingReviewItemsStatistics

    A data class representing statistics for pending review items in SharePoint's compliance policy system, tracking label information for items awaiting review.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/compliance/pending_review_items_statistics.py

    sharepoint compliance policy review statistics
  • class DateTimeFieldFormatType

    An enumeration-style class that defines constants for specifying date and time display formats.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/fields/datetime_field_format_type.py

    enumeration constants datetime formatting display
  • class AnalyticsSignal

    A class representing analytics signal data about an action performed by an actor on an item in SharePoint Search Analytics.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/search/analytics/signal.py

    sharepoint analytics search office365 client-value
  • class ReportBase

    ReportBase is a base class representing a report entity in Microsoft Office Server Search REST API, inheriting from ClientValue to provide client-side value representation.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/search/reports/base.py

    office365 sharepoint search rest-api report
  • class ReportAbandonedQueries

    A report class that identifies popular search queries with low click-through rates in SharePoint, helping to improve content discoverability and user satisfaction.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/search/reports/abandoned_queries.py

    sharepoint search-analytics reporting click-through-rate user-experience
  • class ReportTopQueries

    A specialized report class for retrieving top search queries from SharePoint Search REST API.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/search/reports/top_queries.py

    sharepoint search reporting analytics rest-api
  • class ViewData

    A data class representing view statistics for SharePoint Publishing content, tracking total hits and total users.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/publishing/video/view_data.py

    sharepoint publishing analytics view-statistics data-model
  • class TeamsAsyncOperationStatus

    An enumeration class that defines status codes for Microsoft Teams asynchronous operations, providing named constants for different operation states.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/teams/operations/async_status.py

    enumeration status-codes microsoft-teams async-operations constants
  • class ReportRoot

    ReportRoot is a container class for accessing Azure Active Directory (Azure AD) reporting resources, providing methods to retrieve various Microsoft 365 usage and activity reports.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/reports/root.py

    azure-ad microsoft-graph reporting analytics office365
  • class Report

    A class representing a report that wraps content appropriate for a specific context, inheriting from ClientValue for use in Office 365 API interactions.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/reports/report.py

    office365 report data-container client-value serialization
  • class UserRegistrationMethodCount

    A data class that represents the count of users registered for a specific authentication method in Office 365.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/reports/userregistration/method_count.py

    office365 authentication user-statistics data-container client-value
  • class UserRegistrationMethodSummary

    A data class representing a summary of user registration methods, tracking the total number of users and their registered authentication methods in a tenant.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/reports/userregistration/method_summary.py

    office365 microsoft365 authentication user-registration reporting
  • class DeviceManagement

    DeviceManagement is a class representing a tenant's collection of device identities pre-staged in Microsoft Intune, including enrollment profiles and device management capabilities.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/intune/devices/management/management.py

    intune device-management microsoft-graph entity mobile-device-management
  • class DeviceManagementReports

    A class representing a Device Management Reports entity in Microsoft 365, inheriting from the Entity base class.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/intune/devices/management/reports/reports.py

    microsoft-365 intune device-management reports entity

Search Examples