Inventory management system

It’s possible or there’s any examples to create a inventory management system? I already got info on mysql tables just need UI and logic but Im new

Thank you

Welcome to the Forum!

Having a database schema is a really good start!

Anvil’s tables present themselves as pure Python, so they tend to be a lot simpler.

I suggest starting here for examples and tutorials. You might not find an exact match, but you’re sure to find plenty of applicable bits.

3 Likes

Yes, very much. We have one that is running for the last 2 years or so on Anvil, monitoring inventory across 6 warehouses. The examples and tutorials is the best place to get started

3 Likes

Repeating panels and the data grid will likely be needed to wire up your database schema to a user interface layout:

If you’re going to migrate from MySQL to the Anvil database, the basics of using it are here: