Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/zanottipaolo/eoa-project
- Owner: zanottipaolo
- License: mit
- Created: 2023-03-08T16:50:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T20:38:44.000Z (4 months ago)
- Last Synced: 2024-09-18T01:29:59.025Z (4 months ago)
- Topics: astrojs, business, financial-reporting, react
- Language: TypeScript
- Homepage: https://financialreport.netlify.app
- Size: 915 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).*