Commit 46466124 authored by Stéphane Bouvry's avatar Stéphane Bouvry
Browse files

Fix #414 Fix exemple d'import d'activité JSON (financialImpact ne doit pas être null)

parent 72ff051b
Loading
Loading
Loading
Loading
+2 −2
Changes for doc/activity-import.md: 2 added lines, 2 removed lines.
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ Le fichier source est au [format JSON]([http://json.org/). Un échantillon de ce
    "tva": null,
    "currency": null,
    "assietteSubventionnable": null,
    "financialImpact": null,
    "financialImpact": "Aucune",
    "organizations": {
      "Laboratoire": ["Cyberdyne", "US Robots"]
    },
@@ -139,7 +139,7 @@ payments | Array | Oui | Non | Voir détails dans [Gestion d
    "tva": null,
    "currency": null,
    "assietteSubventionnable": null,
    "financialImpact": null,
    "financialImpact": "Aucune",
    "organizations": {},
    "persons": {},
    "milestones": [],
+3 −0
Changes for install/demo/activity.json: 3 added lines, 0 removed lines.
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@
    "datePFI":"2018-01-01",
    "type": "ANR",
    "amount": "0.0",
    "financialImpact": "Recette",
    "milestones": [
      {
        "type": "Rapport scientifique",
@@ -51,6 +52,7 @@
    "pfi": "",
    "type": "Colloques",
    "amount": 15000,
    "financialImpact": "Aucune",
    "milestones": [

    ],
@@ -86,6 +88,7 @@
    "datestart": "2012-01-01",
    "dateend": "2020-12-31",
    "datesigned": "2014-02-01",
    "financialImpact": "Dépense",
    "pfi": "",
    "type": "ANR",
    "amount": 9990,