# Apps.Receipts.Processor **Repository Path**: mirrors_RocketChat/Apps.Receipts.Processor ## Basic Information - **Project Name**: Apps.Receipts.Processor - **Description**: Automatic expense reporter that reads all your receipts - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-08 - **Last Updated**: 2026-02-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
We’ve all wasted hours squinting at crumpled receipts and battling spreadsheets. With the AI Receipts Processor, manual expense tracking becomes obsolete. This app transforms piles of receipts into organized reports with AI-powered precision.
npm install -g @rocket.chat/apps-cli
Verify if the CLI has been installed:
rc-apps -v
git clone https://github.com/RocketChat/Apps.Receipts.Processor.git
cd Apps.Receipts.Processor/app yarn install
cd app rc-apps deploy --url <server_url> --username <username> --password <password>
or
make deploy url=<URL> username=<USERNAME> password=<PASSWORD>
server_url is http://localhost:3000.username is the username of your admin user.password is the password of your admin user.Administration > Marketplace > Private Apps.
You should see the app listed there. Click on the app name to open it, then go to Settings and add your LLM provider configuration./receipt list: Display all your receipt records./receipt room: Display your receipt records specific to the current room or channel./receipt date YYYY-MM-DD: Display your receipt records for a specific date./receipt date from YYYY-MM-DD to YYYY-MM-DD: Display your receipt records within a specified date range./receipt spending_report: Generate a spending report for all receipts in the current room./receipt spending_report category <category>: Generate a spending report for a specific category./receipt help: Show all available receipt commands.You can now simply type what you want in plain English — no need to remember exact commands by tagging the bot, Here are some examples:
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue. Don't forget to give the project a star! Thanks again!
git checkout -b feat/AmazingFeature)git commit -m 'feat: adds some amazing feature')git push origin feat/AmazingFeature)