

ReceiptSnap is an awesome iPhone application that helps users organize and track receipts by taking pictures and saving them instead of managing physical copies. Users can save the photo of their receipts with relevant tags and details to help categorize and identify for later use. Furthermore, the app can also generate reports that summarize their spendings from a specified timeframe.
It has always been an habit of mine to keep any receipts that result from credit card transactions, lest the merchant charge incorrect amounts. I've actually had to dispuate transactions 5 times so far, with significant amounts (maybe I'm just unlucky?), and digging through the receipts was extrmeley painful.
Of course, taking pictures of receipts is not a novel idea - there are already plenty of existing apps in the iOS app store. However, I decided to make one for myself, mostly to keep up-to-date with the latest technologies. This iOS application was written in Apple's 'new' language, Swift (2.0), and used several new and cutting-edge technologies such as Realm.io (a schemaless database) and RxSwift (functional paradigm in Swift). I also learned a new design tool, Sketch, to create prototypes and final designs.
Take a look at the finished product in the app store, and my detailed thought processes below!



The application can be divided into three major sections: receipts, reports, and settings. The receipts are organized in lists, in order of their date taken. The list is grouped by week or month - customizable in settings. Each row displays the receipt thumbnail and the price, as well as any other details that the user recorded (e.g. tags, title, and date). The rows also conforms to the expected iOS ux: swiping a row to the left will allow quick editing or deletion.
I thought it would be a great idea to present a custom 'empty receipts list view' that informs the user to take pictures of receipts via the camera icon on the top right. Compared to an empty list or a white background, a custom 'empty state' would reduce any possible confusion and directs the user to action at the time of startup after installing the app for the first time. I believe these small details improves the overall user experience of any application.



Users can save their receipts by either taking a picture with their camera, or selecting a pre-existing photo from their photo library. When selecting an option, their most recent pictures from their photo library are conveniently displayed for easy selection. After a picture has been selected, the user can tag relevant details such as price and categories for later use in the proceeding edit view.
Each individual receipts can be viewed in a separate screen. Swiping left or right will navigate to the next receipt, if there are any. The recorded details of the receipts are displayed, but tapping on the picture will show only the picture in an 'isolated' mode.


I decided a reports section would be useful to aggregate and analyze receipts from a specified timeframe. The reports section gives a nice overview of the data to be easily viewed in a single screen. The reports section features a quick overview of all the receipts included in the timeframe, charts that visualize data (such as the distribution of categories), and other useful information. Unfortunately, for this first version (v1.0), there are no options to export the reports just yet.


The settings page is the final section of this ReceiptSnap application. One of the configurable options is to start the camera every tkme the application loads. I think it is a convienent feature and an definite use case. The currency symbol can be configured to match the user's locale.
I realize the functionality of ReceiptSnap can be considered 'barebones' when compared to other receipt tracking applications in the wild. However, at least for version 1.0, I think it's a great start and have great potential to expand further in the future. As I wrote in the intro, the purpose of this developing this application was to learn new technology and hone my design skills - I can confidently say I have reached my objective in doing so.