Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zanottipaolo/eoa-project

Web app that creates corporate financial report. Developed for Economics and Business Organization exam @ UniBg - Computer Engineering.
https://github.com/zanottipaolo/eoa-project

astrojs business financial-reporting react

Last synced: 22 days ago
JSON representation

Web app that creates corporate financial report. Developed for Economics and Business Organization exam @ UniBg - Computer Engineering.

Awesome Lists containing this project

README

        

# Financial Report Online ⚖️

[![Built with AstroJS](https://astro.badg.es/v1/built-with-astro.svg)](https://astro.build)

[![Netlify Status](https://api.netlify.com/api/v1/badges/f151084b-c508-476d-b4fe-65bc4049069e/deploy-status)](https://app.netlify.com/sites/financialreport/deploys)

An open source project to create your own company financial report by entering all the necessary items. You can also save it as a PDF document.

→ Dark mode and light mode supported! 🌚

Developed for Economics and Business Organization exam @ UniBg - Computer Engineering.

## Balance sheet

![Balance sheet screenshot](assets/balance-sheet.png)

_All items of the balance sheet with the total amount._

## Income statement

![Income statement screenshot](assets/income.png)

_All items of the income statement with the total amount._

## Actions available

![Actions available screenshot](assets/actions.png)

You can:

- Create a new transaction (insert new data)
- Clear your new data (saved on localStorage)
- Download PDF of the financial report once the accounting year has been closed
- Close the accounting year (and calculate current taxes)

## Insert operation function

![Insert operation function screenshot](assets/insert.png)
*You can use pre-built operations (pay salaries, buy materials, selling products, ...) with their value or create your custom operations by specifying the individual categories to move (knowledge of double-entry bookkeeping is required for this).*