Skip to content

Commit e92c659

Browse files
Version 2.5 - Updated Readme & POS58 Reciept Added
1 parent d9d98cc commit e92c659

File tree

2 files changed

+5
-21
lines changed

2 files changed

+5
-21
lines changed

README.MD

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
| **System Functionality** | 20% | 40% | 60% | 80% | 100% |
44
|:---------------------------------------------------------------------------------------------------------:|-----|-----|-----|-----|------|
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 ||||||
66
| 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) ||||||
1010
| Generate Reports (EXCEL, PDF, PRINT) ||||||
1111

1212

@@ -20,7 +20,7 @@
2020
| PHP | 8.2.4 |
2121
| phpMyAdmin | 5.2.1 (up to date) |
2222

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)
2424

2525
![alt text](https://github.com/HashJProgramming/RMMFB/blob/Main/screenshot/1.png)
2626
![alt text](https://github.com/HashJProgramming/RMMFB/blob/Main/screenshot/2.png)

reciept-pos58.php

-16
Original file line numberDiff line numberDiff line change
@@ -63,22 +63,6 @@ function getItems(){
6363
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
6464
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap-select.min.css">
6565
<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>
8266
</head>
8367
<body>
8468
<!-- <body onload="printPageAndRedirect()"> -->

0 commit comments

Comments
 (0)