Inventory calculation
-
- Posts: 5
- Joined: 2014-02-27 20:47
Inventory calculation
I was wondering how you would do a inventory calculation? Is this easy with in AppGini?
Re: Inventory calculation
Well, depends of your project.
If you have a table sales and buys, you can create a table inventory. For each sale or buy, you can "insert" or "update" a field of the table inventory.
If you have a table sales and buys, you can create a table inventory. For each sale or buy, you can "insert" or "update" a field of the table inventory.