cristianlivella / cryptax

Software for calculating cryptocurrency capital gains for tax purposes. Calculation with LIFO method, made in Italy for Italy.
https://cryptax.cristianlivella.com
GNU General Public License v3.0
12 stars 2 forks source link

It must be possible to set settings from the config.php file (for standalone/private mode) #21

Open cristianlivella opened 2 years ago

cristianlivella commented 2 years ago

At the moment there are some settings that can be set, prior to elaborate a report:

Currently in the public mode (with the frontend) of the application, the settings are made using the web UI and saved in a cookie.

In private mode, however, it is not possible to easily change these settings. It is therefore necessary to introduce the possibility to manage them in the config.php file.

Note that the last point has not actually been implemented yet, but is in progress (see issue #20).