aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/templates/upload_json.html
AgeCommit message (Collapse)AuthorFilesLines
2020-04-08merge settings and import to avoid clutter (#550)eMerzh1-10/+0
2020-01-13Import previously exported json data (#518)Nicolas Vanvyve1-0/+10
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>