Guidance Required for ERPNext Setup – Transport & Logistics Company

We are planning to set up ERPNext for a transport and logistics company and would appreciate guidance on how to proceed with the implementation.

Kindly let us know how we can best structure ERPNext for this industry, and what initial information or requirements.

I cannot give you much about the industry itself, but as a general guidelines for customizing ERPNext includes:

  1. Create a custom app to manage all new DocTypes related to the company you are working with and do not create doctype and link it to any frappe app (erpnext, frappe, hrms, etc)
  2. Do not use ‘Edit DocType’ for any of ERPNext doctypes, rather use Customization
  3. Make sure to export your customization of erpenxt doctypes using the ‘Export Customization’ button to your app to save the customize fields/property from being lost on erpnext app update
  4. Use Fixtures to preserve the data that you changed (this does not apply to most doctype, some of doctypes to make fixtures for might include Role, Navbar Settings, Settings DocType, and others that can have default values to be synced on migrate the site/update erpenxt etc) so you do not lost the changes you make to these roles/documents
  5. Do not change any code in any app except yours. Use monkey patching or override class/function as needed using your app.

Fee free to ask me about any of these points.