Attachments: Storage paths and UI improvements
See original GitHub issueRight now when attaching documents, they all end up in the same directory. Over time this could potentially be an issue if the file count is big.
- Storage paths I believe it would be a great idea to have some sort of weighted tree as well as a top-level placing them in context from where they where uploaded, i.e.
files/
Buying /
Supplier Quotation /
YYMM/
Supplier-XY-quote-170319-A01.pdf
- UI improvements
Once a file is attached to a document, it’s shown in the side-bar. Here it looses a bit it’s meta data as we can’t see it’s public or private, edit that setting, it’s full filename and so on.
The suggestion solution is to add the feature of viewing the attachment inline using an expandable “side pane”. I believe this would improve a daily workflow in many ways, like
- being able to quickly view (side-by-side) the contents of an attachment while entering it’s data to the form (i.e. a supplier pdf invoice where supplier-invoice data needs to be keyed in)
- once expanded, we have space to show the full file properties such as date, sharing status, download button, etc.
Related, I believe certain attached documents like a receipt or a scanned “paper-copy” of an official invoice shouldn’t be possible to remove once the invoice has been submitted.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:13
- Comments:8 (1 by maintainers)
Top Results From Across the Web
Attachments: Storage paths and UI improvements #14720
Once a file is attached to a document, it's shown in the side-bar. Here it looses a bit it's meta data as we...
Read more >Add and manage attachments - ServiceNow Docs
Administrators can configure attachments and how they work in the system. For more information, see Administering attachments.
Read more >UiPath Community 2022.4 Stable Release - various Activities
This topic goes in-depth about the improvements in various Activities. ... easier to automate Outlook-related activities with UI Automation.
Read more >Amazing synergy between mxHero & Gmail's new UI!
MxHero's ability to highlight cloud storage links in email gains even ... One very cool innovation is how the new Gmail UI exposes...
Read more >The 4 Golden Rules of UI Design | Adobe XD Ideas
The user interface (UI) is a critical part of any software product. ... You should provide fast paths for experienced users by enabling...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
From a programming perspective, a preview is really simple. I just created this proof of concept:
Instead of
we’ll have
and some CSS to adjust the size of the preview.
To make it more comfortable, the preview could be switched on or off by an Eye-Icon on the attached document.
In terms of UX, being able to change the name of the file directly in ERPNext would be a nice feature.