New changes.

main
nataly 10 months ago
parent 42ce92cfad
commit fc46c99dff

@ -272,10 +272,6 @@ def add_invoice_pdf(request, order_id):
def add_payment_pdf(request, order_id):
order = get_object_or_404(Order, id=order_id)
payments = OrderPayment.objects.filter(order = order)

@ -149,7 +149,7 @@
</button>
</div>
<div class="overflow-x-auto border border-gray-300 rounded-t-md">
<div class="overflow-x-auto border border-gray-300 rounded-t-md tableContainer">
<table class="min-w-full divide-y">
<!-- TABLE HEADER -->
<thead class="bg-gray-50">

@ -30,7 +30,7 @@
</div>
</div>
<div class="overflow-x-auto border border-gray-300 rounded-md mt-4">
<div class="overflow-x-auto border border-gray-300 rounded-md mt-4 tableContainer">
<table class="min-w-full divide-y">
<!-- TABLE HEADER -->
<thead class="bg-gray-50">

@ -32,7 +32,7 @@
<!-- PRODUCTS -->
<div class="overflow-x-auto border border-gray-300 rounded-md mt-5" id="productsContainer">
<div class="overflow-x-auto border border-gray-300 rounded-md mt-5 tableContainer" id="productsContainer">
<table class="min-w-full divide-y">
<!-- TABLE HEADER -->
<thead class="bg-gray-50">
@ -104,7 +104,7 @@
<!-- SERVICES -->
<div class="overflow-x-auto border border-gray-300 rounded-md mt-5 hidden" id="servicesContainer">
<div class="overflow-x-auto border border-gray-300 rounded-md mt-5 hidden tableContainer" id="servicesContainer">
<table class="min-w-full divide-y">
<!-- TABLE HEADER -->
<thead class="bg-gray-50">

@ -20,7 +20,7 @@
</div>
</div>
<div class="overflow-x-auto border border-gray-300 rounded-md mt-4">
<div class="overflow-x-auto border border-gray-300 rounded-md mt-4 tableContainer">
<table class="min-w-full divide-y">
<!-- TABLE HEADER -->
<thead class="bg-gray-50">

@ -28,7 +28,7 @@
</div>
</div>
<div class="overflow-x-auto border border-gray-300 rounded-md mt-5" id="customersContainer">
<div class="overflow-x-auto border border-gray-300 rounded-md mt-5 tableContainer" id="customersContainer">
<table class="min-w-full divide-y">
<!-- TABLE HEADER -->
<thead class="bg-gray-50">

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save