I have a few question based on some module. Actually i need to add few custom form in operation module as per my requirement and application. But i did not get aware about this. i need to create some specific form for my application, which is not available in ERPNext operation module.
Can i create custom form based on my requirements in any ERPNext module ? if yes, please guide to this direction.
Hi…
Erpnext desined to be customized app and you can easily add new forms and customize the existing ones. No need for using code. Please read the manual.
Regards,
Look, for example if i want to create custom form in sub module operation of Manufacturing module to note down result of different parameters of product at different stages of production. Is this possible to create that kind of custom form which has tables of all parameters and we can add parameters reading after each stage of production and testing ?
I created a custom module and DocTypes. In doctypes, i added 3 fields 1) start time 2) end time 3) total time. As available option in fields type, i selected time In Type column. for this, how can i auto count total time as per selection of start time and end time ? I want total time count after start and end time selection.