Usecase: A user uploads a scanned Vendor Invoice and enters the data in the Purchase Invoice. Another user has to audit if the data has been entered correctly and approves or rejects the entry.
So we were thinking of creating an Audit doctype module that will allow a user to cycle through several doctype instances and compare the PDF print output of the doctype to a scanned image of the source document in a split screen view. If they visually match, the user will click Approve else Reject.
We are trying to design it to be generic so that any doctype can be auditable.
Questions
- Do other community members think this is useful?
- Is there anyway to create a modal screen. Are modal screens advisable in ERPNext?
Any other comments and or suggestions are welcome.