Skip to content

Commit

Permalink
feat: Add tax_notice aquisitionSteps
Browse files Browse the repository at this point in the history
It's now possible to add a tax notice manually
  • Loading branch information
Merkur39 committed Jan 11, 2023
1 parent 53527f8 commit 7dc2ce6
Showing 1 changed file with 29 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1345,7 +1345,35 @@
"icon": "bank",
"featureDate": "referencedDate",
"maxDisplay": 3,
"acquisitionSteps": [],
"acquisitionSteps": [
{
"stepIndex": 1,
"model": "scan",
"multipage": true,
"illustration": "IlluGenericNewPage.svg",
"text": "PaperJSON.generic.multiPages.text"
},
{
"stepIndex": 2,
"model": "information",
"illustration": "IlluGenericInputDate.svg",
"text": "PaperJSON.generic.referencedDate.text",
"attributes": [
{
"name": "referencedDate",
"type": "date",
"inputLabel": "PaperJSON.generic.referencedDate.inputLabel"
}
]
},
{
"stepIndex": 3,
"illustration": "Account.svg",
"model": "contact",
"multiple": true,
"text": "PaperJSON.generic.owner.text"
}
],
"connectorCriteria": {
"name": "impots"
}
Expand Down

0 comments on commit 7dc2ce6

Please sign in to comment.