File size: 32,001 Bytes
69de483 5eafb5f a75dff5 69de483 5eafb5f 69de483 5eafb5f 69de483 5eafb5f 69de483 5eafb5f 69de483 5eafb5f 69de483 5eafb5f 69de483 f3bf924 69de483 f3bf924 69de483 c531d10 3947d91 69de483 050959c 69de483 35a39ca 69de483 35a39ca 0503657 69de483 65f0749 ab4fee2 69de483 e4e54fb 69de483 fc5971d 69de483 fc5971d 69de483 fc5971d 69de483 fc5971d 69de483 fc5971d 69de483 4a152da 69de483 955e136 69de483 f3bf924 69de483 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"/>
<title>AI Inventory Management | VLC Solutions</title>
<meta name="description" content="AI-powered physical inventory solution for Microsoft Dynamics 365 Business Central. Automate counting, reconciliation & reporting for accurate stock control."/>
<meta name="keywords" content="AI inventory management, Dynamics 365 inventory, Business Central add-on, physical inventory software, stock control system, ERP integration"/>
<link rel="canonical" href="https://www.vlcsolutions.com/physical-inventory.html" />
<!-- Twitter Card data -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="AI Inventory Management by VLC Solutions">
<meta name="twitter:description" content="Transform stock control with our AI-powered physical inventory solution for Dynamics 365 Business Central. Automate counting & reconciliation.">
<meta name="twitter:image:src" content="https://huggingface.co/spaces/vlcsolutions/ai-turbobiz-accelerate-with-intelligence/resolve/main/images/VLC_Logo.png">
<!-- Tailwind + libs -->
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js" defer></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js" defer></script>
<!-- VLC Brand Map + UI polish -->
<style id="vlc-brand-theme">
:root{
--vlc-navy:#002060;
--vlc-navy-700:#001a50;
--vlc-sky:#00A0E9;
--vlc-leaf:#8DC63F;
--vlc-leaf-700:#79b32e;
--vlc-ink:#1F2A44;
--vlc-tint:#F5F7FF;
--vlc-leaf-tint:#F3FAEA;
--vlc-card:#ffffff;
}
body{ color:#1f2937; }
.service-card:hover{ transform:translateY(-4px); box-shadow:0 16px 28px -8px rgba(0,32,96,.18), 0 10px 14px -6px rgba(0,32,96,.10) }
.chip{ background:linear-gradient(135deg,var(--vlc-navy),#0b3b8f); color:#fff }
.btn-primary{ background:var(--vlc-navy); color:#fff }
.btn-primary:hover{ background:var(--vlc-navy-700) }
.btn-accent{ background:var(--vlc-leaf); color:#0b2a66 }
.btn-accent:hover{ background:var(--vlc-leaf-700) }
.link-brand{ color:var(--vlc-navy) }
.link-brand:hover{ color:var(--vlc-leaf) }
/* Accent top border like vlcsolutions.com cards */
.card-accent{ position:relative; }
.card-accent:before{
content:""; position:absolute; inset:0 0 auto 0; height:4px;
background:linear-gradient(90deg,var(--vlc-leaf),var(--vlc-sky));
}
/* Soft patterned sections */
.pattern-navy{
background:
radial-gradient(24px 24px at 10% 10%, rgba(255,255,255,.06) 0 6px, transparent 7px),
radial-gradient(24px 24px at 60% 30%, rgba(255,255,255,.05) 0 6px, transparent 7px),
radial-gradient(24px 24px at 30% 70%, rgba(255,255,255,.04) 0 6px, transparent 7px),
linear-gradient(180deg, rgba(0,0,0,.0), rgba(0,0,0,.12));
background-color:var(--vlc-navy);
}
.pattern-tint{
background:
radial-gradient(18px 18px at 20% 30%, rgba(141,198,63,.10) 0 6px, transparent 7px),
radial-gradient(18px 18px at 70% 60%, rgba(0,160,233,.10) 0 6px, transparent 7px);
background-color:#F7FBF1;
}
/* Footer */
footer a:hover{ color:var(--vlc-leaf) }
/* Make “Learn more” rows align across cards */
.card-body{ display:flex; flex-direction:column; height:100% }
.card-cta{ margin-top:auto }
</style>
<script src="https://analytics.ahrefs.com/analytics.js" data-key="jcrS4NwPF1CB1Z4lNmgDKQ" async></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GH6WBJWXS8"></script>
<script type="application/ld+json">
{
"@context":"https://schema.org",
"@type":"SoftwareApplication",
"name":"AI Inventory Management Solution",
"url":"https://www.vlcsolutions.com/ai-inventory-management",
"headline":"AI-powered physical inventory management for Dynamics 365",
"description":"Automated counting, reconciliation and reporting solution for Microsoft Dynamics 365 Business Central",
"applicationCategory":"BusinessApplication",
"operatingSystem":"Windows, Web",
"offers": {
"@type":"Offer",
"price":"0",
"priceCurrency":"USD",
"availability":"https://schema.org/InStock"
},
"publisher":{
"@type":"Organization",
"name":"VLC Solutions",
"url":"https://www.vlcsolutions.com",
"logo":{"@type":"ImageObject","url":"https://huggingface.co/spaces/vlcsolutions/ai-turbobiz-accelerate-with-intelligence/resolve/main/images/VLC_Logo.png"}
},
"mainEntity":{
"@type":"SoftwareFeature",
"name":"AI Inventory Features",
"featureList":[
"Automated tag assignment",
"ERP system integration",
"Discrepancy reporting",
"Physical inventory journal",
"Mandatory report generation"
]
},
"about":[
"Microsoft Dynamics 365 Business Central",
"Inventory management",
"Stock control",
"ERP integration",
"AI-powered automation"
],
"potentialAction":{
"@type":"ContactAction",
"target":"https://www.vlcsolutions.com/contactus.html",
"name":"Request Demo",
"description":"See how AI can transform your inventory management processes."
}
}
</script>
</head>
<!-- Header / Nav -->
<header class="bg-white text-[var(--vlc-navy)] shadow-md sticky top-0 z-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between h-16">
<a href="https://www.vlcsolutions.com/" class="flex items-center gap-2">
<img src="https://huggingface.co/spaces/vlcsolutions/ai-turbobiz-accelerate-with-intelligence/resolve/main/images/VLC_Logo.png" alt="VLC Solutions" class="h-10" loading="lazy">
</a>
<nav class="hidden md:flex items-center gap-2" aria-label="Primary">
<!-- Direct link per your request -->
<a href="https://www.vlcsolutions.com/who-we-serve.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Who We Serve</a>
<!-- Solutions -->
<div class="relative group">
<button class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium" aria-haspopup="true" aria-expanded="false">
Solutions <i data-feather="chevron-down" class="w-4 h-4 ml-1" aria-hidden="true"></i>
</button>
<div class="absolute left-0 top-full mt-2 min-w-[220px] bg-white border border-gray-200 rounded-md shadow-md p-2 opacity-0 invisible translate-y-1 transition-all group-hover:opacity-100 group-hover:visible group-hover:translate-y-0">
<a href="https://www.vlcsolutions.com/solutions.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Business Central Apps</a>
</div>
</div>
<!-- Services -->
<div class="relative group">
<button class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium" aria-haspopup="true" aria-expanded="false">
Services <i data-feather="chevron-down" class="w-4 h-4 ml-1" aria-hidden="true"></i>
</button>
<div class="absolute left-0 top-full mt-2 min-w-[240px] bg-white border border-gray-200 rounded-md shadow-md p-2 grid gap-1 opacity-0 invisible translate-y-1 transition-all group-hover:opacity-100 group-hover:visible group-hover:translate-y-0">
<a href="https://www.vlcsolutions.com/services.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Services Overview</a>
<a href="https://www.vlcsolutions.com/choosing-advisory-services-for-your-business.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Advisory Services</a>
<a href="https://www.vlcsolutions.com/software-implementation-partner.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Implementation Services</a>
<a href="https://www.vlcsolutions.com/managed-application-services.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Managed Application Services</a>
<a href="https://www.vlcsolutions.com/managed-it-services.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Managed IT Services</a>
<a href="https://www.vlcsolutions.com/compliance-services.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Compliance Services</a>
<a href="https://www.vlcsolutions.com/cloud-services-for-microsoft-dynamics.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Cloud Services</a>
<a href="https://www.vlcsolutions.com/marketing-solutions-strategic-growth.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Marketing Services</a>
<a href="https://www.vlcsolutions.com/data-and-ai-transformation.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">AI and Analytics</a>
</div>
</div>
<!-- Industries -->
<div class="relative group">
<button class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium" aria-haspopup="true" aria-expanded="false">
Industries <i data-feather="chevron-down" class="w-4 h-4 ml-1" aria-hidden="true"></i>
</button>
<div class="absolute left-0 top-full mt-2 min-w-[240px] bg-white border border-gray-200 rounded-md shadow-md p-2 grid gap-1 opacity-0 invisible translate-y-1 transition-all group-hover:opacity-100 group-hover:visible group-hover:translate-y-0">
<a href="https://www.vlcsolutions.com/industries.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Industries Overview</a>
<a href="https://www.vlcsolutions.com/microsoft-dynamics-365-business-central-for-distribution.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Distribution</a>
<a href="https://www.vlcsolutions.com/ecommerce-development-services.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">E-Commerce</a>
<a href="https://www.vlcsolutions.com/government-contractors.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Government Contractors</a>
<a href="https://www.vlcsolutions.com/microsoft-dynamics-365-for-manufacturing.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Manufacturing</a>
</div>
</div>
<!-- Products -->
<div class="relative group">
<button class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium" aria-haspopup="true" aria-expanded="false">
Products <i data-feather="chevron-down" class="w-4 h-4 ml-1" aria-hidden="true"></i>
</button>
<div class="absolute left-0 top-full mt-2 min-w-[240px] bg-white border border-gray-200 rounded-md shadow-md p-2 grid gap-1 opacity-0 invisible translate-y-1 transition-all group-hover:opacity-100 group-hover:visible group-hover:translate-y-0">
<a href="https://www.vlcsolutions.com/products.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Products Overview</a>
<a href="https://www.vlcsolutions.com/microsoft-dynamics-365.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Dynamics 365</a>
<a href="https://www.vlcsolutions.com/microsoft-dynamics-365-business-central.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Business Central</a>
<a href="https://www.vlcsolutions.com/power-platform.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Power Platform</a>
<a href="https://www.vlcsolutions.com/microsoft-365.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Microsoft 365</a>
<a href="https://www.vlcsolutions.com/microsoft-dynamics-365-commerce.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Dynamics Commerce</a>
<a href="https://www.vlcsolutions.com/magento-connector-for-microsoft-dynamics-365-business-central.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Magento Connector</a>
</div>
</div>
<!-- Who We Are -->
<div class="relative group">
<button class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium" aria-haspopup="true" aria-expanded="false">
Who We Are <i data-feather="chevron-down" class="w-4 h-4 ml-1" aria-hidden="true"></i>
</button>
<div class="absolute left-0 top-full mt-2 min-w-[240px] bg-white border border-gray-200 rounded-md shadow-md p-2 grid gap-1 opacity-0 invisible translate-y-1 transition-all group-hover:opacity-100 group-hover:visible group-hover:translate-y-0">
<a href="https://www.vlcsolutions.com/who-we-are.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Overview</a>
<a href="https://www.vlcsolutions.com/partner.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Partner</a>
<a href="https://www.vlcsolutions.com/terms-services.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Terms</a>
<a href="https://www.vlcsolutions.com/privacy.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Privacy Policy</a>
<a href="https://www.vlcsolutions.com/protecting-our-clients.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Client Protection</a>
<a href="https://www.vlcsolutions.com/blog/" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Blog</a>
<a href="https://www.vlcsolutions.com/case-studies.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Case Studies</a>
<a href="https://www.vlcsolutions.com/contactus.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Contact VLC</a>
</div>
</div>
<a href="https://www.vlcsolutions.com/contactus.html" class="bg-[#002060] hover:bg-[#001a50] text-white px-4 py-2 rounded-md text-sm font-medium">Let’s Connect</a>
</nav>
<button id="mobile-menu-button" class="md:hidden inline-flex items-center p-2 rounded-md text-gray-500 hover:bg-gray-100" aria-label="Open menu">
<i data-feather="menu" aria-hidden="true"></i>
</button>
</div>
</div>
</header>
<body class="font-sans antialiased">
<!-- Banner -->
<section class="text-white py-16" style="background: url('https://huggingface.co/spaces/vlcsolutions/vlc-ai-inventory-sync-wizard/resolve/main/images/PI-main-banner-2025.png') no-repeat center center; background-size: cover;">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
<h1 class="text-4xl md:text-5xl font-bold mb-6" data-aos="fade-up">
AI-based End-to-End Solution for Physical Inventory Management
</h1>
<p class="text-xl md:text-2xl mb-8 text-white" data-aos="fade-up" data-aos-delay="100">
Sync your stock. Perfect your profits.
</p>
<a href="https://www.vlcsolutions.com/contactus.html" class="btn-accent px-8 py-3 rounded-full text-lg font-bold" data-aos="fade-up" data-aos-delay="300">
Reclaim control of your inventory
</a>
</div>
</section>
<!-- Section 1 -->
<section class="py-16 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<h2 class="text-3xl font-bold text-[var(--vlc-navy)] mb-8 text-center">Essential Characteristics and Operation</h2>
<div class="grid md:grid-cols-2 gap-8 items-center">
<div data-aos="fade-right">
<img src="https://huggingface.co/spaces/vlcsolutions/vlc-ai-inventory-sync-wizard/resolve/main/images/PI-right side img.png" alt="Inventory Management" ">
</div>
<div data-aos="fade-left">
<p class="text-lg mb-6">
Our physical inventory solutions for Microsoft Dynamics 365 Business Central offer several features to make the inventory process most efficient and convenient. As an AI based and key Business Central add-on, it provides an end-to-end ERP integration that handles everything from creation to reconciliation.
</p>
<ul class="space-y-4 mb-8">
<li class="flex items-start">
<div class="bg-[var(--vlc-leaf)] rounded-full p-2 mr-4">
<i data-feather="check" class="w-5 h-5 text-white"></i>
</div>
<span>Structured Counting: Our AI centric solution automatically generates and assigns tags to every location, control table, and work center</span>
</li>
<li class="flex items-start">
<div class="bg-[var(--vlc-leaf)] rounded-full p-2 mr-4">
<i data-feather="check" class="w-5 h-5 text-white"></i>
</div>
<span>Data Entry: Inventory results can be entered directly into the system or integrated with external data collection systems</span>
</li>
<li class="flex items-start">
<div class="bg-[var(--vlc-leaf)] rounded-full p-2 mr-4">
<i data-feather="check" class="w-5 h-5 text-white"></i>
</div>
<span>Reconciliation: Essential for accounting and financial reporting with discrepancy presentation</span>
</li>
<li class="flex items-start">
<div class="bg-[var(--vlc-leaf)] rounded-full p-2 mr-4">
<i data-feather="check" class="w-5 h-5 text-white"></i>
</div>
<span>Reporting: Print mandatory reports and display item balances in the Physical Inventory Journal</span>
</li>
</ul>
<a href="https://www.vlcsolutions.com/contactus.html" class="btn-primary px-8 py-3 rounded-full text-lg font-bold">Stop Guessing, Start Counting</a>
</div>
</div>
</div>
</section>
<!-- Section 2: Benefits -->
<section class="pattern-tint py-16">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<h2 class="text-3xl font-bold text-[var(--vlc-navy)] mb-8 text-center">Benefits</h2>
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
<div class="bg-white p-8 rounded-xl shadow-md" data-aos="zoom-in">
<div class="bg-[var(--vlc-navy)] w-16 h-16 rounded-full flex items-center justify-center mb-6 mx-auto">
<i data-feather="target" class="w-8 h-8 text-white"></i>
</div>
<h3 class="text-xl font-bold text-[var(--vlc-navy)] mb-4 text-center">Higher Precision</h3>
<p class="text-gray-600">This feature ensures your physical inventory records match the availability record, which in turn makes forecasting more accurate and aids in inventory management.</p>
</div>
<div class="bg-white p-8 rounded-xl shadow-md" data-aos="zoom-in" data-aos-delay="100">
<div class="bg-[var(--vlc-navy)] w-16 h-16 rounded-full flex items-center justify-center mb-6 mx-auto">
<i data-feather="zap" class="w-8 h-8 text-white"></i>
</div>
<h3 class="text-xl font-bold text-[var(--vlc-navy)] mb-4 text-center">Efficiency & Automation</h3>
<p class="text-gray-600">It automates key parts of the physical counting process, making it simpler and less time-consuming.</p>
</div>
<div class="bg-white p-8 rounded-xl shadow-md" data-aos="zoom-in" data-aos-delay="200">
<div class="bg-[var(--vlc-navy)] w-16 h-16 rounded-full flex items-center justify-center mb-6 mx-auto">
<i data-feather="dollar-sign" class="w-8 h-8 text-white"></i>
</div>
<h3 class="text-xl font-bold text-[var(--vlc-navy)] mb-4 text-center">Cost Savings</h3>
<p class="text-gray-600">Proper inventory levels save organizations from costs incurred by mis-forecasts and poor inventory management.</p>
</div>
<div class="bg-white p-8 rounded-xl shadow-md" data-aos="zoom-in">
<div class="bg-[var(--vlc-navy)] w-16 h-16 rounded-full flex items-center justify-center mb-6 mx-auto">
<i data-feather="shield" class="w-8 h-8 text-white"></i>
</div>
<h3 class="text-xl font-bold text-[var(--vlc-navy)] mb-4 text-center">Better Control</h3>
<p class="text-gray-600">Physical Inventory provides a clear overview of the stock level, giving the organization an opportunity to monitor stock and prevent stockouts. For specific industries like sheet metal, it provides a broader perspective, allowing you to trace inventory using factors like length, width, thickness and material quality.</p>
</div>
<div class="bg-white p-8 rounded-xl shadow-md" data-aos="zoom-in" data-aos-delay="100">
<div class="bg-[var(--vlc-navy)] w-16 h-16 rounded-full flex items-center justify-center mb-6 mx-auto">
<i data-feather="clipboard" class="w-8 h-8 text-white"></i>
</div>
<h3 class="text-xl font-bold text-[var(--vlc-navy)] mb-4 text-center">Audit Support</h3>
<p class="text-gray-600">The system also helps with preventive checks and audits by providing a valid record of fixed assets and stock.</p>
</div>
</div>
</div>
</section>
<!-- Section 3 -->
<section class="py-16 bg-[var(--vlc-navy)] text-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
<h2 class="text-3xl font-bold mb-6">Streamline your calculations with precision and ease</h2>
<p class="text-xl mb-8 max-w-3xl mx-auto">while intelligent tools handle the heavy lifting</p>
<a href="https://www.vlcsolutions.com/contactus.html" class="btn-accent px-8 py-3 rounded-full text-lg font-bold">
Count Smarter. Not Harder.
</a>
</div>
</section>
<!-- Section 4: Features -->
<section class="py-16 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<h2 class="text-3xl font-bold text-[var(--vlc-navy)] mb-12 text-center">Features</h2>
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-6">
<div class="border border-gray-200 rounded-lg p-6 hover:shadow-lg transition-all" data-aos="fade-up">
<div class="flex items-center mb-4">
<div class="bg-[var(--vlc-leaf-tint)] p-3 rounded-full mr-4">
<i data-feather="link" class="w-6 h-6 text-[var(--vlc-leaf)]"></i>
</div>
<h3 class="text-xl font-bold text-[var(--vlc-navy)]">End-to-end integration</h3>
</div>
<p class="text-gray-600">Seamless connection with your existing ERP system</p>
</div>
<div class="border border-gray-200 rounded-lg p-6 hover:shadow-lg transition-all" data-aos="fade-up" data-aos-delay="50">
<div class="flex items-center mb-4">
<div class="bg-[var(--vlc-leaf-tint)] p-3 rounded-full mr-4">
<i data-feather="tag" class="w-6 h-6 text-[var(--vlc-leaf)]"></i>
</div>
<h3 class="text-xl font-bold text-[var(--vlc-navy)]">Automated tag assignment</h3>
</div>
<p class="text-gray-600">AI-driven tagging for all inventory items</p>
</div>
<div class="border border-gray-200 rounded-lg p-6 hover:shadow-lg transition-all" data-aos="fade-up" data-aos-delay="100">
<div class="flex items-center mb-4">
<div class="bg-[var(--vlc-leaf-tint)] p-3 rounded-full mr-4">
<i data-feather="list" class="w-6 h-6 text-[var(--vlc-leaf)]"></i>
</div>
<h3 class="text-xl font-bold text-[var(--vlc-navy)]">Structured counting process</h3>
</div>
<p class="text-gray-600">Organized methodology for efficient inventory</p>
</div>
<div class="border border-gray-200 rounded-lg p-6 hover:shadow-lg transition-all" data-aos="fade-up">
<div class="flex items-center mb-4">
<div class="bg-[var(--vlc-leaf-tint)] p-3 rounded-full mr-4">
<i data-feather="refresh-cw" class="w-6 h-6 text-[var(--vlc-leaf)]"></i>
</div>
<h3 class="text-xl font-bold text-[var(--vlc-navy)]">Reconciliation with system</h3>
</div>
<p class="text-gray-600">Automatic matching with ERP records</p>
</div>
<div class="border border-gray-200 rounded-lg p-6 hover:shadow-lg transition-all" data-aos="fade-up" data-aos-delay="50">
<div class="flex items-center mb-4">
<div class="bg-[var(--vlc-leaf-tint)] p-3 rounded-full mr-4">
<i data-feather="alert-circle" class="w-6 h-6 text-[var(--vlc-leaf)]"></i>
</div>
<h3 class="text-xl font-bold text-[var(--vlc-navy)]">Discrepancy display</h3>
</div>
<p class="text-gray-600">Clear visualization of inventory variances</p>
</div>
<div class="border border-gray-200 rounded-lg p-6 hover:shadow-lg transition-all" data-aos="fade-up" data-aos-delay="100">
<div class="flex items-center mb-4">
<div class="bg-[var(--vlc-leaf-tint)] p-3 rounded-full mr-4">
<i data-feather="printer" class="w-6 h-6 text-[var(--vlc-leaf)]"></i>
</div>
<h3 class="text-xl font-bold text-[var(--vlc-navy)]">Mandatory report printing</h3>
</div>
<p class="text-gray-600">Generate all required inventory documents</p>
</div>
</div>
</div>
</section>
<!-- FOOTER -->
<footer class="bg-[var(--vlc-navy)] text-white pt-14 pb-8">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid md:grid-cols-3 gap-10 mb-10">
<div>
<h3 class="font-bold mb-3">Contact Us</h3>
<div class="text-gray-300 space-y-3">
<div class="flex items-start"><i data-feather="map-pin" class="w-5 h-5 mr-3" aria-hidden="true"></i>1900 E Golf Rd, Suite 950<br>Schaumburg, IL 60173</div>
<div class="flex items-center"><i data-feather="phone" class="w-5 h-5 mr-3" aria-hidden="true"></i>+1 (224) 955-1818</div>
</div>
</div>
<div>
<h3 class="font-bold mb-3">Quick Links</h3>
<div class="grid grid-cols-2 gap-4 text-gray-300">
<ul class="space-y-2">
<li><a href="https://www.vlcsolutions.com/index.html" class="hover:text-white">Home</a></li>
<li><a href="https://www.vlcsolutions.com/who-we-are.html" class="hover:text-white">About Us</a></li>
<li><a href="https://www.vlcsolutions.com/solutions.html" class="hover:text-white">Solutions</a></li>
<li><a href="https://www.vlcsolutions.com/services.html" class="hover:text-white">Services</a></li>
<li><a href="https://www.vlcsolutions.com/industries.html" class="hover:text-white">Industries</a></li>
<li><a href="https://www.vlcsolutions.com/products.html" class="hover:text-white">Products</a></li>
<li><a href="https://www.vlcsolutions.com/who-we-serve.html" class="hover:text-white">Who We Serve</a></li>
</ul>
<ul class="space-y-2">
<li><a href="https://www.vlcsolutions.com/contactus.html" class="hover:text-white">Contact Us</a></li>
<li><a href="https://www.vlcsolutions.com/blog/" class="hover:text-white">Blog</a></li>
<li><a href="https://www.vlcsolutions.com/case-studies.html" class="hover:text-white">Case Studies</a></li>
<li><a href="https://www.vlcsolutions.com/privacy.html" class="hover:text-white">Privacy Policy</a></li>
<li><a href="https://www.vlcsolutions.com/terms-services.html" class="hover:text-white">Terms & Conditions</a></li>
<li><a href="https://www.vlcsolutions.com/protecting-our-clients.html" class="hover:text-white">Client Protection</a></li>
<li><a href="https://www.vlcsolutions.com/faq.html" class="hover:text-white">FAQs</a></li>
</ul>
</div>
</div>
<div>
<h3 class="font-bold mb-3">VLC Solutions</h3>
<p class="text-gray-300 mb-4">Empowering Your Business through Intelligent AI-enabled IT Solutions</p>
<div class="flex gap-4">
<a href="https://www.linkedin.com/company/vlc-solutions-llc" target="_blank" class="text-gray-300 hover:text-white" aria-label="LinkedIn"><i data-feather="linkedin" class="w-5 h-5" aria-hidden="true"></i></a>
<a href="https://www.instagram.com/vlcsolutionsllc/" target="_blank" class="text-gray-300 hover:text-white" aria-label="Instagram"><i data-feather="instagram" class="w-5 h-5" aria-hidden="true"></i></a>
<a href="https://x.com/vlcsolutions" target="_blank" class="text-gray-300 hover:text-white" aria-label="Twitter / X"><i data-feather="twitter" class="w-5 h-5" aria-hidden="true"></i></a>
<a href="https://www.pinterest.com/vlcsolutions/" target="_blank" class="group" aria-label="Pinterest">
<img src="https://cdn.simpleicons.org/pinterest/9ca3af" class="w-5 h-5 transition group-hover:invert" alt="Pinterest">
</a>
<a href="https://www.youtube.com/@vlcsolutions/" target="_blank" class="text-gray-300 hover:text-white" aria-label="YouTube"><i data-feather="youtube" class="w-5 h-5" aria-hidden="true"></i></a>
</div>
</div>
</div>
<div class="border-t border-[var(--vlc-navy-700)] pt-6 text-center text-gray-300">
© 2025 VLC Solutions. All rights reserved.
</div>
</div>
</footer>
<script>
// Init animations (after scripts loaded)
document.addEventListener('DOMContentLoaded', () => {
if (window.AOS) {
AOS.init({
duration: 800,
easing: 'ease-in-out',
once: true,
mirror: false,
offset: 120,
disable: window.innerWidth < 768
});
}
if (window.feather) {
feather.replace();
}
// Mobile menu placeholder
const mobileBtn = document.getElementById('mobile-menu-button');
if (mobileBtn) {
mobileBtn.addEventListener('click', () => {
console.log('Mobile menu clicked');
});
}
});
// Refresh AOS on resize (guard if AOS present)
window.addEventListener('resize', function() {
if (window.AOS && AOS.refreshHard) {
AOS.refreshHard();
}
});
</script>
</body>
</html> |