erpnext icon indicating copy to clipboard operation
erpnext copied to clipboard

feat: allow to create empty pi via email append to

Open blaggacao opened this issue 1 year ago • 1 comments

Prior

  • Not possible: image

Now

  • Possible

image

Note

This is better than to create a simple ToDo or Communication in the case that a IMAP folder is guaranteed (or almost guaranteed) to only receive emails (through successful sender hygiene), because:

  • It is clear what to do next
  • Automation (e.g. XML parser) can built upon this to automatically parse a machine readable invoice
  • ToDos are only seen by System Managers (or by assignee or assigner), however this is not useful for incoming Invoices, nor is it useful to open up permissions as ToDos are inherently personal
  • Communication is too general as a doctype
  • ...

no-docs

blaggacao avatar Sep 18 '24 17:09 blaggacao

@barredterra potentially a necessary change to start automating parsing of incoming (per mail) e invoices.

blaggacao avatar Sep 22 '24 14:09 blaggacao