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
080b82b1
Commit
080b82b1
authored
Jan 08, 2022
by
chalaka78
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Homepage
parent
b2f64c50
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
7 deletions
+7
-7
static/css/main.css
static/css/main.css
+1
-1
templates/Admin/EmployeeStatus_Update.html
templates/Admin/EmployeeStatus_Update.html
+2
-2
templates/Admin/Employee_Data.html
templates/Admin/Employee_Data.html
+1
-1
templates/Admin/Forecasting.html
templates/Admin/Forecasting.html
+1
-1
templates/Admin/PurchaseHistory.html
templates/Admin/PurchaseHistory.html
+1
-1
templates/Admin/Sidebar2.html
templates/Admin/Sidebar2.html
+1
-1
No files found.
static/css/main.css
View file @
080b82b1
...
...
@@ -767,7 +767,7 @@ input {
text-transform
:
uppercase
;
font-weight
:
700
;
text-align
:
center
;
color
:
#0
062cc
;
color
:
#0
2111f
;
}
/* ==========================================================================
...
...
templates/Admin/EmployeeStatus_Update.html
View file @
080b82b1
...
...
@@ -38,7 +38,7 @@
{{form.as_table}}
</table>
<input
type=
"submit"
value=
"Assign"
class=
"btn btn--radius-2 btn
-primary
"
/>
<input
type=
"submit"
value=
"Assign"
class=
"btn btn--radius-2 btn
"
style=
"background:#02111f
"
/>
<div
role=
"alert"
>
...
...
@@ -58,7 +58,7 @@
</div>
</div>
</div><div
class=
"alert alert-primary"
role=
"alert"
>
© SMART SERVICE STATION 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>
</div>
{% endblock content %}
templates/Admin/Employee_Data.html
View file @
080b82b1
...
...
@@ -91,7 +91,7 @@
<input
name=
"b_print"
type=
"button"
class=
"btn btn-primary btn-print"
onClick=
"printdiv('div_print');"
value=
" Print "
>
</div>
<div
class=
"alert alert-primary"
role=
"alert"
>
© SMART SERVICE STATION 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>
</div>
...
...
templates/Admin/Forecasting.html
View file @
080b82b1
...
...
@@ -38,7 +38,7 @@
{{form.as_table}}
</table>
<input
type=
"submit"
value=
"FORECAST"
class=
"btn btn--radius-2 btn
-primary
"
/>
<input
type=
"submit"
value=
"FORECAST"
class=
"btn btn--radius-2 btn
"
style=
"background:#02111f
"
/>
<div
role=
"alert"
>
...
...
templates/Admin/PurchaseHistory.html
View file @
080b82b1
...
...
@@ -88,7 +88,7 @@
<div
class=
"card-body"
>
<input
name=
"b_print"
type=
"button"
class=
"btn btn-primary btn-print"
onClick=
"printdiv('div_print');"
value=
" Print "
>
<input
name=
"b_print"
type=
"button"
class=
"btn btn-primary btn-print"
style=
"background:#02111f"
onClick=
"printdiv('div_print');"
value=
" Print "
>
</div>
<div
class=
"alert alert-primary fixed-bottom mb-0 text-center"
style=
"background: #747578; border: none; color: white;"
role=
"alert"
>
© SERVPORT 2022
</div>
...
...
templates/Admin/Sidebar2.html
View file @
080b82b1
...
...
@@ -177,7 +177,7 @@ body{
<ul>
<li><a
style=
"text-decoration:none;"
href=
"/Admin/AdminHome/"
><i
class=
"fas fa-desktop"
></i>
Home
</a></li>
<li><a
style=
"text-decoration:none;"
href=
"#"
><i
class=
"fas fa-car "
></i>
Customer Registration
</a>
<li><a
style=
"text-decoration:none;"
href=
"#"
><i
class=
"fas fa-barcode"
></i>
Employee Efficiency
</a>
<li><a
style=
"text-decoration:none;"
href=
"/Admin/Employee_Data/"
><i
class=
"fas fa-paper-plane "
></i>
Employee Data
</a>
...
...
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