I would like to be able to track items that have been issued to a member and run a report on the remaining inventory. My example is that we have key (that are numbered and controlled) to a padlock that members are able to receive after providing a deposit. I can easily add a field to hold the key number, but I was hoping to be able to track all keys to include those that have been lost, replaced, or in inventory.
CB has nothing like that. I guess you can accomplish it using CB with a custom database table to keep track of all the keys and who they're assigned to then display them on profile using a CB Query Field. You'd have a database table with something like the below.
id | user_id | key
You'd then assign a key to a user by simply setting the user_id column to their user_id. All of this would have to be managed manually through phpmyadmin or I guess a database management extension for Joomla. Your alternative is to find an extension that provides such usage or develop an extension or CB plugin to provide such usage.
Kyle (Krileon) Community Builder Team Member Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
-- If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
-- If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
-- Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
-- My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.