Skip to content
#

document-management

Here are 151 public repositories matching this topic...

Vikcen
Vikcen commented Jul 2, 2019

Hello.

I'm seeing the following behavior, when i rename or move a document from CmisSync in Windows 10, it calls to the server thru the following Cmis methods:

  • First it does a call to this method: public void deleteObjectOrCancelCheckOut
  • Then it does a second call to this method: public String create

So it first deletes de document in the server and then create a new one in t

cypna
cypna commented Jul 4, 2019
  • Templated-docs version:0.3.1
  • Python version: 3.7
  • Django : 2.1
  • Operating System: Debian (Docker image : python:3.7.3-stretch )

Description

Im trying to pass fill_template('dashboard/report/word/invoice.odt', context, output_format='pdf')

What I Did

def report_html_view(request,project_id):
    try :
        context = {'number':'93333333'}  # Just an example
   
joeribekker
joeribekker commented Aug 22, 2019

Bug

Dit gedrag is impliciet meegenomen in de functionaliteit dat je een URL opslaat als verwijzing naar een Document bij een Zaak. Als de URL een ?versie=3 query parameter bevat, wijs je technisch gezien naar een specifieke versie.

De vraag is echter of dit A) wenselijk functioneel gedrag is, of B) eigenlijk gewoon een bug is en toevallig werkt.

In het geval van A moeten we dit explic

paperless-cli

瀚为云文档协作平台是开源文档管理平台/企业网盘,支持企业文件、个人文件等文件分库管理,并提供文件收藏夹、最近打开的文件、回收站等分区设置。平台能够满足统一存储、共享协作、权限控制功能。并提供文件上传、目录维护、重命名、移动、复制、设置标签、锁定、删除、预览、动态跟踪等功能。

  • Updated Apr 8, 2019
  • JavaScript
onepile
tomtjes
tomtjes commented May 2, 2020

When copying code from a code block and pasting it into terminal, it is markdown formatted.

It would be helpful to have a way to copy code without formatting. One way some websites do it is adding a small copy button to the top right of code blocks. It would be sweet to see this in OnePile as well.

Shidash
Shidash commented May 7, 2019

Currently, changing the title of a document or other field used in the ID on pre-publication archive may result in creation of a second document on the public instance. The document ID should either be passed to the public instance (and constant) or a based on a non-user-changeable (but unique) field.

Improve this page

Add a description, image, and links to the document-management topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the document-management topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.