Skip to content

Commit

Permalink
add sap_project_number values to LeaseType
Browse files Browse the repository at this point in the history
  • Loading branch information
henrinie-nc committed Dec 17, 2024
1 parent 0218fa7 commit be1acc8
Showing 1 changed file with 47 additions and 7 deletions.
54 changes: 47 additions & 7 deletions leasing/fixtures/lease_type.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"identifier": "A1",
"sap_material_code": "20002009",
"sap_order_item_number": "2813101001",
"sap_project_number": "2810K00281310101",
"due_dates_position": "middle_of_month"
}
},
Expand All @@ -18,6 +19,7 @@
"identifier": "A2",
"sap_material_code": "20002009",
"sap_order_item_number": "2813101001",
"sap_project_number": "2810K00281310101",
"due_dates_position": "middle_of_month"
}
},
Expand All @@ -29,6 +31,7 @@
"identifier": "A3",
"sap_material_code": "20002009",
"sap_order_item_number": "2813101001",
"sap_project_number": "2810K00281310101",
"due_dates_position": "middle_of_month"
}
},
Expand All @@ -40,6 +43,7 @@
"identifier": "A4",
"sap_material_code": "20002007",
"sap_order_item_number": "2813101002",
"sap_project_number": "2810K00281310102",
"due_dates_position": "middle_of_month"
}
},
Expand All @@ -51,6 +55,7 @@
"identifier": "S0",
"sap_material_code": "20002009",
"sap_order_item_number": "2813104106",
"sap_project_number": "2810K00281310412",
"due_dates_position": "start_of_month"
}
},
Expand All @@ -62,6 +67,7 @@
"identifier": "T1",
"sap_material_code": "20002006",
"sap_order_item_number": "2813104100",
"sap_project_number": "2810K00281310406",
"due_dates_position": "start_of_month"
}
},
Expand All @@ -73,6 +79,7 @@
"identifier": "O1",
"sap_material_code": "20002009",
"sap_order_item_number": "2813104105",
"sap_project_number": "2810K00281310411",
"due_dates_position": "start_of_month"
}
},
Expand All @@ -84,6 +91,7 @@
"identifier": "T2",
"sap_material_code": "20002007",
"sap_order_item_number": "2813104101",
"sap_project_number": "2810K00281310407",
"due_dates_position": "start_of_month"
}
},
Expand All @@ -95,6 +103,7 @@
"identifier": "H1",
"sap_material_code": "20002008",
"sap_order_item_number": "2813104102",
"sap_project_number": "2810K00281310408",
"due_dates_position": "start_of_month"
}
},
Expand All @@ -106,6 +115,7 @@
"identifier": "H2",
"sap_material_code": "20002008",
"sap_order_item_number": "2813104102",
"sap_project_number": "2810K00281310408",
"due_dates_position": "start_of_month"
}
},
Expand All @@ -117,6 +127,7 @@
"identifier": "L1",
"sap_material_code": "20002005",
"sap_order_item_number": "2813104103",
"sap_project_number": "2810K00281310409",
"due_dates_position": "start_of_month"
}
},
Expand All @@ -128,6 +139,7 @@
"identifier": "L2",
"sap_material_code": "20002005",
"sap_order_item_number": "2813104103",
"sap_project_number": "2810K00281310409",
"due_dates_position": "start_of_month"
}
},
Expand All @@ -139,6 +151,7 @@
"identifier": "L3",
"sap_material_code": "20002007",
"sap_order_item_number": "2813104104",
"sap_project_number": "2810K00281310410",
"due_dates_position": "start_of_month"
}
},
Expand All @@ -150,6 +163,7 @@
"identifier": "O2",
"sap_material_code": "20002009",
"sap_order_item_number": "2813104105",
"sap_project_number": "2810K00281310411",
"due_dates_position": "start_of_month"
}
},
Expand All @@ -161,6 +175,7 @@
"identifier": "O3",
"sap_material_code": "20002009",
"sap_order_item_number": "2813102006",
"sap_project_number": "2810K00281310206",
"due_dates_position": "start_of_month"
}
},
Expand All @@ -172,6 +187,7 @@
"identifier": "O4",
"sap_material_code": "20002009",
"sap_order_item_number": "2813104105",
"sap_project_number": "2810K00281310411",
"due_dates_position": "start_of_month"
}
},
Expand All @@ -183,6 +199,7 @@
"identifier": "K0",
"sap_material_code": "20002009",
"sap_order_item_number": "2813100001",
"sap_project_number": "2810K00281310001",
"due_dates_position": "start_of_month"
}
},
Expand All @@ -194,6 +211,7 @@
"identifier": "V5",
"sap_material_code": "20002009",
"sap_order_item_number": "2813100002",
"sap_project_number": null,
"due_dates_position": "start_of_month"
}
},
Expand All @@ -205,6 +223,7 @@
"identifier": "V2",
"sap_material_code": "20002009",
"sap_order_item_number": "2813100002",
"sap_project_number": "2810K00281310002",
"due_dates_position": "start_of_month"
}
},
Expand All @@ -215,7 +234,8 @@
"name": "Helsingin Vesi",
"identifier": "V6",
"sap_material_code": "20002009",
"sap_order_item_number": "",
"sap_order_item_number": null,
"sap_project_number": null,
"due_dates_position": "start_of_month"
}
},
Expand All @@ -227,6 +247,7 @@
"identifier": "V4",
"sap_material_code": "20002009",
"sap_order_item_number": "2813100002",
"sap_project_number": "2810K00281310002",
"due_dates_position": "start_of_month"
}
},
Expand All @@ -238,6 +259,7 @@
"identifier": "V1",
"sap_material_code": "20002009",
"sap_order_item_number": "2813100002",
"sap_project_number": "2810K00281310002",
"due_dates_position": "start_of_month"
}
},
Expand All @@ -249,6 +271,7 @@
"identifier": "V3",
"sap_material_code": "20002009",
"sap_order_item_number": "2813100002",
"sap_project_number": "2810K00281310002",
"due_dates_position": "start_of_month"
}
},
Expand All @@ -260,6 +283,7 @@
"identifier": "Y3",
"sap_material_code": "20002009",
"sap_order_item_number": "2813100003",
"sap_project_number": "2810K00281310003",
"due_dates_position": "start_of_month"
}
},
Expand All @@ -271,6 +295,7 @@
"identifier": "Y5",
"sap_material_code": "20002009",
"sap_order_item_number": "2813100003",
"sap_project_number": "2810K00281310003",
"due_dates_position": "start_of_month"
}
},
Expand All @@ -282,6 +307,7 @@
"identifier": "Y6",
"sap_material_code": "20002009",
"sap_order_item_number": "2813100003",
"sap_project_number": "2810K00281310003",
"due_dates_position": "start_of_month"
}
},
Expand All @@ -293,6 +319,7 @@
"identifier": "Y7",
"sap_material_code": "20002009",
"sap_order_item_number": "2813100003",
"sap_project_number": "2810K00281310003",
"due_dates_position": "start_of_month"
}
},
Expand All @@ -304,6 +331,7 @@
"identifier": "Y2",
"sap_material_code": "20002009",
"sap_order_item_number": "2813100003",
"sap_project_number": "2810K00281310003",
"due_dates_position": "start_of_month"
}
},
Expand All @@ -315,6 +343,7 @@
"identifier": "Y4",
"sap_material_code": "20002009",
"sap_order_item_number": "2813100003",
"sap_project_number": "2810K00281310003",
"due_dates_position": "start_of_month"
}
},
Expand All @@ -326,6 +355,7 @@
"identifier": "Y1",
"sap_material_code": "20002009",
"sap_order_item_number": "2813100003",
"sap_project_number": "2810K00281310003",
"due_dates_position": "start_of_month"
}
},
Expand All @@ -337,6 +367,7 @@
"identifier": "Y8",
"sap_material_code": "20002009",
"sap_order_item_number": "2813100003",
"sap_project_number": "2810K00281310003",
"due_dates_position": "start_of_month"
}
},
Expand All @@ -348,6 +379,7 @@
"identifier": "TY",
"sap_material_code": "",
"sap_order_item_number": "",
"sap_project_number": null,
"due_dates_position": "start_of_month"
}
},
Expand All @@ -359,6 +391,7 @@
"identifier": "MA",
"sap_material_code": "",
"sap_order_item_number": "",
"sap_project_number": null,
"due_dates_position": "start_of_month"
}
},
Expand All @@ -370,6 +403,7 @@
"identifier": "Y9",
"sap_material_code": "20002009",
"sap_order_item_number": "2813100003",
"sap_project_number": "2810K00281310003",
"due_dates_position": "start_of_month"
}
},
Expand All @@ -381,6 +415,7 @@
"identifier": "MY",
"sap_material_code": "",
"sap_order_item_number": "",
"sap_project_number": null,
"due_dates_position": "start_of_month"
}
},
Expand All @@ -390,8 +425,9 @@
"fields": {
"name": "SIIRTOLAPUUTARHA ei käytössä",
"identifier": "R0",
"sap_material_code": "",
"sap_order_item_number": "",
"sap_material_code": null,
"sap_order_item_number": null,
"sap_project_number": null,
"due_dates_position": "start_of_month"
}
},
Expand All @@ -401,8 +437,9 @@
"fields": {
"name": "Väestönsuojakorvaukset",
"identifier": "VS",
"sap_material_code": "",
"sap_order_item_number": "",
"sap_material_code": null,
"sap_order_item_number": null,
"sap_project_number": null,
"due_dates_position": "start_of_month"
}
},
Expand All @@ -414,6 +451,7 @@
"identifier": "Y0",
"sap_material_code": "20002009",
"sap_order_item_number": "2813100003",
"sap_project_number": "2810K00281310003",
"due_dates_position": "start_of_month"
}
},
Expand All @@ -425,6 +463,7 @@
"identifier": "T3",
"sap_material_code": "10003610",
"sap_order_item_number": "2813104100",
"sap_project_number": "2810K00281310406",
"due_dates_position": "start_of_month"
}
},
Expand All @@ -434,8 +473,9 @@
"fields": {
"name": "Liikuntaviraston ulosvuokraus",
"identifier": "S1",
"sap_material_code": "",
"sap_order_item_number": "",
"sap_material_code": null,
"sap_order_item_number": null,
"sap_project_number": null,
"due_dates_position": "start_of_month"
}
}
Expand Down

0 comments on commit be1acc8

Please sign in to comment.