File tree 2 files changed +5
-21
lines changed
2 files changed +5
-21
lines changed Original file line number Diff line number Diff line change 2
2
3
3
| ** System Functionality** | 20% | 40% | 60% | 80% | 100% |
4
4
| :---------------------------------------------------------------------------------------------------------:| -----| -----| -----| -----| ------|
5
- | Users Management (Staff & Customer) - View Users - Create User - Update User - Remove User | ✅ | ✅ | ✅ | ✅ | ⭐ |
5
+ | Users Management (Staff & Customer) - View Users - Create User - Update User - Remove User | ✅ | ✅ | ✅ | ✅ | ⭐ |
6
6
| Inventory Management - View Items - Add Item - Update Item - Remove Item - Item Stock In - Item Stock Out | ✅ | ✅ | ✅ | ✅ | ⭐ |
7
- | Rental Monitoring - View Rentals not yet returned | ✅ | ✅ | ✅ | ✅ | |
8
- | Sales Monitoring - View Transactions / Sales | ✅ | ✅ | ✅ | ✅ | |
9
- | Users Activity Monitoring - User Activity Log (ex: Inventory) | ✅ | ✅ | ✅ | ✅ | ⭐ |
7
+ | Rental Monitoring - View Rentals not yet returned | ✅ | ✅ | ✅ | ✅ | ⭐ |
8
+ | Sales Monitoring - View Transactions / Sales | ✅ | ✅ | ✅ | ✅ | ⭐ |
9
+ | Users Activity Monitoring - User Activity Log (ex: Inventory) | ✅ | ✅ | ✅ | ✅ | ⭐ |
10
10
| Generate Reports (EXCEL, PDF, PRINT) | ✅ | ✅ | ✅ | ✅ | ⭐ |
11
11
12
12
20
20
| PHP | 8.2.4 |
21
21
| phpMyAdmin | 5.2.1 (up to date) |
22
22
23
-
23
+ [ ![ wakatime ] ( https://wakatime.com/badge/user/d5f26215-392b-42b7-8b88-5d5a2e7e01a4/project/088b32d5-cafa-4d42-8988-7b2184c293a9.svg )] ( https://wakatime.com/badge/user/d5f26215-392b-42b7-8b88-5d5a2e7e01a4/project/088b32d5-cafa-4d42-8988-7b2184c293a9 )
24
24
25
25
![ alt text] ( https://github.com/HashJProgramming/RMMFB/blob/Main/screenshot/1.png )
26
26
![ alt text] ( https://github.com/HashJProgramming/RMMFB/blob/Main/screenshot/2.png )
Original file line number Diff line number Diff line change @@ -63,22 +63,6 @@ function getItems(){
63
63
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
64
64
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap-select.min.css">
65
65
<link rel="stylesheet" href="assets/css/Nunito.css">
66
- <style>
67
- @media print {
68
- .no-print {
69
- display: none !important;
70
- }
71
- }
72
- .font-small {
73
- font-size: 8px;
74
- }
75
- .font-medium {
76
- font-size: 6px;
77
- }
78
- .font-large {
79
- font-size: 12px;
80
- }
81
- </style>
82
66
</head>
83
67
<body>
84
68
<!-- <body onload="printPageAndRedirect()"> -->
You can’t perform that action at this time.
0 commit comments