-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
awards_and_contracts.md: update purchase orders example
- Loading branch information
Showing
4 changed files
with
32 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
contracts/0/id,contracts/0/awardID,contracts/0/value/amount,contracts/0/title | ||
DFT-2019-C78967,DFT-2019-78967-A78678,1200000,Provision of PMO function | ||
DFT-2019-C78967-PO001,DFT-2019-78967-A78678,300000,Purchase order: Q1 | ||
DFT-2019-C78967-PO002,DFT-2019-78967-A78678,300000,Purchase order: Q2 | ||
DFT-2019-C78967-PO003,DFT-2019-78967-A78678,300000,Purchase order: Q3 | ||
DFT-2019-C78967-PO004,DFT-2019-78967-A78678,300000,Purchase order: Q4 | ||
BPR-2024-C78967,BPR-2024-78967-A78678,1000000,Maintenance of Mt. Tabor Park | ||
BPR-2024-C78967-PO0001,BPR-2024-78967-A78678,300000,Soil removal and disposal | ||
BPR-2024-C78967-PO0002,BPR-2024-78967-A78678,500000,Routine park maintenance | ||
BPR-2024-C78967-PO0003,BPR-2024-78967-A78678,200000,Hedge installation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
contracts/0/id,contracts/0/awardID,contracts/0/value/amount,contracts/0/title | ||
DFT-2019-C78967,DFT-2019-78967-A78678,1200000,Provision of PMO function | ||
contracts/0/id,contracts/0/awardID,contracts/0/maximumValue/amount,contracts/0/title | ||
BPR-2024-C78967,BPR-2024-78967-A78678,1000000,Maintenance of Mt. Tabor Park |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
contracts/0/id,contracts/0/implementation/transactions/id,contracts/0/implementation/transactions/value | ||
BPR-2024-C78967,PO001,300000 | ||
BPR-2024-C78967,PO002,500000 | ||
BPR-2024-C78967,PO003,200000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters