agritheory / inventory_tools

A collection of features to streamline and enhance inventory management and manufacturing workflows in ERPNext.
https://agritheory.com/documentation/inventory_tools
Other
24 stars 13 forks source link

Alternative workstation in job card and operation #52

Closed viralkansodiya closed 9 months ago

viralkansodiya commented 10 months ago

41

on validate hooks event of job card if operation is selected, alternative workstation will fetch automatically

frappe has not allowed to add table multiselect field in child table if you add a table multiselect type field to the child table, the user will not be able to open a row of that child table.

error as mentioned below image

bom
viralkansodiya commented 9 months ago

@agritheory Final changes has been done from my side Please watch this video first

https://www.awesomescreenshot.com/video/24855534?key=25bfb279c8d065cb1f8439b09812b27f

viralkansodiya commented 9 months ago

@agritheory in test cases, which workstation we have to set in alternative workstation. can we assign some random workstation in operation alternative workstation?

agritheory commented 9 months ago

@viralkansodiya I don't think "random" is a good idea, but I think it'll be good to set up the alternative workstations in [tests/fixtures.py](https://github.com/agritheory/inventory_tools/blob/version-14/inventory_tools/tests/fixtures.py#L60) and [tests/setup.py](https://github.com/agritheory/inventory_tools/blob/version-14/inventory_tools/tests/setup.py#L186). We don't need it for all workstations, but one or two to be able to create a test or two and configure it would be good.

viralkansodiya commented 9 months ago

@agritheory Thanks for update

I will update that soon

viralkansodiya commented 9 months ago

Closing this PR and raise new because of some un resolved conflict