All Projects → hello-efficiency-inc → Ridereceipts

hello-efficiency-inc / Ridereceipts

Licence: other
🚕 Simple automation desktop app to download and organize your receipts from Uber/Lyft. Try out our new Ride Receipts PRO !

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Ridereceipts

DropPoint
Make drag-and-drop easier using DropPoint. Drag content without having to open side-by-side windows
Stars: ✭ 303 (+158.97%)
Mutual labels:  productivity, utility, electron-app
Pomodorologger
Pomodoro Logger 🕤 -- When a time tracker meets Pomodoro and Kanban board
Stars: ✭ 316 (+170.09%)
Mutual labels:  productivity, desktop-app
Surfbird
A Microblogging client built on Electron and Vue
Stars: ✭ 309 (+164.1%)
Mutual labels:  electron-app, desktop-app
Headless Chrome Crawler
Distributed crawler powered by Headless Chrome
Stars: ✭ 5,129 (+4283.76%)
Mutual labels:  scraper, chromium
Bunqdesktop
The unofficial, free and open source desktop application for the bunq API
Stars: ✭ 271 (+131.62%)
Mutual labels:  electron-app, desktop-app
Isolate
Lightweight image browser
Stars: ✭ 284 (+142.74%)
Mutual labels:  productivity, desktop-app
Super Productivity
To-do list & time tracker for programmers and other digital workers with Jira, Github, and Gitlab integration
Stars: ✭ 4,505 (+3750.43%)
Mutual labels:  productivity, electron-app
powerlet
⚡️ Chrome Extension to quickly find and run bookmarklets
Stars: ✭ 17 (-85.47%)
Mutual labels:  productivity, utility
Tip
Programmable tooltip that can be used with any Mac OS app
Stars: ✭ 798 (+582.05%)
Mutual labels:  productivity, utility
Slowquitapps
Add a global delay to Command-Q to stop accidental app quits.
Stars: ✭ 916 (+682.91%)
Mutual labels:  productivity, utility
Goat
POSIX-compliant shell movement boosting hack for real ninjas (aka `cd x` and `cd ...`)
Stars: ✭ 27 (-76.92%)
Mutual labels:  productivity, utility
Mockup Generator
Mockup Generator is a macOS app built with AngularJS/Electron that sits in your menu bar allowing you to capture screenshots of your favourite websites and wrap them in device mock-ups.
Stars: ✭ 272 (+132.48%)
Mutual labels:  electron-app, desktop-app
Devdocs Macos
An unofficial DevDocs API Documentation viewer for macOS.
Stars: ✭ 258 (+120.51%)
Mutual labels:  productivity, desktop-app
Cryptocmd
Cryptocurrency historical price data library in Python. Data from https://coinmarketcap.com.
Stars: ✭ 299 (+155.56%)
Mutual labels:  utility, scraper
vscode-snippet-generator
📜 Generate snippets from code in VSCode
Stars: ✭ 31 (-73.5%)
Mutual labels:  productivity, utility
Issues
Caret issues
Stars: ✭ 326 (+178.63%)
Mutual labels:  electron-app, desktop-app
Runjs
A JavaScript playground that auto-evaluates as you type
Stars: ✭ 1,266 (+982.05%)
Mutual labels:  electron-app, desktop-app
svelte-electron-boilerplate
🧬 Create a desktop app with this user-friendly Svelte boilerplate for electron
Stars: ✭ 70 (-40.17%)
Mutual labels:  desktop-app, electron-app
chromium-swt
Create and render web UIs in Java SWT and Eclipse RCP applications.
Stars: ✭ 121 (+3.42%)
Mutual labels:  desktop-app, chromium
Goto
Alias and navigate to directories with tab completion in Linux
Stars: ✭ 698 (+496.58%)
Mutual labels:  productivity, utility

Ride Receipts

Simple automation desktop app to download and organize your receipts from Uber and Lyft.

screenshot

Download

To download Ride Receipts or purchase Ride Receipts PRO, please visit https://www.ridereceipts.io

Features

  • [x] Categorized by User Account
  • [x] Categorized by Year and Month
  • [x] Invoices are renamed by date and timestamp. E.g. Jan-30-2018-9am.PDF
  • [x] Option to filter invoices by a specific month(s) or year(s)
  • [x] Supported on Windows & Mac
  • [x] Lyft Integration
  • [x] Expenditure stat of your trip depending on your filter you choose
  • [x] Categorizes Uber and Uber Eats receipts
  • [ ] Outlook integration for Lyft

Why

Ride Receipts is essential for anyone who relies on Uber/Lyft for business travel. Whether you’re self-employed or get reimbursed by your employer for travel, you’ll likely need proper tax invoices for accounting purposes.

This was a major pain point for us every year around tax season. Since the current Uber website does not allow you to download all of your receipts for the year at once, you have to manually download, rename, and organize each of your invoices. So you’re either doing it one by one, or if you have a business profile, you still have to download them one month at a time. Uber’s monthly business travel report is great for keeping track of your trips, but these aren’t actual receipts.

We created Ride Receipts to address this painfully inefficient process, and now we’re sharing it with everyone who could benefit from this time-saving tool.

Solution

Automation! Ride Receipts is an open-source desktop app that automates the process of downloading, renaming, and organizing your Uber/Lyft receipts. Rather than logging into your Uber account to scan through each of your trips and manually download each receipt, Ride Receipts will automatically do it for you.

Your invoices will be named according to the date and time of your trip, and organized by user account, year and month, in neat and tidy folders on your computer.

Requirements

For Uber and Lyft we utilize Gmail API to scan your email only for receipts. Make sure your system has latest Chrome Browser installed (v69 or above).

Ride Receipts works on both Mac and PC.

Security

Ride Receipts does not store your login credentials, personal information or any other data. This application operates without a database. It only scans email for receipts with read-only access.

Developer Notes

Build Setup

# install dependencies
npm install

# Navigate to renderer directory and copy config example to config.js and set Google Client Id and Outlook Id
cp config.example.js config.js

# serve with hot reload at localhost:9080
npm run dev

# build electron application for production
npm run build

# build electron application for cross platform
npm run build -mwl (i.e m - macos , w - windows & l - Linux)


# lint all JS/Vue component files in `src/`
npm run lint

Powered by

Support / Contribution

Please feel free to give us suggestions or report a bug by creating a new issue via Github or messaging on Twitter: @ridereceipts. You can also email us at [email protected].

License

License by default is LGPLv3. After purchase please refer COMM-LICENSE is applied

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].