aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2020-04-29Feature/currencies (#541)dark0dave1-1/+5
Now each project can have a currency, default to None. Each bill can use a different currency, and a conversion to project default currency is done on settle. Fix #512
2020-04-26Add .idea/ folder to gitignore (#585)Andrew Dickinson1-0/+1
2020-04-25Fix sqlite only migration. (#579)Rémy HUBSCHER1-2/+2
2020-01-13Import previously exported json data (#518)Nicolas Vanvyve1-1/+2
Fix #417 * New tab upload * Extract data from JSON * Add users * Black format * Try to add bill * Import bills * Add french translation msg * Black reformat missing * Deactivated users are supported * Test import * Remove temp file in upload_json() * Incomplete tests * tests import * Update ihatemoney/translations/fr/LC_MESSAGES/messages.po Co-Authored-By: Rémy HUBSCHER <hubscher.remy@gmail.com> * Remove useless variable and check json format * Use String.IO and test for wrong json * Remove coma Co-authored-by: Rémy HUBSCHER <hubscher.remy@gmail.com>
2019-10-11Enhance pytest support, update ProxyFix import.Alexis M1-1/+2
2019-09-24Fix #434 Use the debts lib to solve settlements.Alexis M1-0/+3
2017-08-20Add python 3.6 support (#259)0livd1-4/+2
Closes #253
2017-03-28Add tox support.Alexis Métaireau1-0/+4
2017-03-28Update the README with makefile changesAlexis Métaireau1-0/+1
2017-03-28Update the .gitignore fileAlexis Métaireau1-1/+0
2017-03-21Add a setup.py fileAlexis Métaireau1-0/+3
2011-10-13Fix some problems related to postgresql and modelsAlexis Metaireau1-0/+1
2011-09-14Make the identifier clearer to the end-user.Arnaud Bos1-0/+1
- Send an email to the user with the summary of the created project containing a reminder of the identifier, password and a link. - Add flash message with the identifier in the /invite page/ - Add a small note containing the identifier in the upper right corner of the project main page.
2011-09-10Edit .gitignoreArnaud Bos1-0/+1
2011-07-30add a gitignore fileAlexis Metaireau1-0/+1