mirror of
https://github.com/lemeow125/Ivy-Frontend.git
synced 2025-05-14 10:31:07 +08:00
Simplified logs page and fixed session stats tracking
This commit is contained in:
parent
3b5fb87099
commit
7fa1ddcd3a
5 changed files with 28 additions and 106 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue