Page 1 of 1
Inventory System / Stock Control Project.
Posted: Thu Jun 02, 2022 3:30 am
by lemodizon
Hi Everyone,
It's been awhile I miss this forum. I'm planning to create a simple inventory system in livecode. does anyone created already an inventory system / stock control via livecode?..
for my database i'm going to use sqilte.
hope in the near future livecode will have it's own report builder object.
hope I can finish this application. so that i can buy a livecode standard plan.
Thanks everyone.
Re: Inventory System / Stock Control Project.
Posted: Wed Jun 15, 2022 9:54 am
by marksmithhfx
lemodizon wrote: ↑Thu Jun 02, 2022 3:30 am
It's been awhile I miss this forum. I'm planning to create a simple inventory system in livecode. does anyone created already an inventory system / stock control via livecode?..
for my database i'm going to use sqilte.
There is a LC lesson that builds a simple inventory management system for an iPad. You may find that useful:
https://lessons.livecode.com/m/4069/l/2 ... r-the-ipad
It stores each inventory (stock) item on a different card using the stack as the storage system. But it would be relatively simple to port that to Sqlite.
Best of luck. Let us know if you run into any problems.
Mark
Re: Inventory System / Stock Control Project.
Posted: Thu Jun 16, 2022 2:05 am
by lemodizon
marksmithhfx wrote: ↑Wed Jun 15, 2022 9:54 am
lemodizon wrote: ↑Thu Jun 02, 2022 3:30 am
It's been awhile I miss this forum. I'm planning to create a simple inventory system in livecode. does anyone created already an inventory system / stock control via livecode?..
for my database i'm going to use sqilte.
There is a LC lesson that builds a simple inventory management system for an iPad. You may find that useful:
https://lessons.livecode.com/m/4069/l/2 ... r-the-ipad
It stores each inventory (stock) item on a different card using the stack as the storage system. But it would be relatively simple to port that to Sqlite.
Best of luck. Let us know if you run into any problems.
Mark
Hi marksmithhfx,
Thanks for the link.
Thank you. I'm hoping i can make it in livecode so I can save money to buy the standard plan.