Fixed batch sizes for stock entry

I’m running ERPNext on a hosted instance. I’d like to know if there is a way to limit stock transfers from warehouse A to warehouse B in batches of 10 units. I’d only like it to work this one way and for warehouse B to warehouse A stock transfers to be left standard.

Welcome to the Frappe/ERPNext community!

This is custom behaviour, you may need to develop another module to get it done.
If are familiar with python and js, you will be able to do it quite easily.
Otherwise feel free to seek professional help from erpnext service providers.

1 Like

Hi yash :slight_smile:

Thanks for the welcome.

I’d actually be very interested in doing it myself. If you could give me an idea of how to. As I understand it, since I’m not self hosting I won’t be able to make my own modules. If you point me in the right direction/towards documentation showing otherwise it’s be much appreciated.