From 3ee787d769d003a8430ce7f5d329ca101d111cc3 Mon Sep 17 00:00:00 2001 From: Konrad Rosenbaum Date: Tue, 2 Aug 2016 08:37:31 +0200 Subject: [PATCH] prepare print@home --- wob/db/db.wolf | 4 +- wob/db/event.wolf | 2 +- wob/db/order.wolf | 12 ++++++++++- wob/magicsmoke.wolf | 2 +- wob/transact/order.wolf | 52 +++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 67 insertions(+), 5 deletions(-) diff --git a/wob/db/db.wolf b/wob/db/db.wolf index 5cb8958..6cd70be 100644 --- a/wob/db/db.wolf +++ b/wob/db/db.wolf @@ -1,7 +1,7 @@ @@ -9,7 +9,7 @@ + version="01.07" versionRow="MagicSmokeVersion"> Time at which the change was made. diff --git a/wob/db/event.wolf b/wob/db/event.wolf index 3a6226f..0e5fb72 100644 --- a/wob/db/event.wolf +++ b/wob/db/event.wolf @@ -2,7 +2,7 @@ diff --git a/wob/db/order.wolf b/wob/db/order.wolf index 9d7e576..d07e5df 100644 --- a/wob/db/order.wolf +++ b/wob/db/order.wolf @@ -2,7 +2,7 @@ @@ -174,4 +174,14 @@ additional tags for this item, can be used by scripts + + + Documents that refer to a specific order. E.g. invoices, Print@Home tickets, etc. + + + + The time when the file was last modified. + + orderid,filename +
diff --git a/wob/magicsmoke.wolf b/wob/magicsmoke.wolf index fe6adb4..cb70db4 100644 --- a/wob/magicsmoke.wolf +++ b/wob/magicsmoke.wolf @@ -17,7 +17,7 @@ - + diff --git a/wob/transact/order.wolf b/wob/transact/order.wolf index a55af24..52dff6d 100644 --- a/wob/transact/order.wolf +++ b/wob/transact/order.wolf @@ -478,4 +478,56 @@ + + + Gets the names of all files associated with the Order + + + + + + + + + + Gets a document associated with an order. + + + + + + + + + + + Stores a document associated with an order. Overwrites the document if it already exists, creates it otherwise. + + + + + + + + + + Deletes a document associated with an order. Produces an error if the document does not exist. + + + + + + + + + + Sends an eMail to a customer. Usually to update the customer about Order data. + + ID of the customer. Must be given! The mail address associated with the account is used. + Additional Cc addresses - usually extracted from the customer contact information. + Content of the eMail. + + + + -- 1.7.2.5