ERPNext Data Base location for attachments (i.e. documents, invoices, etc.)

My team is looking to decipher the location of any attachments incorporated in daily AR/AP functional operations.
Thank You

Hi,

You can find the files on your server on following locations:

  1. If file is public → /home/Your Username/frappe-bench/sites/Your Site Name/public/files
  2. If file is private → /home/Your Username/frappe-bench/sites/Your Site Name/private/files

Thanks,

Divyesh Mangroliya

Thanks, Ill check it out