- 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:
parent
47419b9602
commit
16bd779fd4
9 changed files with 263 additions and 24 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue