dolibarr-bugtrack
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dolibarr-bugtrack] [bug #18639] fix for adding documents to order


From: Franky Van Liedekerke
Subject: [Dolibarr-bugtrack] [bug #18639] fix for adding documents to order
Date: Sat, 30 Dec 2006 10:36:18 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.8.1) Gecko/20060601 Firefox/2.0 (Ubuntu-edgy)

URL:
  <http://savannah.nongnu.org/bugs/?18639>

                 Summary: fix for adding documents to order
                 Project: Dolibarr
            Submitted by: liedekef
            Submitted on: Saturday 30/12/06 at 10:36
                Severity: 3 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
                 Release: None
        Operating System: None

    _______________________________________________________

Details:

One can almost everywhere attach a document, but not for the order itself. It
would be nice to have this ability (eg to attach scanned signed delivery
sheets).
If you change htdocs/lib/order.lib.php and add after the "Note" header part:

    $head[$h][0] = DOL_URL_ROOT.'/commande/document.php?id='.$commande->id;
        $head[$h][1] = $langs->trans('Documents');
        $head[$h][2] = 'documents';
        $h++;

and then create the file htdocs/commande/document.php (see attachment) this
works ok as well.

Franky



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Saturday 30/12/06 at 10:36  Name: document.php  Size: 7kB   By:
liedekef

<http://savannah.nongnu.org/bugs/download.php?file_id=11626>

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?18639>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]