Giter VIP home page Giter VIP logo

active_invoices's Introduction

Active Invoices is a very simple Ruby on Rails invoicing application, built using the amazing active_admin gem.

Installation & Usage

Clone the repository:

git clone https://github.com/ianmurrays/active_invoices

And run the following commands:

bundle install
rake db:schema:load # or you can run rake db:migrate

You're going to need to create a user on the database using irb:

rails console
>> AdminUser.create! :email => "[email protected]", :password => "admin", :password_confirmation => "admin", :admin => true

You'll need to generate the assets for Active_admin:

rails g active_admin:assets

Now, run rails server and point your server to http://localhost:3000 and try out your new installation.

active_invoices's People

Contributors

ianmurrays avatar pawel2105 avatar wmoore avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

active_invoices's Issues

Removing VAT from inputted item

I would like to be able to input a price which includes VAT/tax and it calculates and removes the VAT from that amount.
How would I go about doing this?
Thanks, Dean

add item

Hi! Sorry, but I'm not strong in Ruby yet, so can't understand how to add Item in invoice. When I create new invoice and click Add item nothing happened (in logs too).
I'll be grateful for help.

Is there a good way to calculate the totals while adding Items?

Hi there.

Is there a good way to actually calculate the totals (subtotals, taxes, discounts, totals) while adding and modifying the items?

This is really easy to do with regular Rails, but I have no idea how to do this with ActiveAdmin. I guess there should be a "simple" way to make this work.

Thanks in advance!

How would you add a client side?

I know this is going to be a huge question but I'll ask anyway.

Say I want my clients to login and pay for their invoices. How would I go about using the same AA interface or other namespace to create a client end?

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.