Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | The program is basically usable.HEADmain | Adrián Oliva | 2023-05-09 | -1/+1 |
| | | | | | And mostly finished. It still needs a few tweaks here and there, but it is completely usable in this state. | |||
* | Simple explanation of the program on README. | Adrián Oliva | 2023-05-09 | -10/+166 |
| | ||||
* | Yup. The commands are done. :D | Adrián Oliva | 2023-05-08 | -2/+2 |
| | ||||
* | First attempt at sorting accounts. | Adrián Oliva | 2023-05-08 | -0/+126 |
| | | | | I DID IT!! I'm really happy with the result. :') | |||
* | First step to adding filters to accounts. | Adrián Oliva | 2023-05-08 | -6/+7 |
| | ||||
* | Balance is now sorted! | Adrián Oliva | 2023-05-07 | -0/+3 |
| | | | | Apparently it can only be sorted alphabetically. So I hard-coded it. | |||
* | Removed `.txt` extension from License file. | Adrián Oliva | 2023-05-07 | -0/+0 |
| | ||||
* | Balance now has colors! | Adrián Oliva | 2023-05-07 | -20/+27 |
| | | | | | Moved color functions to its own file. Now the colored output can be easily edited in general. | |||
* | Just added a new line at the EOF. | Adrián Oliva | 2023-05-07 | -1/+1 |
| | ||||
* | First attempt at balance!! | Adrián Oliva | 2023-05-07 | -0/+118 |
| | | | | The output still needs colors, but it's functional. :D | |||
* | `currencies` class can now convert to string. | Adrián Oliva | 2023-05-07 | -3/+14 |
| | | | | | Before we had to iterate and immediatly stop. Now if there's only one type of currency, we can return the string of it. | |||
* | Added small license to the project. :) | Adrián Oliva | 2023-05-07 | -0/+674 |
| | ||||
* | For now, the sorting system will be completed. | Adrián Oliva | 2023-05-07 | -1/+1 |
| | | | | Even if we can only sort by date and amount. | |||
* | First attempt at sorting. | Adrián Oliva | 2023-05-07 | -0/+122 |
| | | | | | We can only sort by date and amount right now. I don't know if there are other important ways of sorting. D: | |||
* | We can now compare currencies. | Adrián Oliva | 2023-05-07 | -0/+12 |
| | | | | | At least with just the `<` and if we only have one type of currency. The value is the only thing that will be compared. | |||
* | New it has colors!!! | Adrián Oliva | 2023-05-05 | -8/+27 |
| | ||||
* | First attempt at the register command. | Adrián Oliva | 2023-05-05 | -1/+168 |
| | | | | Still needs colored output and doesn't have any filters to it. | |||
* | Print verb is mostly completed. | Adrián Oliva | 2023-05-05 | -2/+26 |
| | | | | May still have bugs, but for now it is good enough. | |||
* | The `--file` option is more or less completed. | Adrián Oliva | 2023-05-05 | -2/+2 |
| | | | | The `stdin` option is left to be worked on. | |||
* | Changed gitignore. | Adrián Oliva | 2023-05-04 | -6/+1 |
| | | | | Now it completely ignores the `.vscode` folder. | |||
* | First attempt at storing ledger entries. | Adrián Oliva | 2023-05-04 | -1/+127 |
| | | | | | Now we can store the entries in very simple ways and we can even print them! | |||
* | Edited README fille. | Adrián Oliva | 2023-05-04 | -2/+5 |
| | | | | | Just added new lines to both respect the 80 characters width and the new line at the end of the file. | |||
* | Added README file. :D | Adrián Oliva | 2023-05-04 | -0/+14 |
| | ||||
* | Read and test command line arguments. | Adrián Oliva | 2023-05-03 | -0/+84 |
| | | | | | First try at reading command line arguments. Still needs testing the command `--sort`. | |||
* | Git Ignore file. First commit. | Adrián Oliva | 2023-05-03 | -0/+249 |