changes of rate model of sub-cont and there functions

This commit is contained in:
2026-08-07 10:29:15 +05:30
parent e7805b71a8
commit 18874cc84e
7 changed files with 563 additions and 307 deletions

View File

@@ -0,0 +1,20 @@
{% extends "base.html" %}
{% block content %}
<div class="container-fluid mt-4">
<div class="card shadow">
<div class="card-header bg-primary text-white d-flex justify-content-between align-items-center">
<h4 class="mb-0">
<i class="bi bi-currency-rupee"></i>
Client Rate Master
</h4>
</div>
</div>
{% endblock %}