Add options for grid results to link straight to Profile view
probably should have done this a long time ago...
This commit is contained in:
parent
f1a8b8df7f
commit
0d52d554e7
8 changed files with 210 additions and 0 deletions
|
@ -26,6 +26,15 @@
|
|||
|
||||
</b-field>
|
||||
|
||||
<b-field message="If set, grid links are to Customer tab of Profile view.">
|
||||
<b-checkbox name="rattail.customers.straight_to_profile"
|
||||
v-model="simpleSettings['rattail.customers.straight_to_profile']"
|
||||
native-value="true"
|
||||
@input="settingsNeedSaved = true">
|
||||
Link directly to Profile when applicable
|
||||
</b-checkbox>
|
||||
</b-field>
|
||||
|
||||
<b-field message="Set this to show the Shoppers field when viewing a Customer record.">
|
||||
<b-checkbox name="rattail.customers.expose_shoppers"
|
||||
v-model="simpleSettings['rattail.customers.expose_shoppers']"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue