Merge branch 'feature-inventory-management-inv002' into feature-inventory-management

This commit is contained in:
Avinash Rajesh
2026-05-21 20:09:53 +05:30
5 changed files with 141 additions and 0 deletions
@@ -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();
};