Giter Site home page Giter Site logo

airportsystem's Introduction

README

This is an interesting side project I’m working on that ties a payments platform to a market-specific Point of Sale system.

This is targeted at small airports and aircraft owners. The overriding concept is an extension of the concept of in-house accounts. Many aircraft owners have in-house accounts with the airport at which they’re based that they add transactions to and pay them off monthly. This application allows any airport on the platform to add charges to any “in-house account”, effectively mimicking the function of PayPal or Venmo. Actual payments would be done by me on the back end via ACH draft.

This application uses Ruby on Rails with a bit of vanilla Javascript. Unique features of this application are extensive finanical calculations done in various models and encrypted storage of bank account credientails using the attr_encrypted gem.

General gemstack information:

devise - provides authentication

simple_form - general form builder

bootstrap-sass - imports the twitter bootstrap framework

stripe - installed to support credit card payments, decided not to integrate at this point because I wanted to fully flesh out the ACH use case

figaro - used to store environmental variables

will_paginate - basic pagination gem

qbo_api - api framework to communicate with QuickBooks Online. Began integration, but have not completed

oauth2 - OAuth as required for Quickbooks integration

acts_as_paranoid - prevents accidental deletion of invoices that would mess up balances of accounts

postmark-rails - API wrapper for postmark, used as emailer for transactional emails

recaptcha - imports Google recaptcha via API to prevent spam sign ups

attr_encrypted - gem supporting credential encryption

This application should be considered incomplete as of 9/12/17, but can be viewed at www.AeroPay.io

airportsystem's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.