From: Konrad Rosenbaum Date: Mon, 16 Jan 2012 20:08:58 +0000 (+0100) Subject: add tags to DB and classes X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=5cb7983789f456d16c98e9aa04aa86bcb3eb1fc9;p=web%2Fkonrad%2Fsmoke.git add tags to DB and classes --- diff --git a/wob/classes/customer.wolf b/wob/classes/customer.wolf index 5ec831c..9fed41a 100644 --- a/wob/classes/customer.wolf +++ b/wob/classes/customer.wolf @@ -85,6 +85,8 @@ + + @@ -98,6 +100,8 @@ + + diff --git a/wob/classes/order.wolf b/wob/classes/order.wolf index 340cd76..5def7fb 100644 --- a/wob/classes/order.wolf +++ b/wob/classes/order.wolf @@ -37,6 +37,7 @@ + @@ -44,6 +45,7 @@ + @@ -63,6 +65,7 @@ + @@ -91,12 +94,14 @@ + + @@ -115,6 +120,7 @@ + @@ -197,6 +203,8 @@ + + @@ -216,6 +224,7 @@ + diff --git a/wob/classes/template.wolf b/wob/classes/template.wolf index dbbcea8..f83da66 100644 --- a/wob/classes/template.wolf +++ b/wob/classes/template.wolf @@ -15,6 +15,7 @@ + @@ -23,6 +24,7 @@ + diff --git a/wob/db/cart.wolf b/wob/db/cart.wolf index 52c6683..f5687fe 100644 --- a/wob/db/cart.wolf +++ b/wob/db/cart.wolf @@ -2,7 +2,7 @@ diff --git a/wob/db/customer.wolf b/wob/db/customer.wolf index 4366860..f0f0450 100644 --- a/wob/db/customer.wolf +++ b/wob/db/customer.wolf @@ -2,7 +2,7 @@ @@ -32,6 +32,9 @@ timer until which the reset code is valid flags of the customer, these are not to be confused with user flags, instead they can be set by the customer eg. to get a newsletter + + additional tags for this customer, can be used by scripts; these cannot be manipulated or even seen by customers + customer data: addresses diff --git a/wob/db/event.wolf b/wob/db/event.wolf index a4e3238..73f2eba 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 738a908..7f1edd6 100644 --- a/wob/db/order.wolf +++ b/wob/db/order.wolf @@ -2,7 +2,7 @@ @@ -63,6 +63,9 @@ pointer to shipping type (none per default, programmatic default is in config) + + additional tags for this order, can be used by scripts + @@ -106,22 +109,32 @@ + + additional tags for this ticket, can be used by scripts +
- + a 8-32 char code (code39: case-insensitive letters+digits) for the voucher - - - - - - - - + + price of the voucher (0 if cancelled) + + + order this voucher belongs to + + + marker: voucher has been used to pay something + + + remaining value in cents (0 for cancelled) + + + additional tags for this voucher, can be used by scripts + @@ -142,6 +155,9 @@ usually the EAN code filter: who can sell this product + + additional tags for this product, can be used by scripts +
A sold item other than a ticket or voucher. @@ -150,5 +166,8 @@ + + additional tags for this item, can be used by scripts +
\ No newline at end of file diff --git a/wob/db/template.wolf b/wob/db/template.wolf index 0f07dd0..3fe4fcd 100644 --- a/wob/db/template.wolf +++ b/wob/db/template.wolf @@ -2,7 +2,7 @@ @@ -14,5 +14,8 @@ filter: who can use this template + + additional tags for this template, can be used by scripts +