Coder Social home page Coder Social logo

metaware / angular-invoicing Goto Github PK

View Code? Open in Web Editor NEW
662.0 37.0 268.0 148 KB

Create free and unlimited one off invoices using this little Invoicing app made with Angular JS

Home Page: http://metaware.github.io/angular-invoicing/

CSS 17.68% JavaScript 40.86% HTML 41.46%

angular-invoicing's Introduction

Angular Invoicing

Use this extremely small and lightweight project built in Angular JS to build your one off Invoices. No monthly fees, No Subscriptions - No heavy duty features, Just simple invoices.

Usage

Use this project here: Angular Invoicing or clone it and customize it to your hearts content.

Feature Requests

Feel free to open any issues/pull requests if you have any feature requests.

Roadmap

  • Add Discounts feature
  • Add multiple currency support

Contributors

##Demo Link http://metaware.github.io/angular-invoicing/

License

No license restrictions, use it however and wherever you want - Commercial, Personal, Non-profit however you please. Just send us a quick note letting us know this project came handy and we'll be flattered. :)

angular-invoicing's People

Contributors

grummfy avatar jasdeepsingh avatar manpreetnarang avatar phil-hudson avatar shaikhimran786 avatar smoopmeister avatar yaworsw 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  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

angular-invoicing's Issues

Remove "print mode"

Print mode adds unneeded complexity to the app. You can get the same effect with CSS media queries.

For example:

@media print 
{
    .noPrint 
    {
        display:none;
    }
}
@media screen
{
    /* All other CSS goes here */
}

Anything with the noPrint class will be hidden when the user prints or print-previews the page.

Print button not working

I just noticed this while updating my version.

$scope.printInfo = function() {
window.print();
};

Seems to have disappeared in the latest version of main.js.

Tax removal/change

Is it possible to change the word "Tax" to something like say "GST" or completely remove it if not required like the items in the description

Allow for the Enter key to submit a form field

It would be great if the enter key could submit a form field, rather than having to click outside of the field manually. This would make quick changes much easier.

Thanks for creating this!

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.