1. 01 Mar, 2021 17 commits
  2. 26 Feb, 2021 10 commits
  3. 25 Feb, 2021 6 commits
  4. 24 Feb, 2021 1 commit
  5. 23 Feb, 2021 4 commits
  6. 22 Feb, 2021 2 commits
    • Jérome Perrin's avatar
      ingestion: extend contribute dialog to support "Publication State" · 14097487
      Jérome Perrin authored
      Extend "Attach Document" to have the same feature as in "Scan Document"
      so that user can directly choose the state when uploading a document.
      
      This simplifies a bit document_scanner, which can reuse the code that is
      now in Base_contribute
      14097487
    • Jérome Perrin's avatar
      document_scanner: introduce a customizable type based script to suggest a... · 3238df27
      Jérome Perrin authored
      document_scanner: introduce a customizable type based script to suggest a title for scanned document
      
      Unlike when we attach a document, where the title comes from the filename of the attached document,
      when we scan document we don't have any filename. There's a default behaviour of using the current date, so that title is not empty, but in some cases we can define a script to suggest a better title, for exemple when scanning an invoice, we can suggest using supplier name and the invoice title.
      3238df27