Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR introduces multiple enhancements and refactorings in the expense module: #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Uh oh!
There was an error while loading. Please reload this page.
This PR introduces multiple enhancements and refactorings in the expense module: #7
Changes from all commits
3bdf98e1f3a6eb74227d2c320422ddbef5fe94c991a6f51ab3a269eff4a62f4d978fc1f83f3ac30d62881a18bbd0b82ce80d42348ad2fa16a55cb2541226895b717542fb863151a4e0cfe7d7013f324b4f724e2ae834b7ad8c8ab849362305307f8f9bb77c120913367a32106db652b3c254fff6d9d892d2572032634863e56178a35f7dc00210a21f6f37223d51e0eeb24db20cae060e5f51288cfbdd5db554c4a71c2db03261632f032b41807683403272706cad732cffa4c362c520fab5e1e97395f8eb93367e89c3c9d59604623803e17665ecb87aac203d2f318f7c2145deec666aabb03f53b745ed4b957e204796e12c5376d808d50cfb5619d28421b570c442620141596c6eb025ff82caea123b1c6bfc3765aeecd1481f048cea4804c491e5f971f7File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
EnterpriseExpenseManagementSystemEnterprise Expense Tracker β BackendA Spring Boot REST API for enterprise expense management β handles authentication, multi-level approvals, analytics, audit logs, PDF generation, and email delivery.
π Frontend UI: enterprise-expense-tracker-ui
Tech Stack
Features
Auth & RBAC β JWT-based login, role-based access for employees, managers, and admins.
Expense Management β Submit, edit, and track expenses with file/receipt attachments.
Approval Workflow β Multi-level approval with full history and audit trail.
Analytics β Monthly, weekly, and category-wise expense breakdowns.
Invoice Management β Generate and track invoices with status management.
PDF Export β Generate expense reports and email them automatically.
Audit Logs β Full activity tracking for compliance and transparency.
Notifications β In-app and email notifications for key events.
Getting Started
Prerequisites: Java 17+, Maven, PostgreSQL, Docker (optional)
git clone https://github.com/sagarboyal/enterprise-expense-tracker-backend.git cd enterprise-expense-tracker-backendCreate a
.envfile in the root directory:Using Docker:
docker build -t expense-tracker-backend . docker run -p 8080:8080 --env-file .env expense-tracker-backendProject Structure
Roadmap
Contact
License
MIT
Uh oh!
There was an error while loading. Please reload this page.