Search found 11 matches
- Tue Apr 06, 2021 9:50 pm
- Forum: General topics
- Topic: HTTPS Configuration
- Replies: 2
- Views: 466
Re: HTTPS Configuration
I used NGINX as a reverse proxy with https and it was pretty simple to implement.
- Tue Mar 23, 2021 10:40 am
- Forum: General topics
- Topic: Beginner's question to get an "unpaid bills" index
- Replies: 2
- Views: 531
Re: Beginner's question to get an "unpaid bills" index
A quick test in the sandbox shows: {{ document.tags.all}} <QuerySet [<Tag: test_tag>]> {{ document.tags.all|join:" " }} test_tag so the join converts the result into text. Maybe the "in" cannot work on QuerySets? The examples at https://docs.mayan-edms.com/chapters/indexes/examples.html all use join...
- Mon Mar 22, 2021 8:53 pm
- Forum: General topics
- Topic: Newb Trouble with uploading new document versions
- Replies: 4
- Views: 9705
Re: Newb Trouble with uploading new document versions
Very useful.
Thank you
James
Thank you
James
- Tue Mar 16, 2021 8:07 pm
- Forum: General topics
- Topic: Newb Trouble with uploading new document versions
- Replies: 4
- Views: 9705
Re: Newb Trouble with uploading new document versions
Is it possible to have an example of how to upload a new version via the web form?
- Tue Mar 16, 2021 12:23 pm
- Forum: General topics
- Topic: Editing the OCR content
- Replies: 1
- Views: 3908
Re: Editing the OCR content
The content I am working with is typically more than 50 years old (to about 150 years old) so there is nothing of value in the file metadata and there is nothing that can be automatically extracted from the file format. OCR quality really varies depending on the quality of the scan and the quality o...
- Mon Mar 08, 2021 12:48 pm
- Forum: Guides
- Topic: Request a Guide/Tutorial. What documentation do you want to see?
- Replies: 10
- Views: 2755
Re: Request a Guide/Tutorial. What documentation do you want to see?
I think you need to segment the tutorials, for example: 1) A home use case -- so keeping track of all documentation -- maybe a couple of hundred docs 2) a charity organisation -- wanting to deal with thousands of docs with some automation around indexes and process management 3) Enterprise -- more o...
- Sun Mar 07, 2021 11:39 pm
- Forum: API
- Topic: Add to indexes
- Replies: 0
- Views: 86
Add to indexes
Hello I am working on a project for a local history organisation so it would be useful to index the documents by local street names, organisations etc. I can see how to get a list of documents, versions and therefore the OCR content. If my code then produces a list of keywords based on scanning the ...
- Sat Mar 06, 2021 11:13 pm
- Forum: General topics
- Topic: Bulk import
- Replies: 3
- Views: 4895
Re: Bulk import
Thank you -- that us useful
- Sat Mar 06, 2021 10:55 pm
- Forum: Issues or Errors
- Topic: Index of a workflow
- Replies: 1
- Views: 76
Re: Index of a workflow
ok found about child nodes
- Sat Mar 06, 2021 10:43 pm
- Forum: Issues or Errors
- Topic: Index of a workflow
- Replies: 1
- Views: 76
Index of a workflow
Hello I just setup the workflow called approval_workflow as described in the official PDF book and then using the sandbox, I could see that {{ document.workflow.approval_workflow.get_current_state }} shows the current state of the workflow so I though let me see if I can create an index based on tha...