Coder Social home page Coder Social logo

dev-geddy / react-invoice Goto Github PK

View Code? Open in Web Editor NEW
45.0 0.0 13.0 6.33 MB

Create and manage invoices in browser, print to PDF

Home Page: react-invoice-nu.vercel.app

HTML 1.31% JavaScript 90.96% CSS 7.73%
react invoice-generator invoice-management invoice-template invoice-pdf

react-invoice's Introduction

I've built this app for in-browser quick invoice creation. You can start using it here: https://react-invoice-nu.vercel.app/.

Features

  • Create invoice
  • Manage multiple invoices (no limit on count is set in the code)
  • Edit invoice branding
  • Edit supplier/provider details
  • Edit customer details
  • Select customer details from previous customers to auto-fill
  • Add, edit, remove invoice entries
  • Edit invoice number and series
  • Define currency
  • Define VAT rate
  • Lock invoice so you don't accidentally change it
  • Print layout. You may print invoice to a PDF or send to a printer.
  • Auto-generate invoice number based on existing invoices
  • Auto pre-fill provider details from latest invoice
  • Show/hide provider and customer forms
  • All data is stored in your browser's memory (localStorage). All data is yours.

What it looks like

Demo is available here: https://react-invoice-nu.vercel.app/.

React Invoice Screenshot

Printing

Use in-browser print functionality to print to PDF or send to your printer. Print view includes only active invoice.

React Invoice Print Preview

Running on your computer

To run it on your machine you'll need NVM to run this JS app (or simply Node v16).

Install relevant Node version by running nvm install 16. Once Node is installed run below commands within the project directory.

nvm use
yarn install
yarn start

Note: all information is stored in your Browser's LocalStorage. You may access that via Developer Tools / Application / LocalStorage. This means no information is sent anywhere, just exists and is stored on your web browser. If you update your browser or clear all history / cache, you're likely to lose all stored invoices.

Default config

Default configuration is stored in .env file. In order to define your default invoice values clone .env into .env.local and modify default config values accordingly.

Deployment

If you'd like to deploy this app for yourself, you need only a simple http server (Apache, Nginx or similar). Run yarn build and copy /build directory contents to your hosting.

react-invoice's People

Contributors

dependabot[bot] avatar dev-geddy 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

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.