Tasks #11548
Showing Cost for the items which not received yet
Description
Dear Suhail,
Please see the attached items not received yet but Showing cost.
Files
History
Updated by Mohamed Suhail over 1 year ago
- Status changed from New to Resolved
- Assignee changed from Mohamed Suhail to Rijas P
- % Done changed from 0 to 100
Rijas P wrote:
Dear Suhail,
Please see the attached items not received yet but Showing cost.
This is the initial cost set to the item during product creation.
euro=# select m_product_id,name,created from m_product where name='EU22221';
m_product_id | name | created
--------------+---------+---------------------
1025735 | EU22221 | 2022-02-17 11:03:11
(1 row)
euro=# select created,updated,currentcostprice,currentqty,m_costelement_id from m_cost where m_product_id=1025735 ;
created | updated | currentcostprice | currentqty | m_costelement_id
----------------------------+----------------------------+------------------+------------+------------------
2022-02-17 11:03:11 | 2022-02-17 11:03:11 | 8.5714 | 0 | 1000000
2022-02-17 11:03:11 | 2022-02-17 11:03:11 | 8.5714 | 0 | 1000001
2022-02-25 20:47:29.632887 | 2022-02-25 20:47:29.632887 | 8.5714 | 0 | 1010018
(3 rows)
Updated by Rijas P over 1 year ago
- Assignee changed from Rijas P to Mohamed Suhail
Dear Suhail,
As per our checking we didn't give cost for these items while product creation. Anyhow, Is it possible to remove the cost from these items?.
It's fine if the cost will be modified after goods received.
Updated by Mohamed Suhail over 1 year ago
- Assignee changed from Mohamed Suhail to Rijas P
Rijas P wrote:
Dear Suhail,
As per our checking we didn't give cost for these items while product creation. Anyhow, Is it possible to remove the cost from these items?.
It's fine if the cost will be modified after goods received.
THe cost will change when the RG is done for the item
Updated by SHAIJAL EDAVANA 8 months ago
- Tracker changed from Bug to Tasks
- Project changed from Euro Novelties to Temp Projects
- Category deleted (
Others)