-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4ba0709
commit e29442b
Showing
21 changed files
with
15,519 additions
and
0 deletions.
There are no files selected for viewing
164 changes: 164 additions & 0 deletions
164
...v_e-rezept/docs/KBV_EX_ERP_DosageFlag|1.1.0.json_to_KBV_EX_ERP_DosageFlag|1.2.0.json.html
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,164 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<title>Mapping: KBV_EX_ERP_DosageFlag|1.1.0.json in KBV_EX_ERP_DosageFlag|1.2.0.json</title> | ||
<link rel='stylesheet' type='text/css' href='./style.css'> | ||
<link rel='stylesheet' type='text/css' href='https://cdn.datatables.net/1.11.3/css/jquery.dataTables.min.css'> | ||
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css'> | ||
<script type='text/javascript' src='https://code.jquery.com/jquery-3.6.0.min.js'></script> | ||
<script type='text/javascript' src='https://cdn.datatables.net/1.11.3/js/jquery.dataTables.min.js'></script> | ||
</head> | ||
|
||
<body> | ||
<h2>Mapping: KBV_EX_ERP_DosageFlag|1.1.0.json in KBV_EX_ERP_DosageFlag|1.2.0.json</h2> | ||
|
||
<div style="display: flex; justify-content: space-between;"> | ||
<div style="flex: 1;"> | ||
|
||
<p>Source Profile: | ||
<a href="https://simplifier.net/packages/KBV_EX_ERP_DosageFlag/1.1.0.json/files" target="_blank">KBV_EX_ERP_DosageFlag|1.1.0.json</a></p> | ||
|
||
|
||
<p>Target Profile: <a href="https://simplifier.net/KBV_EX_ERP_DosageFlag/1.2.0.json" target="_blank">KBV_EX_ERP_DosageFlag|1.2.0.json</a></p> | ||
<p>Version: 1.0.0, Status: draft</p> | ||
<p>Last updated on: 2024-12-10 15:05:51</p> | ||
</div> | ||
<div style="flex: 1; display: flex; justify-content: flex-end;"> | ||
<div> | ||
<h3>Color Legend:</h3> | ||
<ul style="list-style: none; padding: 0;"> | ||
<li><span style="background-color: #DCF6E9;"> </span> Information present in the source will be retained in the target mapping</li> | ||
<li><span style="background-color: #FFEBE6;"> </span> Information will be removed or left empty in the target mapping</li> | ||
<li><span style="background-color: #FFFAE6;"> </span> Special action is required for this mapping</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<table id='resultsTable' class='display' style='width:100%'> | ||
<thead> | ||
<tr> | ||
<th rowspan="2">Property</th> | ||
|
||
<th style="text-align: center;">Source Profile</th> | ||
|
||
<th style="text-align: center;">Target Profile</th> | ||
<th rowspan="2" class="warning-column">Warning</th> | ||
|
||
<th rowspan="2">Remarks</th> | ||
|
||
</tr> | ||
<tr> | ||
|
||
<th style="text-align: center;">KBV_EX_ERP_DosageFlag|1.1.0.json</th> | ||
|
||
<th style="text-align: center;">KBV_EX_ERP_DosageFlag|1.2.0.json</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
|
||
<tr class="row-use"> | ||
<td>Extension.url | ||
|
||
</td> | ||
|
||
<td style="text-align: center;"> | ||
|
||
1..1 | ||
|
||
</td> | ||
|
||
<td style="text-align: center;"> | ||
|
||
1..1 | ||
|
||
</td> | ||
|
||
<td class="warning-column"> | ||
|
||
</td> | ||
|
||
<td>Property and value(s) will be retained</td> | ||
|
||
</tr> | ||
|
||
<tr class="row-use"> | ||
<td>Extension.value[x] | ||
|
||
</td> | ||
|
||
<td style="text-align: center;"> | ||
|
||
1..1 | ||
|
||
</td> | ||
|
||
<td style="text-align: center;"> | ||
|
||
1..1 | ||
|
||
</td> | ||
|
||
<td class="warning-column"> | ||
|
||
</td> | ||
|
||
<td>Property and value(s) will be retained</td> | ||
|
||
</tr> | ||
|
||
<tr class="row-use"> | ||
<td>Extension.value[x]:valueBoolean | ||
|
||
</td> | ||
|
||
<td style="text-align: center;"> | ||
|
||
1..1 | ||
|
||
</td> | ||
|
||
<td style="text-align: center;"> | ||
|
||
1..1 | ||
|
||
</td> | ||
|
||
<td class="warning-column"> | ||
|
||
</td> | ||
|
||
<td>Property and value(s) will be retained</td> | ||
|
||
</tr> | ||
|
||
</tbody> | ||
</table> | ||
<script> | ||
$(document).ready(function () { | ||
var warningsVisible = false; | ||
var numberOfWarnings = 0; | ||
|
||
$('#resultsTable').DataTable({ | ||
'pageLength': -1, | ||
'lengthMenu': [[10, 25, 50, 100, 500, -1], [10, 25, 50, 100, 500, 'All']], | ||
'dom': '<"top"f>rt<"bottom"ilp><"clear">', | ||
'initComplete': function() { | ||
var buttonHtml = '<button id="toggleWarnings"><i class="fas fa-exclamation-triangle"></i> show warnings (' + numberOfWarnings + ')</button>'; | ||
$('#resultsTable_filter').prepend(buttonHtml); | ||
|
||
$('.warning-column').hide(); // Hide warnings by default | ||
|
||
$('#toggleWarnings').click(function () { | ||
$('.warning-column').toggle(); | ||
warningsVisible = !warningsVisible; | ||
$(this).html('<i class="fas fa-exclamation-triangle"></i> ' + (warningsVisible ? 'hide warnings (' + numberOfWarnings + ')' : 'show warnings (' + numberOfWarnings + ')')); | ||
}); | ||
} | ||
}); | ||
}); | ||
</script> | ||
</body> | ||
|
||
</html> |
164 changes: 164 additions & 0 deletions
164
...EX_ERP_EmergencyServicesFee|1.1.0.json_to_KBV_EX_ERP_EmergencyServicesFee|1.2.0.json.html
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,164 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<title>Mapping: KBV_EX_ERP_EmergencyServicesFee|1.1.0.json in KBV_EX_ERP_EmergencyServicesFee|1.2.0.json</title> | ||
<link rel='stylesheet' type='text/css' href='./style.css'> | ||
<link rel='stylesheet' type='text/css' href='https://cdn.datatables.net/1.11.3/css/jquery.dataTables.min.css'> | ||
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css'> | ||
<script type='text/javascript' src='https://code.jquery.com/jquery-3.6.0.min.js'></script> | ||
<script type='text/javascript' src='https://cdn.datatables.net/1.11.3/js/jquery.dataTables.min.js'></script> | ||
</head> | ||
|
||
<body> | ||
<h2>Mapping: KBV_EX_ERP_EmergencyServicesFee|1.1.0.json in KBV_EX_ERP_EmergencyServicesFee|1.2.0.json</h2> | ||
|
||
<div style="display: flex; justify-content: space-between;"> | ||
<div style="flex: 1;"> | ||
|
||
<p>Source Profile: | ||
<a href="https://simplifier.net/packages/KBV_EX_ERP_EmergencyServicesFee/1.1.0.json/files" target="_blank">KBV_EX_ERP_EmergencyServicesFee|1.1.0.json</a></p> | ||
|
||
|
||
<p>Target Profile: <a href="https://simplifier.net/KBV_EX_ERP_EmergencyServicesFee/1.2.0.json" target="_blank">KBV_EX_ERP_EmergencyServicesFee|1.2.0.json</a></p> | ||
<p>Version: 1.0.0, Status: draft</p> | ||
<p>Last updated on: 2024-12-10 15:05:51</p> | ||
</div> | ||
<div style="flex: 1; display: flex; justify-content: flex-end;"> | ||
<div> | ||
<h3>Color Legend:</h3> | ||
<ul style="list-style: none; padding: 0;"> | ||
<li><span style="background-color: #DCF6E9;"> </span> Information present in the source will be retained in the target mapping</li> | ||
<li><span style="background-color: #FFEBE6;"> </span> Information will be removed or left empty in the target mapping</li> | ||
<li><span style="background-color: #FFFAE6;"> </span> Special action is required for this mapping</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<table id='resultsTable' class='display' style='width:100%'> | ||
<thead> | ||
<tr> | ||
<th rowspan="2">Property</th> | ||
|
||
<th style="text-align: center;">Source Profile</th> | ||
|
||
<th style="text-align: center;">Target Profile</th> | ||
<th rowspan="2" class="warning-column">Warning</th> | ||
|
||
<th rowspan="2">Remarks</th> | ||
|
||
</tr> | ||
<tr> | ||
|
||
<th style="text-align: center;">KBV_EX_ERP_EmergencyServicesFee|1.1.0.json</th> | ||
|
||
<th style="text-align: center;">KBV_EX_ERP_EmergencyServicesFee|1.2.0.json</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
|
||
<tr class="row-use"> | ||
<td>Extension.url | ||
|
||
</td> | ||
|
||
<td style="text-align: center;"> | ||
|
||
1..1 | ||
|
||
</td> | ||
|
||
<td style="text-align: center;"> | ||
|
||
1..1 | ||
|
||
</td> | ||
|
||
<td class="warning-column"> | ||
|
||
</td> | ||
|
||
<td>Property and value(s) will be retained</td> | ||
|
||
</tr> | ||
|
||
<tr class="row-use"> | ||
<td>Extension.value[x] | ||
|
||
</td> | ||
|
||
<td style="text-align: center;"> | ||
|
||
1..1 | ||
|
||
</td> | ||
|
||
<td style="text-align: center;"> | ||
|
||
1..1 | ||
|
||
</td> | ||
|
||
<td class="warning-column"> | ||
|
||
</td> | ||
|
||
<td>Property and value(s) will be retained</td> | ||
|
||
</tr> | ||
|
||
<tr class="row-use"> | ||
<td>Extension.value[x]:valueBoolean | ||
|
||
</td> | ||
|
||
<td style="text-align: center;"> | ||
|
||
1..1 | ||
|
||
</td> | ||
|
||
<td style="text-align: center;"> | ||
|
||
1..1 | ||
|
||
</td> | ||
|
||
<td class="warning-column"> | ||
|
||
</td> | ||
|
||
<td>Property and value(s) will be retained</td> | ||
|
||
</tr> | ||
|
||
</tbody> | ||
</table> | ||
<script> | ||
$(document).ready(function () { | ||
var warningsVisible = false; | ||
var numberOfWarnings = 0; | ||
|
||
$('#resultsTable').DataTable({ | ||
'pageLength': -1, | ||
'lengthMenu': [[10, 25, 50, 100, 500, -1], [10, 25, 50, 100, 500, 'All']], | ||
'dom': '<"top"f>rt<"bottom"ilp><"clear">', | ||
'initComplete': function() { | ||
var buttonHtml = '<button id="toggleWarnings"><i class="fas fa-exclamation-triangle"></i> show warnings (' + numberOfWarnings + ')</button>'; | ||
$('#resultsTable_filter').prepend(buttonHtml); | ||
|
||
$('.warning-column').hide(); // Hide warnings by default | ||
|
||
$('#toggleWarnings').click(function () { | ||
$('.warning-column').toggle(); | ||
warningsVisible = !warningsVisible; | ||
$(this).html('<i class="fas fa-exclamation-triangle"></i> ' + (warningsVisible ? 'hide warnings (' + numberOfWarnings + ')' : 'show warnings (' + numberOfWarnings + ')')); | ||
}); | ||
} | ||
}); | ||
}); | ||
</script> | ||
</body> | ||
|
||
</html> |
Oops, something went wrong.