Skip to content

Commit e659a19

Browse files
committed
fix: resolve conflicts
2 parents fb19259 + 21ec003 commit e659a19

193 files changed

Lines changed: 3224 additions & 1267 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Mobile-Expensify

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ android {
113113
minSdkVersion rootProject.ext.minSdkVersion
114114
targetSdkVersion rootProject.ext.targetSdkVersion
115115
multiDexEnabled rootProject.ext.multiDexEnabled
116-
versionCode 1009031700
117-
versionName "9.3.17-0"
116+
versionCode 1009031705
117+
versionName "9.3.17-5"
118118
// Supported language variants must be declared here to avoid from being removed during the compilation.
119119
// This also helps us to not include unnecessary language variants in the APK.
120120
resConfigs "en", "es"
Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,123 @@
1+
---
2+
title: View the Top Categories report
3+
description: Learn how to use the Top Categories report to understand category-level spending trends.
4+
keywords: [New Expensify, Top Categories, expense categories, category spending, monthly spending, Workspace Admin, Approver, Auditor, category insights, expense analytics, report by category]
5+
internalScope: Audience is Workspace Admins, Approvers, and Auditors. Covers using the Top Categories suggested search to view expense totals by category. Does not cover employee-level analysis or merchant-level grouping.
6+
---
7+
8+
# View the Top Categories report
9+
10+
The **Top Categories** report shows which expense categories had the highest total spend last month. It’s an easy way to:
11+
12+
- Understand where the most money is being spent
13+
- Spot trends without exporting data
14+
- Make data-driven budget decisions with less effort
15+
16+
This report is a pre-built suggested search that uses filters to group your expenses by category.
17+
18+
![Top Categories bar chart]({{site.url}}/assets/images/top-categories.png){:width="100%"}
19+
20+
---
21+
22+
## Who can use the Top Categories report
23+
24+
The Top Categories report is available to all workspace members on web and mobile.
25+
- **Workspace members** can view top categories for expenses on reports they’ve submitted or approved.
26+
- **Workspace Admins** and **Auditors** can view top categories for all expenses on the workspace.
27+
28+
---
29+
30+
## Where to find the Top Categories report
31+
32+
**Web:**
33+
Click **Reports** in the left navigation, then click **Top categories** under the **Insights** section
34+
35+
**Mobile:**
36+
Tap **Reports** from the navigation tabs on the bottom, then tap the hamburger menu in the top-right corner. Under **Insights**, tap **Top categories**.
37+
38+
---
39+
40+
## What the Top Categories report shows
41+
42+
The Top Categories report is powered by Expensify’s search query engine using grouping and filters. The report shows:
43+
44+
- All **expense categories** sorted by total spend in the last month
45+
- The **total amount spent** in each category
46+
- The **number of expenses** in each category
47+
48+
---
49+
50+
## How to interpret the Top Categories report
51+
52+
Each category entry represents a single expense category, ordered from highest to lowest total spend. The report shows:
53+
54+
- **Number of expenses** in the category
55+
- **Total amount spent** in that category
56+
57+
Select a category to review all expenses included in that grouping.
58+
59+
---
60+
61+
## How to customize the Top Categories report
62+
63+
You can adjust filters like status, expense type or employee to explore spending trends.
64+
65+
The Top Categories report is a suggested search template. You cannot save changes directly to this report, but you can create a custom version.
66+
67+
To create and save a custom report:
68+
69+
1. Go to the **Reports** or **Expenses** tab.
70+
2. Use filters to adjust the category grouping or timeframe.
71+
3. Apply filters and click **Save search** to save your custom report.
72+
73+
[Learn how to create custom reports](https://help.expensify.com/articles/new-expensify/reports-and-expenses/Using-Reports-in-New-Expensify#How-to-use-Reports-search-query-commands)
74+
75+
---
76+
77+
## How to switch the Top Categories report to table view
78+
79+
By default, the Top Categories report displays a bar chart. The table view shows expense categories sorted in descending order by total spend.
80+
81+
To change the view:
82+
83+
1. Click **View** in the top navigation tabs.
84+
2. Select **Table**.
85+
86+
The table view shows expense categories as rows sorted in descending order by total spend.
87+
88+
---
89+
90+
## Ways to use the Top Categories report
91+
92+
Workspace Admins and finance teams use the Top Categories report to:
93+
94+
- Monitor which expense categories are driving most of the spend
95+
- Quickly compare expense volume by category
96+
- Make budget and policy decisions without needing spreadsheets
97+
98+
---
99+
100+
# FAQ
101+
102+
## Can I export the Top Categories report?
103+
104+
The Top Categories report can’t be exported with its grouped totals or summary data directly. However, if you expand each group to reveal the individual expenses, you can then select those expenses and use Export to CSV to download the raw data.
105+
106+
To export expenses:
107+
108+
1. Go to the **Reports** or **Expenses** tab.
109+
2. Use filters to group by category and apply the same timeframe.
110+
3. Expand the category group, select the expenses, and click **Export to CSV**.
111+
112+
## What’s the difference between the Top Categories report and the Top Spenders report?
113+
114+
The **Top Categories** report shows the highest-spending **expense categories**, while the **Top Spenders** report shows which **employees** submitted the most expenses. Both reports help identify trends, but from different perspectives:
115+
116+
- Use **Top Categories** to track spending by type (e.g., Travel, Meals).
117+
- Use **Top Spenders** to track who is submitting the most expenses.
118+
119+
## How is the Top Categories report calculated?
120+
121+
The report uses all expenses from the previous calendar month and groups them by category. It shows the **top 10 categories** based on total spend.
122+
123+
---

docs/articles/new-expensify/reports-and-expenses/Using-search-operators.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ Supported groupings include:
118118
- `group-by:from`
119119
- `group-by:card`
120120
- `group-by:withdrawal-id`
121+
- `group-by:category`
121122

122123
---
123124

93.4 KB
Loading

ios/NewExpensify/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
</dict>
4545
</array>
4646
<key>CFBundleVersion</key>
47-
<string>9.3.17.0</string>
47+
<string>9.3.17.5</string>
4848
<key>FullStory</key>
4949
<dict>
5050
<key>OrgId</key>

ios/NotificationServiceExtension/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<key>CFBundleShortVersionString</key>
1414
<string>9.3.17</string>
1515
<key>CFBundleVersion</key>
16-
<string>9.3.17.0</string>
16+
<string>9.3.17.5</string>
1717
<key>NSExtension</key>
1818
<dict>
1919
<key>NSExtensionPointIdentifier</key>

ios/ShareViewController/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<key>CFBundleShortVersionString</key>
1414
<string>9.3.17</string>
1515
<key>CFBundleVersion</key>
16-
<string>9.3.17.0</string>
16+
<string>9.3.17.5</string>
1717
<key>NSExtension</key>
1818
<dict>
1919
<key>NSExtensionAttributes</key>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "new.expensify",
3-
"version": "9.3.17-0",
3+
"version": "9.3.17-5",
44
"author": "Expensify, Inc.",
55
"homepage": "https://new.expensify.com",
66
"description": "New Expensify is the next generation of Expensify: a reimagination of payments based atop a foundation of chat.",

0 commit comments

Comments
 (0)