Merge pull request #945 from wrongecho/addnotice-stripefees-opentickettimer

Add removal notices for Stripe Fees & 'open ticket' time tracker
This commit is contained in:
Johnny 2024-04-13 13:37:53 -04:00 committed by GitHub
commit 59b60e35c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 ITFlow. Time tracking will still be a feature.
</div>
<div id="openTicketsContainer">
<!-- Open tickets will be loaded here via JavaScript -->
</div>