Manage your physical storage locations and QR codes
Camera QR scanner would go here
In a real implementation, this would use JavaScript QR scanning
Test with sample codes:
| Location | Level | QR Code | Description | Actions |
|---|---|---|---|---|
|
<%= location.path %>
DEBUG - ID: <%= location.id %>, Parent: <%= inspect(location.parent_id) %>, Level: <%= location.level %>
|
<%= format_level(location.level) %> |
<%= location.qr_code %>
|
<%= location.description %>
|
<.link
patch={~p"/storage_locations/#{location.id}/edit"}
class="text-indigo-600 hover:text-indigo-900"
>
Edit
|
No storage locations yet. Create one to get started!
Here are some sample QR codes generated for your existing storage locations:
<%= ComponentsElixir.QRCode.generate_qr_data(location) %>