- Added Cashier/Point of Sale mode for the Shop.

- Added the notion of a default address to the Shop's address book.
This commit is contained in:
JT Smith 2008-11-15 01:26:16 +00:00
parent 47419b9602
commit 16bd779fd4
9 changed files with 263 additions and 24 deletions

View file

@ -114,6 +114,18 @@ our $HELP = {
name => "shippingAddress",
description => "shippingAddress help",
},
{
name => "isCashier",
},
{
name => "posLookupForm",
},
{
name => "posUsername",
},
{
name => "posUserId",
},
],
},
{
@ -226,6 +238,11 @@ our $HELP = {
description => "editButton help",
required => 1,
},
{
name => "defaultButton",
description => "defaultButton help",
required => 1,
},
{
name => "deleteButton",
description => "deleteButton help",
@ -278,6 +295,10 @@ our $HELP = {
name => "state",
description => "state help",
},
{
name => "organization",
description => "organization help",
},
{
name => "city",
description => "city help",