buff0k / ir

Industrial Relations App, built on the Frappe framework and integrated with ERPNext and HRMS
MIT License
1 stars 0 forks source link

Error on Creation of New Disciplinary Action #1

Closed buff0k closed 2 months ago

buff0k commented 3 months ago

When you create a new Disciplinary Action, you get the following error: Disciplinary Action new-disciplinary-action-{Random String} not found, this is due to the way in which the checking of sanction validity periods is implemented in the DocType, it does not break functionality as you can create a document and then continue without problems, however needs attention.

buff0k commented 3 months ago

Issue resolved via workaround, however new issue is that doctype requires multiple saves due to scripts running on non-new documents, will consolidate client scripts to resolve.

buff0k commented 2 months ago

All issues resolved.