<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<OfficeApp
  xmlns="http://schemas.microsoft.com/office/appforoffice/1.1"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xmlns:bt="http://schemas.microsoft.com/office/officeappbasictypes/1.0"
  xmlns:ov="http://schemas.microsoft.com/office/taskpaneappversionoverrides"
  xsi:type="TaskPaneApp">

  <Id>7c4a9b2e-1d3f-4a5e-9c8b-2e1f0a3b4c5d</Id>
  <Version>1.0.2.12</Version>
  <ProviderName>Record to Report</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <DisplayName DefaultValue="ArthVeda Local"/>
  <Description DefaultValue="Local development add-in — loads from localhost:3001 and proxies API calls to your local backend (localhost:8000). Use manifest.staging.xml for staging."/>
  <IconUrl DefaultValue="https://localhost:3001/assets/icon-32.png"/>
  <HighResolutionIconUrl DefaultValue="https://localhost:3001/assets/icon-64.png"/>
  <SupportUrl DefaultValue="https://localhost:3001/taskpane.html"/>

  <AppDomains>
    <AppDomain>https://localhost:3001</AppDomain>
  </AppDomains>

  <Hosts>
    <Host Name="Workbook"/>
  </Hosts>

  <DefaultSettings>
    <SourceLocation DefaultValue="https://localhost:3001/taskpane.html"/>
  </DefaultSettings>

  <Permissions>ReadWriteDocument</Permissions>

  <VersionOverrides xmlns="http://schemas.microsoft.com/office/taskpaneappversionoverrides" xsi:type="VersionOverridesV1_0">
    <Requirements>
      <bt:Sets DefaultMinVersion="1.1">
        <bt:Set Name="ExcelApi" MinVersion="1.9"/>
      </bt:Sets>
    </Requirements>
    <Hosts>
      <Host xsi:type="Workbook">
        <DesktopFormFactor>
          <GetStarted>
            <Title resid="GetStarted.Title"/>
            <Description resid="GetStarted.Description"/>
            <LearnMoreUrl resid="GetStarted.LearnMoreUrl"/>
          </GetStarted>
          <FunctionFile resid="Commands.Url"/>
          <ExtensionPoint xsi:type="PrimaryCommandSurface">
            <OfficeTab id="TabHome">
              <Group id="R2R.Group.V3">
                <Label resid="R2R.GroupLabel"/>
                <Icon>
                  <bt:Image size="16" resid="Icon.16"/>
                  <bt:Image size="32" resid="Icon.32"/>
                  <bt:Image size="80" resid="Icon.80"/>
                </Icon>
                <Control xsi:type="Menu" id="R2R.ArthVedaMenu.V2">
                  <Label resid="R2R.ArthVedaMenu.Label"/>
                  <Supertip>
                    <Title resid="R2R.ArthVedaMenu.Label"/>
                    <Description resid="R2R.ArthVedaMenu.Tooltip"/>
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="Icon.16"/>
                    <bt:Image size="32" resid="Icon.32"/>
                    <bt:Image size="80" resid="Icon.80"/>
                  </Icon>
                  <Items>
                    <Item id="R2R.TaskpaneMenuItem" xsi:type="MenuItem">
                      <Label resid="R2R.TaskpaneButton.Label"/>
                      <Supertip>
                        <Title resid="R2R.TaskpaneButton.Label"/>
                        <Description resid="R2R.TaskpaneButton.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Icon.16"/>
                        <bt:Image size="32" resid="Icon.32"/>
                        <bt:Image size="80" resid="Icon.80"/>
                      </Icon>
                      <Action xsi:type="ShowTaskpane">
                        <TaskpaneId>R2R.Taskpane</TaskpaneId>
                        <SourceLocation resid="Taskpane.Url"/>
                      </Action>
                    </Item>
                    <Item id="R2R.DescriptiveNotesRolloverMenuItem" xsi:type="MenuItem">
                      <Label resid="R2R.DescNotesRollover.Label"/>
                      <Supertip>
                        <Title resid="R2R.DescNotesRollover.Label"/>
                        <Description resid="R2R.DescNotesRollover.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Icon.16"/>
                        <bt:Image size="32" resid="Icon.32"/>
                        <bt:Image size="80" resid="Icon.80"/>
                      </Icon>
                      <Action xsi:type="ShowTaskpane">
                        <TaskpaneId>R2R.DescriptiveNotesRollover</TaskpaneId>
                        <SourceLocation resid="DescriptiveNotesRollover.Url"/>
                      </Action>
                    </Item>
                    <Item id="R2R.NewGlDetectionMenuItem" xsi:type="MenuItem">
                      <Label resid="R2R.NewGlDetectionButton.Label"/>
                      <Supertip>
                        <Title resid="R2R.NewGlDetectionButton.Label"/>
                        <Description resid="R2R.NewGlDetectionButton.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Icon.16"/>
                        <bt:Image size="32" resid="Icon.32"/>
                        <bt:Image size="80" resid="Icon.80"/>
                      </Icon>
                      <Action xsi:type="ShowTaskpane">
                        <TaskpaneId>R2R.NewGlDetection</TaskpaneId>
                        <SourceLocation resid="NewGlDetection.Url"/>
                      </Action>
                    </Item>
                    <Item id="R2R.NotesGenerationMenuItem" xsi:type="MenuItem">
                      <Label resid="R2R.NotesGenerationButton.Label"/>
                      <Supertip>
                        <Title resid="R2R.NotesGenerationButton.Label"/>
                        <Description resid="R2R.NotesGeneration.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Icon.16"/>
                        <bt:Image size="32" resid="Icon.32"/>
                        <bt:Image size="80" resid="Icon.80"/>
                      </Icon>
                      <Action xsi:type="ShowTaskpane">
                        <TaskpaneId>R2R.NotesGeneration</TaskpaneId>
                        <SourceLocation resid="NotesGeneration.Url"/>
                      </Action>
                    </Item>
                    <Item id="R2R.PolicyDetectionMenuItem" xsi:type="MenuItem">
                      <Label resid="R2R.PolicyDetectionButton.Label"/>
                      <Supertip>
                        <Title resid="R2R.PolicyDetectionButton.Label"/>
                        <Description resid="R2R.PolicyDetection.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Icon.16"/>
                        <bt:Image size="32" resid="Icon.32"/>
                        <bt:Image size="80" resid="Icon.80"/>
                      </Icon>
                      <Action xsi:type="ShowTaskpane">
                        <TaskpaneId>R2R.PolicyDetection</TaskpaneId>
                        <SourceLocation resid="PolicyDetection.Url"/>
                      </Action>
                    </Item>
                    <Item id="R2R.DuplicateItemsMenuItem" xsi:type="MenuItem">
                      <Label resid="R2R.DuplicateItemsButton.Label"/>
                      <Supertip>
                        <Title resid="R2R.DuplicateItemsButton.Label"/>
                        <Description resid="R2R.DuplicateItemsButton.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Icon.16"/>
                        <bt:Image size="32" resid="Icon.32"/>
                        <bt:Image size="80" resid="Icon.80"/>
                      </Icon>
                      <Action xsi:type="ShowTaskpane">
                        <TaskpaneId>R2R.DuplicateItems</TaskpaneId>
                        <SourceLocation resid="DuplicateItems.Url"/>
                      </Action>
                    </Item>
                    <Item id="R2R.ReportingUnitMenuItem" xsi:type="MenuItem">
                      <Label resid="R2R.ReportingUnitButton.Label"/>
                      <Supertip>
                        <Title resid="R2R.ReportingUnitButton.Label"/>
                        <Description resid="R2R.ReportingUnitButton.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Icon.16"/>
                        <bt:Image size="32" resid="Icon.32"/>
                        <bt:Image size="80" resid="Icon.80"/>
                      </Icon>
                      <Action xsi:type="ShowTaskpane">
                        <TaskpaneId>R2R.ReportingUnit</TaskpaneId>
                        <SourceLocation resid="ReportingUnit.Url"/>
                      </Action>
                    </Item>
                    <Item id="R2R.SocieReviewMenuItem" xsi:type="MenuItem">
                      <Label resid="R2R.SocieReviewButton.Label"/>
                      <Supertip>
                        <Title resid="R2R.SocieReviewButton.Label"/>
                        <Description resid="R2R.SocieReviewButton.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Icon.16"/>
                        <bt:Image size="32" resid="Icon.32"/>
                        <bt:Image size="80" resid="Icon.80"/>
                      </Icon>
                      <Action xsi:type="ShowTaskpane">
                        <TaskpaneId>R2R.SocieReview</TaskpaneId>
                        <SourceLocation resid="SocieReview.Url"/>
                      </Action>
                    </Item>
                    <Item id="R2R.CashFlowReviewMenuItem" xsi:type="MenuItem">
                      <Label resid="R2R.CashFlowReviewButton.Label"/>
                      <Supertip>
                        <Title resid="R2R.CashFlowReviewButton.Label"/>
                        <Description resid="R2R.CashFlowReviewButton.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Icon.16"/>
                        <bt:Image size="32" resid="Icon.32"/>
                        <bt:Image size="80" resid="Icon.80"/>
                      </Icon>
                      <Action xsi:type="ShowTaskpane">
                        <TaskpaneId>R2R.CashFlowReview</TaskpaneId>
                        <SourceLocation resid="CashFlowReview.Url"/>
                      </Action>
                    </Item>
                    <Item id="R2R.StatementHeadingMenuItem" xsi:type="MenuItem">
                      <Label resid="R2R.StatementHeadingButton.Label"/>
                      <Supertip>
                        <Title resid="R2R.StatementHeadingButton.Label"/>
                        <Description resid="R2R.StatementHeading.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Icon.16"/>
                        <bt:Image size="32" resid="Icon.32"/>
                        <bt:Image size="80" resid="Icon.80"/>
                      </Icon>
                      <Action xsi:type="ShowTaskpane">
                        <TaskpaneId>R2R.StatementHeading</TaskpaneId>
                        <SourceLocation resid="StatementHeading.Url"/>
                      </Action>
                    </Item>
                    <Item id="R2R.MarkRestatedMenuItem" xsi:type="MenuItem">
                      <Label resid="R2R.MarkRestatedButton.Label"/>
                      <Supertip>
                        <Title resid="R2R.MarkRestatedButton.Label"/>
                        <Description resid="R2R.MarkRestated.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Icon.16"/>
                        <bt:Image size="32" resid="Icon.32"/>
                        <bt:Image size="80" resid="Icon.80"/>
                      </Icon>
                      <Action xsi:type="ShowTaskpane">
                        <TaskpaneId>R2R.MarkRestated</TaskpaneId>
                        <SourceLocation resid="MarkRestated.Url"/>
                      </Action>
                    </Item>
                    <Item id="R2R.SignatoriesMenuItem" xsi:type="MenuItem">
                      <Label resid="R2R.SignatoriesButton.Label"/>
                      <Supertip>
                        <Title resid="R2R.SignatoriesButton.Label"/>
                        <Description resid="R2R.Signatories.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Icon.16"/>
                        <bt:Image size="32" resid="Icon.32"/>
                        <bt:Image size="80" resid="Icon.80"/>
                      </Icon>
                      <Action xsi:type="ShowTaskpane">
                        <TaskpaneId>R2R.Signatories</TaskpaneId>
                        <SourceLocation resid="Signatories.Url"/>
                      </Action>
                    </Item>
                    <Item id="R2R.LineItemSuggestionMenuItem" xsi:type="MenuItem">
                      <Label resid="R2R.LineItemSuggest.Label"/>
                      <Supertip>
                        <Title resid="R2R.LineItemSuggest.Label"/>
                        <Description resid="R2R.LineItemSuggest.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Icon.16"/>
                        <bt:Image size="32" resid="Icon.32"/>
                        <bt:Image size="80" resid="Icon.80"/>
                      </Icon>
                      <Action xsi:type="ShowTaskpane">
                        <TaskpaneId>R2R.LineItemSuggestion</TaskpaneId>
                        <SourceLocation resid="LineItemSuggestion.Url"/>
                      </Action>
                    </Item>
                    <Item id="R2R.MissingDescriptiveDisclosuresMenuItem" xsi:type="MenuItem">
                      <Label resid="R2R.MissingDisclosures.Label"/>
                      <Supertip>
                        <Title resid="R2R.MissingDisclosures.Label"/>
                        <Description resid="R2R.MissingDisclosures.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Icon.16"/>
                        <bt:Image size="32" resid="Icon.32"/>
                        <bt:Image size="80" resid="Icon.80"/>
                      </Icon>
                      <Action xsi:type="ShowTaskpane">
                        <TaskpaneId>R2R.MissingDescriptiveDisclosures</TaskpaneId>
                        <SourceLocation resid="MissingDisclosures.Url"/>
                      </Action>
                    </Item>
                    <Item id="R2R.PPEFootnotesMenuItem" xsi:type="MenuItem">
                      <Label resid="R2R.PPEFootnotesButton.Label"/>
                      <Supertip>
                        <Description resid="R2R.PPEFootnotesButton.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Icon.16"/>
                        <bt:Image size="32" resid="Icon.32"/>
                        <bt:Image size="80" resid="Icon.80"/>
                      </Icon>
                      <Action xsi:type="ShowTaskpane">
                        <TaskpaneId>R2R.PPEFootnotes</TaskpaneId>
                        <SourceLocation resid="PPEFootnotes.Url"/>
                      </Action>
                    </Item>
                    <Item id="R2R.MaterialityPresentationMenuItem" xsi:type="MenuItem">
                      <Label resid="R2R.MaterialityPres.Label"/>
                      <Supertip>
                        <Title resid="R2R.MaterialityPres.Label"/>
                        <Description resid="R2R.MaterialityPres.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Icon.16"/>
                        <bt:Image size="32" resid="Icon.32"/>
                        <bt:Image size="80" resid="Icon.80"/>
                      </Icon>
                      <Action xsi:type="ShowTaskpane">
                        <TaskpaneId>R2R.MaterialityPresentation</TaskpaneId>
                        <SourceLocation resid="MaterialityPresentation.Url"/>
                      </Action>
                    </Item>
                    <Item id="R2R.AuditFeesMenuItem" xsi:type="MenuItem">
                      <Label resid="R2R.AuditFeesButton.Label"/>
                      <Supertip>
                        <Title resid="R2R.AuditFeesButton.Label"/>
                        <Description resid="R2R.AuditFeesButton.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Icon.16"/>
                        <bt:Image size="32" resid="Icon.32"/>
                        <bt:Image size="80" resid="Icon.80"/>
                      </Icon>
                      <Action xsi:type="ShowTaskpane">
                        <TaskpaneId>R2R.AuditFees</TaskpaneId>
                        <SourceLocation resid="AuditFees.Url"/>
                      </Action>
                    </Item>
                    <Item id="R2R.AmendmentAlertMenuItem" xsi:type="MenuItem">
                      <Label resid="R2R.AmendmentAlertButton.Label"/>
                      <Supertip>
                        <Title resid="R2R.AmendmentAlertButton.Label"/>
                        <Description resid="R2R.AmendmentAlertButton.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Icon.16"/>
                        <bt:Image size="32" resid="Icon.32"/>
                        <bt:Image size="80" resid="Icon.80"/>
                      </Icon>
                      <Action xsi:type="ShowTaskpane">
                        <TaskpaneId>R2R.AmendmentAlert</TaskpaneId>
                        <SourceLocation resid="AmendmentAlert.Url"/>
                      </Action>
                    </Item>
                    <Item id="R2R.SpellGrammarMenuItem" xsi:type="MenuItem">
                      <Label resid="R2R.SpellGrammarButton.Label"/>
                      <Supertip>
                        <Title resid="R2R.SpellGrammarButton.Label"/>
                        <Description resid="R2R.SpellGrammarButton.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Icon.16"/>
                        <bt:Image size="32" resid="Icon.32"/>
                        <bt:Image size="80" resid="Icon.80"/>
                      </Icon>
                      <Action xsi:type="ShowTaskpane">
                        <TaskpaneId>R2R.SpellGrammar</TaskpaneId>
                        <SourceLocation resid="SpellGrammar.Url"/>
                      </Action>
                    </Item>
                    <Item id="R2R.TermConsistencyMenuItem" xsi:type="MenuItem">
                      <Label resid="R2R.TermConsistencyButton.Label"/>
                      <Supertip>
                        <Title resid="R2R.TermConsistencyButton.Label"/>
                        <Description resid="R2R.TermConsistency.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Icon.16"/>
                        <bt:Image size="32" resid="Icon.32"/>
                        <bt:Image size="80" resid="Icon.80"/>
                      </Icon>
                      <Action xsi:type="ShowTaskpane">
                        <TaskpaneId>R2R.TermConsistency</TaskpaneId>
                        <SourceLocation resid="TermConsistency.Url"/>
                      </Action>
                    </Item>
                    <Item id="R2R.DisclosureConsistencyMenuItem" xsi:type="MenuItem">
                      <Label resid="R2R.DisclosureCons.Label"/>
                      <Supertip>
                        <Title resid="R2R.DisclosureCons.Label"/>
                        <Description resid="R2R.DisclosureCons.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Icon.16"/>
                        <bt:Image size="32" resid="Icon.32"/>
                        <bt:Image size="80" resid="Icon.80"/>
                      </Icon>
                      <Action xsi:type="ShowTaskpane">
                        <TaskpaneId>R2R.DisclosureConsistency</TaskpaneId>
                        <SourceLocation resid="DisclosureConsistency.Url"/>
                      </Action>
                    </Item>
                    <Item id="R2R.UnchangedNoteAmountsMenuItem" xsi:type="MenuItem">
                      <Label resid="R2R.UnchangedNote.Label"/>
                      <Supertip>
                        <Title resid="R2R.UnchangedNote.Label"/>
                        <Description resid="R2R.UnchangedNote.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Icon.16"/>
                        <bt:Image size="32" resid="Icon.32"/>
                        <bt:Image size="80" resid="Icon.80"/>
                      </Icon>
                      <Action xsi:type="ShowTaskpane">
                        <TaskpaneId>R2R.UnchangedNoteAmounts</TaskpaneId>
                        <SourceLocation resid="UnchangedNoteAmounts.Url"/>
                      </Action>
                    </Item>
                    <Item id="R2R.ComplianceMenuItem" xsi:type="MenuItem">
                      <Label resid="R2R.ComplianceButton.Label"/>
                      <Supertip>
                        <Title resid="R2R.ComplianceButton.Label"/>
                        <Description resid="R2R.Compliance.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Icon.16"/>
                        <bt:Image size="32" resid="Icon.32"/>
                        <bt:Image size="80" resid="Icon.80"/>
                      </Icon>
                      <Action xsi:type="ShowTaskpane">
                        <TaskpaneId>R2R.Compliance</TaskpaneId>
                        <SourceLocation resid="Compliance.Url"/>
                      </Action>
                    </Item>
                    <Item id="R2R.FinancialRatiosMenuItem" xsi:type="MenuItem">
                      <Label resid="R2R.FinancialRatiosButton.Label"/>
                      <Supertip>
                        <Title resid="R2R.FinancialRatiosButton.Label"/>
                        <Description resid="R2R.FinancialRatios.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Icon.16"/>
                        <bt:Image size="32" resid="Icon.32"/>
                        <bt:Image size="80" resid="Icon.80"/>
                      </Icon>
                      <Action xsi:type="ShowTaskpane">
                        <TaskpaneId>R2R.FinancialRatios</TaskpaneId>
                        <SourceLocation resid="FinancialRatios.Url"/>
                      </Action>
                    </Item>
                    <Item id="R2R.UnusualBalancesMenuItem" xsi:type="MenuItem">
                      <Label resid="R2R.UnusualBalancesButton.Label"/>
                      <Supertip>
                        <Title resid="R2R.UnusualBalancesButton.Label"/>
                        <Description resid="R2R.UnusualBalances.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Icon.16"/>
                        <bt:Image size="32" resid="Icon.32"/>
                        <bt:Image size="80" resid="Icon.80"/>
                      </Icon>
                      <Action xsi:type="ShowTaskpane">
                        <TaskpaneId>R2R.UnusualBalances</TaskpaneId>
                        <SourceLocation resid="UnusualBalances.Url"/>
                      </Action>
                    </Item>
                    <!-- Hidden from ribbon; keep WorkbookShell URL/strings + src/workbook-shell for future use.
                    <Item id="R2R.WorkbookShellMenuItem" xsi:type="MenuItem">
                      <Label resid="R2R.WorkbookShellButton.Label"/>
                      <Supertip>
                        <Title resid="R2R.WorkbookShellButton.Label"/>
                        <Description resid="R2R.WorkbookShellButton.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Icon.16"/>
                        <bt:Image size="32" resid="Icon.32"/>
                        <bt:Image size="80" resid="Icon.80"/>
                      </Icon>
                      <Action xsi:type="ShowTaskpane">
                        <TaskpaneId>R2R.WorkbookShell</TaskpaneId>
                        <SourceLocation resid="WorkbookShell.Url"/>
                      </Action>
                    </Item>
                    -->
                    <Item id="R2R.ValidationListMenuItem" xsi:type="MenuItem">
                      <Label resid="R2R.ValidationListButton.Label"/>
                      <Supertip>
                        <Title resid="R2R.ValidationListButton.Label"/>
                        <Description resid="R2R.ValidationListButton.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Icon.16"/>
                        <bt:Image size="32" resid="Icon.32"/>
                        <bt:Image size="80" resid="Icon.80"/>
                      </Icon>
                      <Action xsi:type="ExecuteFunction">
                        <FunctionName>showValidationList</FunctionName>
                      </Action>
                    </Item>
                    <Item id="R2R.ManualJvMenuItem" xsi:type="MenuItem">
                      <Label resid="R2R.ManualJvButton.Label"/>
                      <Supertip>
                        <Title resid="R2R.ManualJvButton.Label"/>
                        <Description resid="R2R.ManualJvButton.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Icon.16"/>
                        <bt:Image size="32" resid="Icon.32"/>
                        <bt:Image size="80" resid="Icon.80"/>
                      </Icon>
                      <Action xsi:type="ExecuteFunction">
                        <FunctionName>showManualJv</FunctionName>
                      </Action>
                    </Item>
                  </Items>
                </Control>
                <Control xsi:type="Button" id="R2R.DescriptiveNotesRolloverButton">
                  <Label resid="R2R.DescNotesRollover.Label"/>
                  <Supertip>
                    <Title resid="R2R.DescNotesRollover.Label"/>
                    <Description resid="R2R.DescNotesRollover.Tooltip"/>
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="Icon.16"/>
                    <bt:Image size="32" resid="Icon.32"/>
                    <bt:Image size="80" resid="Icon.80"/>
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <TaskpaneId>R2R.DescriptiveNotesRollover</TaskpaneId>
                    <SourceLocation resid="DescriptiveNotesRollover.Url"/>
                  </Action>
                </Control>
              </Group>
            </OfficeTab>
          </ExtensionPoint>
        </DesktopFormFactor>
      </Host>
    </Hosts>

    <Resources>
      <bt:Images>
        <bt:Image id="Icon.16" DefaultValue="https://localhost:3001/assets/icon-16.png"/>
        <bt:Image id="Icon.32" DefaultValue="https://localhost:3001/assets/icon-32.png"/>
        <bt:Image id="Icon.80" DefaultValue="https://localhost:3001/assets/icon-80.png"/>
      </bt:Images>
      <bt:Urls>
        <bt:Url id="GetStarted.LearnMoreUrl" DefaultValue="https://localhost:3001/taskpane.html"/>
        <bt:Url id="Commands.Url" DefaultValue="https://localhost:3001/commands.html"/>
        <bt:Url id="Taskpane.Url" DefaultValue="https://localhost:3001/taskpane.html"/>
        <bt:Url id="NotesGeneration.Url" DefaultValue="https://localhost:3001/notes-generation.html"/>
        <bt:Url id="NewGlDetection.Url" DefaultValue="https://localhost:3001/new-gl-detection.html"/>
        <bt:Url id="PolicyDetection.Url" DefaultValue="https://localhost:3001/policy-detection.html"/>
        <bt:Url id="DuplicateItems.Url" DefaultValue="https://localhost:3001/duplicate-items.html"/>
        <bt:Url id="ReportingUnit.Url" DefaultValue="https://localhost:3001/reporting-unit.html"/>
        <bt:Url id="SocieReview.Url" DefaultValue="https://localhost:3001/socie-review.html"/>
        <bt:Url id="CashFlowReview.Url" DefaultValue="https://localhost:3001/cash-flow-review.html"/>
        <bt:Url id="DescriptiveNotesRollover.Url" DefaultValue="https://localhost:3001/taskpane.html?panel=descriptive-notes"/>
        <bt:Url id="StatementHeading.Url" DefaultValue="https://localhost:3001/statement-heading.html"/>
        <bt:Url id="MarkRestated.Url" DefaultValue="https://localhost:3001/mark-restated.html"/>
        <bt:Url id="Signatories.Url" DefaultValue="https://localhost:3001/signatories.html"/>
        <bt:Url id="LineItemSuggestion.Url" DefaultValue="https://localhost:3001/line-item-suggestion.html"/>
        <bt:Url id="MissingDisclosures.Url" DefaultValue="https://localhost:3001/missing-descriptive-disclosures.html"/>
        <bt:Url id="PPEFootnotes.Url" DefaultValue="https://localhost:3001/ppe-footnotes.html"/>
        <bt:Url id="MaterialityPresentation.Url" DefaultValue="https://localhost:3001/materiality-presentation.html"/>
        <bt:Url id="AuditFees.Url" DefaultValue="https://localhost:3001/taskpane.html?panel=audit-fees"/>
        <bt:Url id="AmendmentAlert.Url" DefaultValue="https://localhost:3001/taskpane.html?panel=amendment-alert"/>
        <bt:Url id="SpellGrammar.Url" DefaultValue="https://localhost:3001/spell-grammar.html"/>
        <bt:Url id="FinancialRatios.Url" DefaultValue="https://localhost:3001/financial-ratios.html"/>
        <bt:Url id="UnusualBalances.Url" DefaultValue="https://localhost:3001/unusual-balances.html"/>
        <bt:Url id="TermConsistency.Url" DefaultValue="https://localhost:3001/term-consistency.html"/>
        <bt:Url id="DisclosureConsistency.Url" DefaultValue="https://localhost:3001/disclosure-consistency.html"/>
        <bt:Url id="UnchangedNoteAmounts.Url" DefaultValue="https://localhost:3001/unchanged-note-amounts.html"/>
        <bt:Url id="Compliance.Url" DefaultValue="https://localhost:3001/compliance.html"/>
        <bt:Url id="WorkbookShell.Url" DefaultValue="https://localhost:3001/workbook-shell.html"/>
        <bt:Url id="ManualJv.Url" DefaultValue="https://localhost:3001/manual-jv.html"/>
      </bt:Urls>
      <bt:ShortStrings>
        <bt:String id="GetStarted.Title" DefaultValue="ArthVeda Local"/>
        <bt:String id="R2R.GroupLabel" DefaultValue="ArthVeda Local"/>
        <bt:String id="R2R.ArthVedaMenu.Label" DefaultValue="ArthVeda Local"/>
        <bt:String id="R2R.TaskpaneButton.Label" DefaultValue="Summary"/>
        <bt:String id="R2R.NewGlDetectionButton.Label" DefaultValue="New GL Detection"/>
        <bt:String id="R2R.NotesGenerationButton.Label" DefaultValue="Notes Generation"/>
        <bt:String id="R2R.PolicyDetectionButton.Label" DefaultValue="Policy Detection"/>
        <bt:String id="R2R.DuplicateItemsButton.Label" DefaultValue="Duplicate Items"/>
        <bt:String id="R2R.ReportingUnitButton.Label" DefaultValue="Reporting Unit"/>
        <bt:String id="R2R.SocieReviewButton.Label" DefaultValue="SOCIE Review"/>
        <bt:String id="R2R.CashFlowReviewButton.Label" DefaultValue="Cash Flow Placement"/>
        <bt:String id="R2R.DescNotesRollover.Label" DefaultValue="Descriptive Notes Rollover"/>
        <bt:String id="R2R.StatementHeadingButton.Label" DefaultValue="Statement Heading"/>
        <bt:String id="R2R.MarkRestatedButton.Label" DefaultValue="Mark Restated"/>
        <bt:String id="R2R.SignatoriesButton.Label" DefaultValue="Signatories"/>
        <bt:String id="R2R.LineItemSuggest.Label" DefaultValue="Line Item Suggestion"/>
        <bt:String id="R2R.MissingDisclosures.Label" DefaultValue="Missing Disclosures"/>
        <bt:String id="R2R.PPEFootnotesButton.Label" DefaultValue="PPE Footnotes"/>
        <bt:String id="R2R.MaterialityPres.Label" DefaultValue="Materiality Presentation"/>
        <bt:String id="R2R.AuditFeesButton.Label" DefaultValue="Audit Fees"/>
        <bt:String id="R2R.AmendmentAlertButton.Label" DefaultValue="Amendment Alert"/>
        <bt:String id="R2R.SpellGrammarButton.Label" DefaultValue="Spell &amp; Grammar"/>
        <bt:String id="R2R.FinancialRatiosButton.Label" DefaultValue="Financial Ratios"/>
        <bt:String id="R2R.UnusualBalancesButton.Label" DefaultValue="Unusual Balances"/>
        <bt:String id="R2R.TermConsistencyButton.Label" DefaultValue="Term Consistency"/>
        <bt:String id="R2R.DisclosureCons.Label" DefaultValue="Disclosure Consistency"/>
        <bt:String id="R2R.UnchangedNote.Label" DefaultValue="Unchanged Note Amounts"/>
        <bt:String id="R2R.ComplianceButton.Label" DefaultValue="Compliance"/>
        <bt:String id="R2R.WorkbookShellButton.Label" DefaultValue="Workbook"/>
        <bt:String id="R2R.ValidationListButton.Label" DefaultValue="Validation List"/>
        <bt:String id="R2R.ManualJvButton.Label" DefaultValue="Manual JV"/>
      </bt:ShortStrings>
      <bt:LongStrings>
        <bt:String id="GetStarted.Description" DefaultValue="Open ArthVeda to review GL, notes, policies, and workbook summary."/>
        <bt:String id="R2R.ArthVedaMenu.Tooltip" DefaultValue="Open ArthVeda features: Summary, GL detection, notes, policies, duplicates, reporting unit, headings, assistants, spell check, financial ratios, validation, and Manual JV"/>
        <bt:String id="R2R.TaskpaneButton.Tooltip" DefaultValue="Open workbook summary sidebar for additions, modifications, and deletions"/>
        <bt:String id="R2R.NewGlDetectionButton.Tooltip" DefaultValue="Review and map newly detected GL accounts"/>
        <bt:String id="R2R.NotesGeneration.Tooltip" DefaultValue="Review zero-value notes, new note blocks, and face-sheet mappings"/>
        <bt:String id="R2R.PolicyDetection.Tooltip" DefaultValue="Review accounting policy additions, enhancements, and removals"/>
        <bt:String id="R2R.DuplicateItemsButton.Tooltip" DefaultValue="Review and hide duplicate disclosures across notes"/>
        <bt:String id="R2R.ReportingUnitButton.Tooltip" DefaultValue="Confirm or decline presentation reporting unit changes"/>
        <bt:String id="R2R.SocieReviewButton.Tooltip" DefaultValue="Review SOCIE year rollover and Base File amount mismatches"/>
        <bt:String id="R2R.CashFlowReviewButton.Tooltip" DefaultValue="Review and accept AI-suggested cash flow statement line placements"/>
        <bt:String id="R2R.DescNotesRollover.Tooltip" DefaultValue="Review and apply descriptive notes year-rollover suggestions before TB upload"/>
        <bt:String id="R2R.StatementHeading.Tooltip" DefaultValue="Review and apply period heading updates on statements"/>
        <bt:String id="R2R.MarkRestated.Tooltip" DefaultValue="Mark previous-year period headers as restated for the selected row"/>
        <bt:String id="R2R.Signatories.Tooltip" DefaultValue="Locate and apply statutory auditor and board signatory blocks"/>
        <bt:String id="R2R.LineItemSuggest.Tooltip" DefaultValue="Extract note hierarchy and insert line-item suggestions"/>
        <bt:String id="R2R.MissingDisclosures.Tooltip" DefaultValue="Scan and insert missing descriptive disclosure blocks"/>
        <bt:String id="R2R.PPEFootnotesButton.Tooltip" DefaultValue="Review and accept missing PPE narrative footnotes with preview highlights"/>
        <bt:String id="R2R.MaterialityPres.Tooltip" DefaultValue="Scan Other Expenses and Other Income for Schedule III materiality breakout"/>
        <bt:String id="R2R.AuditFeesButton.Tooltip" DefaultValue="Plan and apply Payment to auditors disclosure from fee email"/>
        <bt:String id="R2R.AmendmentAlertButton.Tooltip" DefaultValue="Notify which face FSLIs are affected by Ind AS amendments (before/after review)"/>
        <bt:String id="R2R.SpellGrammarButton.Tooltip" DefaultValue="Run spell and grammar review and cell proofread"/>
        <bt:String id="R2R.FinancialRatios.Tooltip" DefaultValue="Generate ratio variance remarks and insert into the Ratios sheet"/>
        <bt:String id="R2R.UnusualBalances.Tooltip" DefaultValue="Review unusual TB balances and highlight ArthVeda remarks"/>
        <bt:String id="R2R.TermConsistency.Tooltip" DefaultValue="Find inconsistent financial terminology against BS and P&amp;L faces"/>
        <bt:String id="R2R.DisclosureCons.Tooltip" DefaultValue="Find face and policy vs notes conflicts and highlight target rows"/>
        <bt:String id="R2R.UnchangedNote.Tooltip" DefaultValue="Flag note CY amounts unchanged vs base SFS and highlight target cells"/>
        <bt:String id="R2R.Compliance.Tooltip" DefaultValue="Screen CSR, NBFC, MSME, Startup India, and SEBI regulatory applicability"/>
        <bt:String id="R2R.WorkbookShellButton.Tooltip" DefaultValue="Save, download, restore versions, and protect sheets"/>
        <bt:String id="R2R.ValidationListButton.Tooltip" DefaultValue="Show SFS validation checklist for this workbook"/>
        <bt:String id="R2R.ManualJvButton.Tooltip" DefaultValue="Review Manual JV lines and create the ME sheet from Base File headers"/>
      </bt:LongStrings>
    </Resources>
    <WebApplicationInfo>
      <Id>32c25dcf-d474-4d5e-b862-be92285b831d</Id>
      <Resource>api://localhost:3001/32c25dcf-d474-4d5e-b862-be92285b831d</Resource>
      <Scopes>
        <Scope>openid</Scope>
        <Scope>profile</Scope>
        <Scope>User.Read</Scope>
      </Scopes>
    </WebApplicationInfo>
  </VersionOverrides>
</OfficeApp>
