An open API service indexing awesome lists of open source software.

https://github.com/fancygrid/fancyplan

Financial Plan
https://github.com/fancygrid/fancyplan

Last synced: 6 months ago
JSON representation

Financial Plan

Awesome Lists containing this project

README

          

# FancyPlan

Financial modeling of sales, expenses.
It reads data provided as transactions with `Date`, `Name` and `Amount` and generates report.

It used 3-rd party JavaScript Grid library `FancyGrid`.

## How to use this block

1. Create a new base (or add it to an existing base).
2. Full fill it with data where every row contains `Date`, `Name` and `Amount`.
3. Choose "create a new block", and select "Remix from GitHub" as your template.
4. From the root of your new block, in your terminal where you have cloned this repo, run `block run`.

Example:

![Screenshot](/dealer-sales-report.png)
![Screenshot](/dealer-sales.png)