# Reconcilation

**Go to Reporting → Reconciliation to find Invoice Reconciliation**

This feature will be enabled if we enable appsetting ShouldShowReportingReconcilationTab to true

![](https://2861565768-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8yyZBiQiKX8E79qF6MQC%2Fuploads%2F5zFcNSElnqeIJs0o06Gs%2Fimage.png?alt=media\&token=16438408-29f4-4920-9a6a-23bc5b293531)

This tab gives us the Invoice Reconciliation between Invoice usage and Cost Export

* ![](https://2861565768-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8yyZBiQiKX8E79qF6MQC%2Fuploads%2FW8NxI2VM7SY51vb4246K%2Fimage.png?alt=media\&token=13c23277-72ab-4759-a1bd-fe9e25de4241)

Here we have some filters to list subscriptions, billing cycle , status and which data we should compared to&#x20;

In Summary -> We will show relevant details on billing cycle, Invoice no and Subscription with grid which is summation of total compared value.

![](https://2861565768-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8yyZBiQiKX8E79qF6MQC%2Fuploads%2FJIgueYlJ6W5IQYpF7oGE%2Fimage.png?alt=media\&token=7de1d039-4847-43e6-94f2-7764ca5d6144)

This page is used to report issue if we have to track as an issue.

![](https://2861565768-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8yyZBiQiKX8E79qF6MQC%2Fuploads%2Fk4a96e9DHxQlQ93INdXc%2Fimage.png?alt=media\&token=4390e393-ebee-43e2-97ad-fc26515d637c)

This grid values the Meter name, Category, Subcategory, Region name and Matched status if Invoice Usage and Cost Export value matched and mismatched if both differs, and subsequent columns will be variation compared

On clicking the grid it will navidate to this page to look for individual variation

![](https://2861565768-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8yyZBiQiKX8E79qF6MQC%2Fuploads%2FAxXlbJpJ01ZmeNVfNp7P%2Fimage.png?alt=media\&token=c64312f9-5c22-42e6-9cef-e0d789cbffb9)

This been done by two tasks in coconut

1. Downloader task

AzureInvoiceUsageDownloaderBatchTask - To download invoice usage from azure and save it as files in azure storage.

2. Spark Task

AzureInvoiceUsageMonthlyExport - To fetch data from downloaded file and seed it in db

The cost export data and Invoice usage data will be compared and seed it in Metadata&#x20;
