[Koha-bugs] [Bug 5260] New: It would be nice if Koha's Acquisition module could order by email

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Sep 28 20:59:59 CEST 2010


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5260

           Summary: It would be nice if Koha's Acquisition module could
                    order by email
 Change sponsored?: ---
           Product: Koha
           Version: rel_3_2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: Acquisitions
        AssignedTo: henridamien at koha-fr.org
        ReportedBy: ef at math.uni-bonn.de
         QAContact: koha-bugs at lists.koha-community.org
   Estimated Hours: 0.0


Created attachment 2653
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=2653
Patch to enable acquisition orders by email

I would find it useful if Koha' Acquisition module could not only generate
printed PDF orders, but also order by email to the bookseller.

Attached patch is my first try at it. Comments welcome. I wrote it for my
employee (Mathematisches Institut der Universität Bonn) and it's targeted
towards using Koha for acquisitions at our Institute's library (Fachbibliothek
Mathematik der Universität Bonn).

It introduces a new notice/letter/form orders/ORDEREMAIL which may look as
follows (in german):

Guten Tag.

<item><<orders.quantity>> Stück <<orders.full_title>> von <<orders.author>>,
ISBN <<orders.isbn>> zu <<orders.ecost>> (Listenpreis <<orders.listprice>>),
Summe <<orders.quantity_ecost>></item>
<total>Insgesamt <<orders.total.quantity>> Poste(n), Gesamtpreis
<<orders.total.ecost_gsti>> incl. <<orders.total.gstrate>>% MWSt.
Der Bestellung liegt ein Rabatt von <<orders.total.discount>>% zugrunde.
Alle Preise in <<orders.total.currency>>.</total>

Auf Wiedersehen.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the Koha-bugs mailing list