Hello Frappe Community,
I need help implementing a document management system in Frappe for employee records. The requirement is as follows:
- In the Employee List, under each employee’s profile, there should be a Documents tab where employees can upload their documents.
- There will be three document categories:
- Aadhar Card
- PAN Card
- Resume
- When an employee uploads a document, the system should:
- Automatically create a folder in the File List based on the employee code.
- Store the uploaded file in a corresponding subfolder within that employee’s folder based on the document type.
Follow this file storage structure:
Employee Code > Document Type > Uploaded File
Example: 07620 > Aadhar Card > Uploaded File
- Additionally, the same structure should be mirrored in Google Drive, ensuring that the uploaded documents are stored in Drive under:
Employee Code > Document Type > Uploaded File
Questions:
- How can I dynamically create folders in the File List when a document is uploaded?
- What would be the best approach to automatically create subfolders based on document type?
- How can I integrate this with Google Drive and ensure the same structured storage format?
- Are there any existing Frappe APIs or scripts that can help automate this process?