- Add Field Engineer Management feature, allowing creation, and assignment of engineers to service requests. - Add Service Contract/AMC Management feature, allowing creation of contracts and linking them to service requests. - Update admin panel to manage engineers and contracts. - Update service request form to include contract selection.
11 lines
387 B
PHP
11 lines
387 B
PHP
</main>
|
|
|
|
<footer class="text-center py-4 bg-light">
|
|
<p class="text-center text-muted">© <?php echo date('Y'); ?> Your Company, Inc. All rights reserved.</p>
|
|
<p class="text-center text-muted"><a href="/admin/login.php">Admin Login</a></p>
|
|
</footer>
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
|
|
</body>
|
|
</html>
|