slicing cost manager

This commit is contained in:
2024-07-16 16:33:20 +07:00
parent 768c9ee6ca
commit 7bc1fa5fe9
6 changed files with 162 additions and 121 deletions

View File

@@ -1,20 +1,20 @@
<div class="modal-body" style="background-color: #252525 !important">
<h4 style="color: #ffffff">Input the actual cost of your expenses</h4>
<p style="color: #ffffff">Building : {{ buildingName }}</p>
<p style="color: #ffffff">Periode : {{ formattedDate }}</p>
<div class="modal-body" style="background-color: #FBFBFB !important">
<h4 style="color: #242222">Input the actual cost of your expenses</h4>
<p style="color: #242222">Building : {{ buildingName }}</p>
<p style="color: #242222">Periode : {{ formattedDate }}</p>
<form [formGroup]="myForm">
<div class="form-group">
<div class="input-group">
<div
class="input-group-prepend"
style="background-color: #252525 !important"
style="background-color: #FBFBFB !important"
>
<span
class="input-group-text"
id="basic-addon1"
style="
background-color: #252525 !important;
color: #ffffff;
background-color: #FBFBFB !important;
color: #242222;
height: calc(1.5em + 0.75rem + 2px) !important;
"
>Rp</span
@@ -34,15 +34,15 @@
</div>
</form>
</div>
<div class="modal-footer justify-content-between" style="background-color: #252525 !important; border-style: none !important;">
<div class="modal-footer justify-content-between" style="background-color: #FBFBFB !important; border-style: none !important;">
<button
type="button"
class="btn btn-secondary"
class="btn"
style="
color: #c3f164;
color: #242222;
width: 25%;
background-color: #252525 !important;
border-color: #c3f164 !important;
background-color: #FBFBFB !important;
border-color: #FBFBFB !important;
border-radius: 10px;
"
(click)="activeModal.dismiss('Cross click')"
@@ -51,12 +51,12 @@
</button>
<button
type="button"
class="btn btn-primary"
class="btn"
style="
color: #252525 !important;
color: #242222 !important;
width: 25%;
background-color: #c3f164 !important;
border-color: #c3f164 !important;
background-color: #DDE1E6 !important;
border-color: #DDE1E6 !important;
border-radius: 10px;
"
(click)="addRow()"