Hi,
I'm trying to create a stock maintaining module inside of the CRM. So I got below entities
Items - for maintain stock items
Stocks - maintaining Previous month stock/New stock/New Stock date/Total Stock/Total Issue/Month End Stock/Stock Month
Supplies - Item Name/Branch/Supply Units/Supply Date
In this case im stuck with the data fetching from the previous month. I hope that can be done but something there i missed.
What I need at the moment is to fetch previous month "Month End Stock" to new month field "previous month stock"
Eg: January 2020 "Month End Stock" = 100 & February 2020 "Previous Month Stock" = 100
is there anyone know a way to do this. ? Im going to continue this thread as this is help us to built a different module with some complex conditions im guess.
I'm trying to create a stock maintaining module inside of the CRM. So I got below entities
Items - for maintain stock items
Stocks - maintaining Previous month stock/New stock/New Stock date/Total Stock/Total Issue/Month End Stock/Stock Month
Supplies - Item Name/Branch/Supply Units/Supply Date
In this case im stuck with the data fetching from the previous month. I hope that can be done but something there i missed.
What I need at the moment is to fetch previous month "Month End Stock" to new month field "previous month stock"
Eg: January 2020 "Month End Stock" = 100 & February 2020 "Previous Month Stock" = 100
is there anyone know a way to do this. ? Im going to continue this thread as this is help us to built a different module with some complex conditions im guess.
Comment