Tasks #6206
PO price updating wrongly in Purchase order screen
Description
We have updated purchase price of Some items [Dollar Price list] PFA [Dollar price update.jpg] and after that added these items in PO screen and choose the biggest Uom then the PO price is showing wrong. PFA [PO screen.jpg].
In our case, we are updating the price only for smallest Uom, So even we choose the biggest uom the price should be "Smallest Uom price X Divide rate".
Please correct the biggest Uom price of all items and kindly provide a permanent fix.
Files
History
Updated by Rijas P almost 3 years ago
Dear Suhail,
Could you please correct the Carton price of all items in dollar price list. Our purchase orders are pending due to this error.
Updated by Mohamed Suhail almost 3 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 50
Rijas P wrote:
Dear Suhail,
Could you please correct the Carton price of all items in dollar price list. Our purchase orders are pending due to this error.
Deleted Carton prices of the items from Dollar pricelist
euro=# delete from m_productprice where c_uom_id=1000000 and m_pricelist_version_id in (select m_pricelist_version_id from m_pricelist_version where m_pricelist_id=1000003);
DELETE 236
eurobackup=# select count(*) from m_productprice where c_uom_id=1000000 and m_pricelist_version_id in (select m_pricelist_version_id from m_pricelist_version where m_pricelist_id=1000003);
count
-------
236
posiboltdb=# delete from m_productprice where c_uom_id=1000000 and m_pricelist_version_id in (select m_pricelist_version_id from m_pricelist_version where m_pricelist_id=1000003);
DELETE 236
Updated by Rijas P almost 3 years ago
Dear Suhail,
As we discussed, could you please run a script daily basis to remove the Carton price from our server?.
Updated by Mohamed Suhail almost 3 years ago
- Assignee changed from Mohamed Suhail to System Admins Team
- % Done changed from 50 to 80
Rijas P wrote:
Dear Suhail,
As we discussed, could you please run a script daily basis to remove the Carton price from our server?.
Admin team,
Please schedule the below script to run on every day 8 AM UAE time (on central , mini and backup server)
delete from m_productprice where c_uom_id=1000000 and m_pricelist_version_id in (select m_pricelist_version_id from m_pricelist_version where m_pricelist_id=1000003);
Updated by Ahamed Danish almost 3 years ago
- Assignee changed from System Admins Team to Ajin P
Ajin,
Please do the needful.
Updated by Ajin P almost 3 years ago
- Status changed from In Progress to Resolved
crontab configured.
Updated by Rijas P over 2 years ago
- Assignee changed from Ajin P to Mohamed Suhail
Dear Suhail,
As we discussed, could you please run a script hourly basis to remove the Carton price from our server?.
Updated by Mohamed Suhail over 2 years ago
- Assignee changed from Mohamed Suhail to System Admins Team
Rijas P wrote:
Dear Suhail,
As we discussed, could you please run a script hourly basis to remove the Carton price from our server?.
Redmine Admin please do the needful
Change the existing script on a hourly interval
Are we running the same script on mini server also? If yes, please make the change there also
Updated by Ahamed Danish over 2 years ago
Changed script running on euro central,mini and backup to run on hourly basis.
Updated by SHAIJAL EDAVANA 8 months ago
- Tracker changed from Bug to Tasks
- Project changed from Euro Novelties to Temp Projects
- Category deleted (
Others)