Is there is any way to change the price daily for all the item i have … for a gold store system … you know gold price rate will change every day …
Hello @GhadaEbrahim,
You can do this in multiple ways. It will depend on complexity of your setup.
- You can write a scheduled job the updates price of all items.
- You can keep Gold as an item and then use item_bundle and then update just one/few item via scheduler. .
- You can use BOM and the update just gold(item) price via scheduler.
References:
- For scheduler read this part of documentation of Frappe Framework.
- Product Bundle - Read this part of documentation of ERPNext.
- BOM - Read this part of documentation of ERPNext.
1 Like
Thank you for your reply@esafwan
after my research I think Pricing rule is suitable for my case.
1 Like
I think creating a new Currency is also viable option. We did that maybe 15 years ago for a gold store with another ERP. (Ounce price of the gold)
Hi,
You can create the new currency and use the exchange rate in terms of gold price. Daily basis you just need to update the exchange rate between your Billing currency and the currency you created as the price fluctuation of gold.
Thanks,
2 Likes