Skip to content

CLI based Income and Expense tracking application created using C language

License

Notifications You must be signed in to change notification settings

deepak-shanmugam/InEx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VERSION Discontinued

A new version of this application is UNDER DEVELOPMENT with a much better implementation. Further updates will be provided. Stay tuned!

ISSUES

Some OS oriented or device oriented issues were identified. A new version of this application will soon arrive with much better implementation!

InEx

BETA Version: (discontinued)

Discontinued BETA version of CLI based Income and Expense tracking application created using C language. No more further updates in this version.

Supported Operating System

Linux, Windows, Mac

Build

using make:

make

(or) using gcc:

gcc -o program client.c command.c inexData.c recordFunction.c consoleInput.c customError.c appInfo.c 

Run

./program

Disclaimer

About this project

BETA version released! Almost all the functionalities will work in this release. very simple and faster to use with useful exiting features that can be available from command line itself. You can analyse all your income and expenses by using a simple and very useful 'filter' command.

Available commands (ignoring command arguments): create , open , remove , list, add , edit , delete , view , filter, info, save, close, quit, about, help

use 'help' command to know more about each command and its arguments. Alternatively you can check the same by viewing appInfo.c file itself.

The objective of this project is to develope a compact and simple command based Income and Expense tracking application in C language. I have been trying to develope this with a much better implementation practises (stability, security, scalability and readability) as of my current skill. Because I was not satisfied with my previous 2 similar discontinued projects (InEx-plus and InEx-app) due to lack of better implementations and poor implementation respectively, even though it just works. However, there is a significant improvement in the implementation of this project in all aspects compared to the previous ones.

Note: Some os oriented or device oriented issues were identified. A new version of this application will soon arrive with much better implementation!

Feedbacks and suggestions are welcome. you can also report bugs in your convenient way.

Email: [email protected]

License

GNU GENERAL PUBLIC LICENSE, Version 3, 29 June 2007

About

CLI based Income and Expense tracking application created using C language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published