Merge branch 'feature-inventory-management-inv002' into feature-inventory-management
This commit is contained in:
@@ -50,5 +50,6 @@ public:
|
||||
util::Vector<const Notification*> getNotifications();
|
||||
void deleteNotification(const std::string& notificationID);
|
||||
void configureNotifications(const std::string& userID, bool paymentNotifications, bool serviceNotifications);
|
||||
void addInventoryItemStock(const std::string& selectedItemId, int quantity);
|
||||
void runSystemChecks();
|
||||
};
|
||||
Reference in New Issue
Block a user