Inventory calculation

The recommended method of customizing your AppGini-generated application is through hooks. But sometimes you might need to add functionality not accessible through hooks. You can discuss this here.
Post Reply
stevelizardi
Posts: 5
Joined: 2014-02-27 20:47

Inventory calculation

Post by stevelizardi » 2014-02-27 20:52

I was wondering how you would do a inventory calculation? Is this easy with in AppGini?

tuxor
Veteran Member
Posts: 48
Joined: 2014-06-15 00:09

Re: Inventory calculation

Post by tuxor » 2014-11-20 05:32

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.

Post Reply