Skip to content

Gabao-Farias/controle-gastos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧮 The good and old spends control 🧮

This project has been made for a work in the Computer Science course (Programming Language III) in the University (Universidade Regional Integral do Alto Uruguai e das Missões), from Santo Ângelo RS.

Summary

ℹ️ About

This is a basic project made to control and map, where the user's money is coming from or going to.

🖼️ Screenshots

🥏 Features

  • You can use it offline, once the database is locally stored in .txt files
  • Users can create different accounts for different purpouses
  • Users can add/edit/remove every register in their account
  • Users can search and map their spents by filtering the registers
    • Every time the registers table changes, the total value refreshes
  • When user deletes himself, the same happens with all his registers, so, be warned
  • Data exportable to csv file, so you can use this data with other softwares like Excel, MySQL...

⚙️ Technologies involved

💾 Database management

  • There are two classes wich manages these files, BD_Registros and BD_Usuarios
    • BD_Registros is responsible for R/W of the registers file
    • BD_Usuarios is responsible for R/W of the users file

🖥️ Platforms

  • PC only 🖥️

☑️ Requirements to Run

  • Need to have installed the Java Runtime Environment in your machine
  • Need to have the db_users.txt and db_registers.txt exclusively on root path of the .jar executable file

Releases

No releases published

Packages

No packages published

Languages