GithubHelp home page GithubHelp logo

chart-of-accounts's Introduction

Chart of Accounts

Summary

Application that managing customer’s CoA (Chart of Accounts) - A hierarchical structure of the different accounts owned and controlled by the customer. Each account in the COA can contain sub-accounts, making the COA a tree structure.

Overview

  • React component that reads the data from the store and renders a tree view (without using an external library for tree rendering).
  • Each account in the tree that has sub-accounts (has_children=true) can be expanded.
  • An account with children can also be collapsed once expanded, the data is saved (whether or not an account node is expanded in the corresponding node object) in the redux store.
  • Each child that is expanded is given a new color in a calculated in a way to emphasize the hierarchy.
  • Refresh button - In case there is no account that can expand (no children), you can easily refresh the page.
  • (Because it's generate data)
  • Collapse all button - Collapse all the accounts with children that expanded.

Getting Started

  1. Clone the repository to your local machine git clone https://github.com/orti10/Chart-of-Accounts.git
  2. Install the dependencies by running npm i on the command line from the project directory.
  3. Open the terminals, and start the frontend client - npm start

Dashboars with data: screen

chart-of-accounts's People

Contributors

orti10 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.