Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
2
21_22-J 31
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
21_22-J 31
21_22-J 31
Commits
9c42be55
Commit
9c42be55
authored
May 01, 2022
by
Ravindu Nethsara
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'Purchase_History_Table_Updated' into 'master'
Purchase History Table Updated See merge request
!30
parents
d81db012
0fcf8fbd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
14 deletions
+18
-14
templates/Admin/Forecasting.html
templates/Admin/Forecasting.html
+1
-1
templates/Admin/HighestDemand.html
templates/Admin/HighestDemand.html
+3
-2
templates/Admin/PurchaseHistory.html
templates/Admin/PurchaseHistory.html
+14
-11
No files found.
templates/Admin/Forecasting.html
View file @
9c42be55
...
@@ -38,7 +38,7 @@
...
@@ -38,7 +38,7 @@
{{form.as_table}}
{{form.as_table}}
</table>
</table>
<input
type=
"submit"
value=
"FORECAST"
class=
"btn btn--radius-2 btn"
style=
"background: #
747578
; border: none; color: white;"
/>
<input
type=
"submit"
value=
"FORECAST"
class=
"btn btn--radius-2 btn"
style=
"background: #
02111f
; border: none; color: white;"
/>
<div
role=
"alert"
>
<div
role=
"alert"
>
...
...
templates/Admin/HighestDemand.html
View file @
9c42be55
...
@@ -38,7 +38,7 @@
...
@@ -38,7 +38,7 @@
{{form.as_table}}
{{form.as_table}}
</table>
</table>
<input
type=
"submit"
value=
"FORECAST"
class=
"btn btn--radius-2 btn-primary"
/>
<input
type=
"submit"
style=
"background: #02111f; border: none; color: white;"
value=
"FORECAST"
class=
"btn btn--radius-2 btn-primary"
/>
<div
role=
"alert"
>
<div
role=
"alert"
>
...
@@ -58,7 +58,8 @@
...
@@ -58,7 +58,8 @@
</div>
</div>
</div>
</div>
</div>
<div
class=
"alert alert-primary"
style=
"background: #747578; border: none; color: white;"
role=
"alert"
>
© SMART SERVICE STATION 2022
</div>
</div>
</div>
</div>
<div
class=
"alert alert-primary fixed-bottom mb-0 text-center"
style=
"background: #747578; border: none; color: white;"
role=
"alert"
>
© SERVPORT 2022
</div>
{% endblock content %}
{% endblock content %}
templates/Admin/PurchaseHistory.html
View file @
9c42be55
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
{% endif %}
{% endif %}
<div
class=
"card-heading"
>
<div
class=
"card-heading"
>
<h2
class=
"title"
style=
"color:#02111f"
>
PURCHASE HISTORY
</h2>
<h2
class=
"title"
>
PURCHASE HISTORY
</h2>
</div>
</div>
...
@@ -35,14 +35,16 @@
...
@@ -35,14 +35,16 @@
<div
class=
"container"
style=
"overflow-x:auto;"
>
<div
class=
"container"
style=
"overflow-x:auto;"
>
<center><b>
CALTEX Delo Gold Ultra Engine Oil
</b></center
>
<b><center>
PRODUCT : CALTEX DELO GOLD ULTRA
</center></b
>
<table
class=
"table table-striped"
>
<table
class=
"table table-striped"
>
<thead>
<thead>
<tr>
<tr>
<th>
Month
</th>
<th
style=
"text-align: center; vertical-align: middle;"
>
Month
</th>
<th>
CALTEX Delo Gold Ultra Qty
</th>
<th
style=
"text-align: center; vertical-align: middle;"
>
CALTEX Delo Gold Ultra
</th>
<th>
CALTEX Delo Gold Ultra Price
</th>
<th
style=
"text-align: center; vertical-align: middle;"
>
Price
</th>
<th
style=
"text-align: center; vertical-align: middle;"
>
Substitude Product Price
</th>
<th
style=
"text-align: center; vertical-align: middle;"
>
Production cost per unit
</th>
</tr>
</tr>
</thead>
</thead>
...
@@ -50,11 +52,12 @@
...
@@ -50,11 +52,12 @@
{% if d %}
{% if d %}
{% for i in d %}
{% for i in d %}
<tr>
<tr>
<td>
{{i.Month}}
</td>
<td
style=
"text-align: center; vertical-align: middle;"
>
{{i.Month}}
</td>
<td>
{{i.CALTEX_Delo_Gold_Ultra}}
</td>
<td>
{{i.Price1}}
</td>
<td
style=
"text-align: center; vertical-align: middle;"
>
{{i.CALTEX_Delo_Gold_Ultra}}
</td>
<td
style=
"text-align: center; vertical-align: middle;"
>
{{i.Price1}}
</td>
<td
style=
"text-align: center; vertical-align: middle;"
>
{{i.Substitude_Product_Price1}}
</td>
<td
style=
"text-align: center; vertical-align: middle;"
>
{{i.Production_cost_per_unit1}}
</td>
</tr>
</tr>
...
@@ -88,7 +91,7 @@
...
@@ -88,7 +91,7 @@
<div
class=
"card-body"
>
<div
class=
"card-body"
>
<input
name=
"b_print"
type=
"button"
class=
"btn btn-primary btn-print"
style=
"background:#02111f
"
onClick=
"printdiv('div_print');"
value=
" Print "
>
<input
name=
"b_print"
style=
"background: #02111f; border:none;"
type=
"button"
class=
"btn btn-primary btn-print
"
onClick=
"printdiv('div_print');"
value=
" Print "
>
</div>
</div>
<div
class=
"alert alert-primary fixed-bottom mb-0 text-center"
style=
"background: #747578; border: none; color: white;"
role=
"alert"
>
© SERVPORT 2022
</div>
<div
class=
"alert alert-primary fixed-bottom mb-0 text-center"
style=
"background: #747578; border: none; color: white;"
role=
"alert"
>
© SERVPORT 2022
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment