本文介绍了库存中物品期初余额的使用情况怎么做的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
What the use of Item Opening Balance in inventory & how to do
我的尝试:
我创建了一个名为库存的应用程序。
交易是
PO
好收货单[GRN]
好发行说明[GIN]
当创建GRN的交易时,股票将添加(+)到Mst_Stock表中
当创建GIN交易时,股票将减去( - ) )来自Mst_Stock表。
然后如何以及在何处进行每件商品的期初余额
我的Mst_Stock表是
StockNo
商品编号
库存数量
谢谢
Basit。
What I have tried:
I have created a apps called inventory.
The transaction are
PO
Good Receive Note[GRN]
Good Issue Note[GIN]
When transaction of GRN created then the stock will added(+) into Mst_Stock Table
When transaction of GIN created then the stock will Minus(-) from Mst_Stock Table.
Then how and where to do the opening balance of each item
My Mst_Stock Table is
StockNo
ItemNo
StockQty
Thanks
Basit.
推荐答案
这篇关于库存中物品期初余额的使用情况怎么做的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!