Can ERPNext do this?

I see that ERPNext has maintenance visit and maintenance schedule functions. This is what I would like to do… Can ERPNext do it?

  • Add a custom field: customer is RESIDENTIAL or COMMERCIAL
  • Set installation date using Installation Note
  • If customer is RESIDENTIAL, create maintenance reminder (for staff) 50 weeks after installation date and send a reminder email to customer
  • If customer is COMMERCIAL, create maintenance reminder (for staff) 25 weeks after installation date and send a reminder email to customer
  • Schedule the maintenance visit (manually)… should appear on calendar
  • If customer is RESIDENTIAL, create maintenance reminder (for staff) 50 weeks after maintenance visit and send a reminder email to customer
  • If customer is COMMERCIAL, create maintenance reminder (for staff) 25 weeks after maintenance visit and send a reminder email to customer

If customization is required in order to accomplish this, for which functions?

@PeterDF, yes ERPNext can do that, but not without some code customization!

You need hook the submit event of Installation Note

1 Like