Support new field "exportToAccounting" in organization schema
Description
Environment
None
Potential Workaround
None
Attachments
2
defines
has to be done before
Checklist
hideTestRail: Results
Activity
Show:

Andrei MakarankaAugust 24, 2020 at 4:37 PM
Verified locally by running migration:
Logs :
Done
Details
Assignee
Andrei MakarankaAndrei MakarankaReporter
Andrei MakarankaAndrei MakarankaPriority
P3Story Points
2Sprint
NoneDevelopment Team
ThunderjetFix versions
TestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee

Reporter

Priority
Story Points
2
Sprint
None
Development Team
Thunderjet
Fix versions
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created July 15, 2020 at 7:07 AM
Updated August 26, 2020 at 1:05 PM
Resolved August 24, 2020 at 4:37 PM
Purpose/Overview:
In order to support UIORGS-186 - Add "Export to accounting" toggle and logic to organization/invoice record
Requirements/Scope:
A new field "exportToAccounting" must be added
Approach:
1. Add new field
2. Create migration script, where "exportToAccounting" is populated with default value "false" for existed organiztions.
Acceptance criteria:
Field added
Acq-model for mod-organization, mod-organization-storage updated
Migration script created and tested