Add removal notices for Stripe Fees & 'open ticket' time tracker - these features are to be removed

This commit is contained in:
Marcus Hill 2024-04-13 17:18:49 +01:00
parent a33a91cd95
commit 0def06cf40
2 changed files with 11 additions and 0 deletions

View File

@ -66,6 +66,12 @@ require_once "inc_all_settings.php";
</div>
</div>
<hr>
<div class="alert alert-danger" role="alert">
"Client Pays Fees" / The ability to pass Stripe fees onto clients will be removed in a future version of ITFlow.
</div>
<div class="form-group">
<label>Percentage Fee</label>
<div class="input-group">

View File

@ -9,6 +9,11 @@
</button>
</div>
<div class="modal-body">
<div class="alert alert-danger" role="alert">
This "Open Tickets" tracker will be removed in a future version of IFlow. Time tracking will still be a feature.
</div>
<div id="openTicketsContainer">
<!-- Open tickets will be loaded here via JavaScript -->
</div>