Code Monkey home page Code Monkey logo

quotation's Introduction

QUOTATION [DEMO SITE]

Easy tool for making quotation.

Usage

Make cofig/config.js

Write your company's information in cofig/config.js.

const company = 
  {
    "name": "<Your company name>",
    "zipCode": "",
    "address": "",
    "tel": "",
    "logoPath": "./images/logo.svg",
    "sealPath": "./images/seal.svg",
    "bank": "**銀行",
    "branch": "**支店",
    "typeOfAccount": "普通",
    "accountNumber": "111-1111111",
    "accountHolder": ""
  };

export default company;

Set Images

Save your campany's logo and seal images to images/.

Make json file

Make json file like this format.

{
  "details": [
  {
    "description": "",
    "quantity": 1,
    "unit": "",
    "price": 100
  },
  {
    "description": "",
    "quantity": 1,
    "unit": "",
    "price": 100
  }
],
"client":
  {
    "name": "<Client name>",
    "title": "<Title>"
  },
"dateAndNumbers": 
  {
    "date": "2021年5月27日",
    "no": "2021-05-27-01",
    "validUntil": "2021年6月10日",
    "delivery": "2021年6月30日",
    "payment": "月末締め翌月末払い"
  }
}

Run

This app uses ESmodules. So you shoud run local server to use this app.

for example

$ python3 -m http.server

quotation's People

Contributors

l4ph avatar minorin22 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.