https://github.com/badoo/receptionapp
Application for guests to sign in and sign off while in the office
https://github.com/badoo/receptionapp
Last synced: about 1 year ago
JSON representation
Application for guests to sign in and sign off while in the office
- Host: GitHub
- URL: https://github.com/badoo/receptionapp
- Owner: badoo
- License: mit
- Created: 2015-08-10T12:01:50.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-27T13:48:48.000Z (almost 11 years ago)
- Last Synced: 2024-08-09T13:17:08.128Z (almost 2 years ago)
- Language: Objective-C
- Size: 496 KB
- Stars: 15
- Watchers: 38
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### About
We use `ReceptionApp` internally for tracking visitors in our office.
It allows easy sign-in and sign-out functionality with additional following features:
* Visitors are required to input personal information, like name, company, employee they came to see.
* Visitors are required to sign "*Visitor agreement*" (creating a signature with a fingure). *Pdf with agreement, visitor name and signature will be generated later in the process*.
* This data is sent to receptionist's email.
* Badge is printed via AirPrint.
* List of employees is fetched from URL, images are supported too.
* Report of currently signed-in visitor can be generated.
* Each morning automatic report is generated stating visitors who signed-in yesterday but haven't signed-out.
## How to configure
1. Fork the repo and run `pod install`
2. Change the link to the list of employees (in `BRASettingsManager`). An example json can be found in `SampleEmployeeFile.json`
3. Once installed on device go to **settings** (*double tap on the logo on top of the screen*)
* Change pin code from default `0000`.
* Specify email accounts (one to receive info about visitors, and one for the iPad itself).
* Choose printer.
##### You also might want to change
* Logo image
* Visitor agreement
### License
Source code is distributed under MIT license.
### Blog
Read more at [techblog.badoo.com](https://techblog.badoo.com)