Updating status after arrival date of orders entered

Hi ,
I am a newbie working in frappe/erpnext,I would like to get a help from dears!!!

I am working on custom doctype and I titled as ‘Order Tracking’,which has a field of status options ‘Open,Arrived and Overdue’.Now the question is:
How to update status automatically when order arrival date has entered?

Much appreciation from any contribution.Thanks

You can write a custom script…

https://erpnext.org/docs/user/manual/en/customize-erpnext/custom-scripts/custom-script-examples

1 Like

Thanks for response @Basawaraj_Savalagi ,I have seen a date validation script in the link you have provided ,can it be applicable in checking the date whether it has arrived or not?and after arriving ,How to change status from ‘open’ to ‘arrived’.