Skip to content

Commit

Permalink
[MODORDERS-944/MODORDERS-948/MODFIN-333] BE - Added donor info to Fun…
Browse files Browse the repository at this point in the history
…d and POL and receiving statuses for piece
  • Loading branch information
azizbekxm committed Oct 19, 2023
1 parent e917d90 commit 7a1def3
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 3 deletions.
4 changes: 4 additions & 0 deletions mod-finance/examples/fund.sample
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
"1895e539-8dac-441e-b1f5-aab62b3fde60",
"47f504bd-0c1b-498e-a2ae-e2f0a0cea273"
],
"donorOrganizationIds": [
"d926d900-e27d-46d6-bba8-31e9d5c2cf44",
"077274ad-6b4f-4c28-9779-6d381e7a1ca1"
],
"tags": {
"tagList": [
"tag"
Expand Down
4 changes: 2 additions & 2 deletions mod-orders-storage/examples/piece_collection.sample
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"discoverySuppress": false,
"copyNumber": "175143",
"receiptDate": "2020-01-10T00:00:00.000Z",
"receivingStatus": "Expected",
"receivingStatus": "Unreceivable",
"supplement": true
},
{
Expand Down Expand Up @@ -51,7 +51,7 @@
"chronology": "2022",
"discoverySuppress": true,
"copyNumber": "108572",
"receivingStatus": "Received",
"receivingStatus": "Late",
"supplement": true,
"receiptDate": "2018-10-11T00:00:00.000Z",
"receivedDate": "2018-10-10T00:00:00.000Z"
Expand Down
2 changes: 1 addition & 1 deletion mod-orders-storage/examples/piece_post.sample
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"chronology": "2021",
"discoverySuppress": false,
"copyNumber": "94753",
"receivingStatus": "Expected",
"receivingStatus": "Claim delayed",
"supplement": true,
"receiptDate": "2018-10-11T00:00:00.000Z"
}
4 changes: 4 additions & 0 deletions mod-orders-storage/examples/po_line_collection.sample
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@
"subscriptionTo": "2020-10-09T00:00:00.000Z"
},
"donor": "ABCDEFGHIJKLM",
"donorOrganizationIds": [
"d926d900-e27d-46d6-bba8-31e9d5c2cf44",
"077274ad-6b4f-4c28-9779-6d381e7a1ca1"
],
"eresource": {
"accessProvider": "ba3f3d45-247d-41f6-8dc9-6488adcad329",
"activated": false,
Expand Down
4 changes: 4 additions & 0 deletions mod-orders-storage/examples/po_line_get.sample
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@
"subscriptionTo": "2020-10-09T00:00:00.000Z"
},
"donor": "ABCDEFGHIJKLM",
"donorOrganizationIds": [
"d926d900-e27d-46d6-bba8-31e9d5c2cf44",
"077274ad-6b4f-4c28-9779-6d381e7a1ca1"
],
"eresource": {
"accessProvider": "ba3f3d45-247d-41f6-8dc9-6488adcad329",
"activated": false,
Expand Down
4 changes: 4 additions & 0 deletions mod-orders-storage/examples/po_line_post.sample
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@
"subscriptionTo": "2020-10-09T00:00:00.000Z"
},
"donor": "ABCDEFGHIJKLM",
"donorOrganizationIds": [
"d926d900-e27d-46d6-bba8-31e9d5c2cf44",
"077274ad-6b4f-4c28-9779-6d381e7a1ca1"
],
"fundDistribution": [
{
"code": "HIST",
Expand Down
4 changes: 4 additions & 0 deletions mod-orders/examples/composite_po_line.sample
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@
"subscriptionTo": "2020-10-09T00:00:00.000Z"
},
"donor": "ABCDEFGHIJKLM",
"donorOrganizationIds": [
"d926d900-e27d-46d6-bba8-31e9d5c2cf44",
"077274ad-6b4f-4c28-9779-6d381e7a1ca1"
],
"eresource": {
"activated": false,
"activationDue": 10,
Expand Down

0 comments on commit 7a1def3

Please sign in to comment.