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

https://github.com/cristeab/evidentafiscala

Application used to keep fiscal records in CSV files written in Qt/QML.
https://github.com/cristeab/evidentafiscala

csv fiscalization records

Last synced: 17 days ago
JSON representation

Application used to keep fiscal records in CSV files written in Qt/QML.

Awesome Lists containing this project

README

          

# FiscalRecords

FiscalRecords is a lightweight and efficient desktop application designed for self-employed professionals and freelancers to manage their fiscal records with ease.

The application combines the simplicity and portability of CSV-based storage with a structured interface that eliminates the friction and errors commonly associated with manual spreadsheet editing.

# Multi-Language Support

The application is fully localized and supports:

🇷🇴 Romanian

🇬🇧 English

🇫🇷 French

# Key Features

## Automated Income Tracking

Record income effortlessly. The application automatically generates sequential registration numbers for your receipts.

## Expense Management

Log and categorize business expenses quickly.

## Data Visualization

Built-in charting to monitor financial health. Visualize your monthly gross income, expenses, and net income using either line charts or bar graphs.

## Compliance Reporting

Automatically generate a formalized Fiscal Records Register in ODF format, complete with aggregated gross income and expense totals.

## Currency Conversion

Automatically convert monetary values using official exchange rates to ensure consistent and accurate financial reporting across currencies.

## Ledger Management

Easily initialize new ledgers with all required columns (typically structured on a per-year basis).

## Local Git Backups

Secure your data by backing up your ledger to a local Git repository (requires manual initialization of the Git repository).

# Development

Build instructions, platform requirements, external dependencies, and installer generation steps are documented in [`DEVELOPMENT.md`](DEVELOPMENT.md).

# Screenshots

![table](screenshots/table.png?raw=true "Records Table")

![graph](screenshots/graph.png?raw=true "Records Graph")

![general](screenshots/settings_general.png?raw=true "Settings - General Tab")

![general](screenshots/settings_visible.png?raw=true "Settings - Visible Columns Tab")

![general](screenshots/settings_backup.png?raw=true "Settings - Backup Tab")

![general](screenshots/settings_currency.png?raw=true "Settings - Currency Tab")