Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.47 KB

README.md

File metadata and controls

40 lines (24 loc) · 1.47 KB

Financial Report Online ⚖️

Built with AstroJS

Netlify Status

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

All items of the balance sheet with the total amount.

Income statement

Income statement screenshot

All items of the income statement with the total amount.

Actions available

Actions available screenshot 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 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).