Koha/koha-tmpl/intranet-tmpl/prog/en/modules/tools
Colin Campbell e2e9916348 Bug 7736: Support Ordering via Edifact EDI messages
Add support for processing incoming Edifact Quotes, Invoices
and order responses and generating and transmission of
Edifact Orders.
Basic workflow is that an incoming quote generates an aquisition
basket in Koha, with each line corresponding to an order record

The user can then generate an edifact order from this (or another)
basket, which is transferred to the vendor's site

The supplier generates an invoice on despatch and this will
result in corresponding invoices being generated in Koha
The orderlines on the invoice are receipted automatically.

We also support order response messages. This may include
simple order acknowledgements, supplier reports/amendments
on availability. Cancellation messages cause the koha order
to be cancelled, other messages are recorded against the order

Which messages are to be supported/processed is specifiable on a
vendor by vendor basis via the admin screens

You can also specify auto order i.e. to generate orders from quotes
without user intervention - This reflects existing
workflows where most work is done on the suppliers website
then generating a dummy quote

Received messages are stored in the edifact_messages table
and the original can be viewed via the online

Database changes are in installer/data/mysql/atomicchanges/edifact.sql
Note new perl dependencies:
    Net::SFTP:Foreign
    Text::Unidecode

Signed-off-by: Paul Johnson <p.johnson@staffs.ac.uk>

Signed-off-by: Sally Healey <sally.healey@cheshiresharedservices.gov.uk>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>

Signed-off-by: Brendan A Gallagher <brendan@bywatersolutions.com>
2016-04-01 20:03:17 +00:00
..
automatic_item_modification_by_age.tt Bug 16021 - Use Font Awesome icons on automatic item modifications by age page 2016-03-12 23:25:20 +00:00
batch_delete_records.tt Bug 16032 - Use Font Awesome icon in "note" styled divs 2016-03-23 21:02:22 +00:00
batch_record_modification.tt Bug 16032 - Use Font Awesome icon in "note" styled divs 2016-03-23 21:02:22 +00:00
batchMod-del.tt
batchMod-edit.tt
batchMod.tt
cleanborrowers.tt Bug 10612 - Add ability to delete patrons with batch patron deletion tool 2016-04-01 19:52:13 +00:00
csv-profiles.tt Bug 15413: Adding colons where appropriate 2016-03-25 21:50:56 +00:00
export.tt Bug 15413: Adding colons where appropriate 2016-03-25 21:50:56 +00:00
holidays.tt
import_borrowers.tt Bug 15840: Catch errors if userid already exists when importing patrons 2016-03-21 21:24:00 +00:00
inventory.tt Bug 16139: Renaming 'Unseen since' column to 'Last seen' 2016-03-25 21:49:13 +00:00
koha-news.tt Bug 16058: Delete individual news item from koha-news.pl 2016-03-31 20:08:17 +00:00
letter.tt Bug 16048 [Follow-up] Making notices actions buttons 2016-03-11 23:01:39 +00:00
manage-marc-import.tt Bug 16057: Use font awesome button for cleaning a batch of staged MARC records 2016-03-23 20:50:06 +00:00
marc_modification_templates.tt Bug 15868: Ask for confirmation when deleting a MMT action 2016-03-22 00:15:42 +00:00
modborrowers.tt Bug 16046 - Use Font Awesome icons on patron edit pages 2016-03-23 20:55:00 +00:00
overduerules.tt
picture-upload.tt Bug 15635: Koha::Patron::Images - Remove PutPatronImage 2016-03-04 12:53:00 +00:00
quotes-upload.tt Bug 16033 - Quotes upload preview broken for 973 days 2016-03-11 15:27:20 +00:00
quotes.tt
scheduler.tt
showdiffmarc.tt
stage-marc-import.tt Bug 16052: Putting buttons from after MARC records have been staged into a toolbar 2016-03-23 20:52:13 +00:00
tools-home.tt Bug 7736: Support Ordering via Edifact EDI messages 2016-04-01 20:03:17 +00:00
upload-images.tt
upload.tt
viewlog.tt