Code Monkey home page Code Monkey logo

financy's Introduction

financy

Financy

Long where the days that I used a spreadsheet to take care of my finances, I created this to make it easily manegeable and more rewarding

Requirements

These are required to run the applications as a developer.

Windows

Getting up and running

Follow these steps to run it locally.

Windows

  • 1 Go to the Script/Vendors folder;
  • 2 Run the command ./OpenCV.bat "Visual Studio 16 2019" "Debug";
  • 3 Go the root of the repo;
  • 4 Create a file named .env.cmake and add your Qt installation location as QT_PATH variable set(QT_PATH "{QT_PATH}");
  • 5 Run the command cmake . -B "./build" -G "Visual Studio 16 2019" -DCMAKE_BUILD_TYPE="Debug";
  • 6 Go to the Bin/Debug and open the Financy.exe.

Deploying

These are the steps to generate the installer ready for production.

Windows

  • 1 Install Wixtoolset (Version 5.0.0);
  • 2 Install CQtDeployer (Version v1.6.2360);
  • 3 Go to the Script/Deploy folder;
  • 4 Run the command ./Pack.bat;
  • 5 Go back to the root of the repo;
  • 6 The installer should be located inside the Deploy folder.

financy's People

Contributors

pepeien avatar

Watchers

 avatar

financy's Issues

Account sharing support

Creating the same account, even trying to match the colors or remembering the specifications is a hassle. Account sharing is real and not uncommon, this application should support that.

Fully reliance on regex on date inputs

About

As of right now there is a over-reliance on regex to use the Input UI component to represent dates, even though it works, the problem are as follows:

  1. Over complicated regex expressions;
  2. Bad UX (examples below);
  3. No locale support.

Examples

When comes to the date input UX there are some problems:

User is required to follow the template dd/MM/yyyy, there are two issues with this approach:

  • Locale support is not possible since the current regex expression is built around this template;
  • Manual typing is required, numbers [0 - 9] and separators /.

Solution

The solution is to implement a Date Picker component and add along side the current date input elements (mock below).

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.