Simplified logs page and fixed session stats tracking

This commit is contained in:
Keannu Christian Bernasol 2023-03-07 22:11:03 +08:00
parent 3b5fb87099
commit 7fa1ddcd3a
5 changed files with 28 additions and 106 deletions

View file

@ -21,6 +21,7 @@ export interface ProductLogEntry {
quantity: string;
history_date: string;
history_user_id: number;
changed_by: string;
};
}
@ -31,6 +32,7 @@ export interface ProductLog {
quantity: string;
history_date: string;
history_user_id: number;
changed_by: string;
}
// Redux Interfaces