[interchange] Add usernick to metadata for UserDB views

Josh Lavin interchange-cvs at icdevgroup.org
Thu Feb 2 18:01:46 UTC 2017


commit cec2483a660ac881d3625af865b90ce6c96ff0b0
Author: Josh Lavin <digory at cpan.org>
Date:   Thu Feb 2 09:39:44 2017 -0800

    Add usernick to metadata for UserDB views
    
    - such as "Create new customer"

 dist/strap/products/mv_metadata.asc |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/dist/strap/products/mv_metadata.asc b/dist/strap/products/mv_metadata.asc
index 7f21aad..881cb5c 100644
--- a/dist/strap/products/mv_metadata.asc
+++ b/dist/strap/products/mv_metadata.asc
@@ -305,7 +305,7 @@ ui_component::mv_metadata::type	select							text=Text entry*,
textarea=Textarea
 ui_component::mv_metadata::ui_body	textarea	80	30							Component Body			digits
 ui_component::mv_metadata::ui_body_text	textarea	80	30							Component Body
 ui_component::mv_metadata::width	text	4								Width	SIZE for TEXT<BR>
COLS for TEXTAREA<BR>
Label limit for SELECT		digits
-userdb	table			username,company,lname,fname		Users						userdb								{'tab_horiz_offset' => "",'tab_vert_offset' => "",'panel_height' => "400",'file_upload' => "",'tabbed' => "1",'left_width' => "",'table_width' => "800",'tab_height' => "",'panel_width' => "800",'tab_width' => "",'ui_data_fields' => "=Name and Contact Info

phone_day
phone_night
email
fax
fax_order
username
password
email_copy
mail_list
mod_time
inactive

=Shipping Info

company
fname
lname
address1
address2
address3
city
state
zip
country
mv_shipmode

=Billing Info


b_company
b_fname
b_lname
b_address1
b_address2
b_address3
b_city
b_state
b_zip
b_country
b_phone

=Order Info

po_number
account_id
credit_limit
dealer
price_level
order_dest
mv_credit_card_type
mv_credit_card_exp_month
mv_credit_card_exp_year
order_numbers

=Repositories

s_nickname
address_book
b_nickname
accounts
p_nickname
preferences
carts

=Permissions

owner
file_acl
db_acl
acl
",}
+userdb	table			username,company,lname,fname		Users						userdb								{'tab_horiz_offset' => "",'tab_vert_offset' => "",'panel_height' => "400",'file_upload' => "",'tabbed' => "1",'left_width' => "",'table_width' => "800",'tab_height' => "",'panel_width' => "800",'tab_width' => "",'ui_data_fields' => "=Name and Contact Info

phone_day
phone_night
email
usernick
fax
fax_order
username
password
email_copy
mail_list
mod_time
inactive

=Shipping Info

company
fname
lname
address1
address2
address3
city
state
zip
country
mv_shipmode

=Billing Info


b_company
b_fname
b_lname
b_address1
b_address2
b_address3
b_city
b_state
b_zip
b_country
b_phone

=Order Info

po_number
account_id
credit_limit
dealer
price_level
order_dest
mv_credit_card_type
mv_credit_card_exp_month
mv_credit_card_exp_year
order_numbers

=Repositories

s_nickname
address_book
b_nickname
accounts
p_nickname
preferences
carts

=Permissions

owner
file_acl
db_acl
acl
",}
 userdb::address1	text	40								Address
 userdb::address2	text	40								 
 userdb::b_address1	text	40								Billing Address
@@ -339,6 +339,7 @@ userdb::price_level	select							=Retail,dealer=Dealer,distributor=Distributor
 userdb::state	text	10								State
 userdb::subject	text									Subject
 userdb::username	hidden_text	16								Username			no_white
+userdb::usernick	text	40								Usernick	Should match Email Address if not auto-created user		no_white							{}
 userdb::zip	text	10								Postcode			uc word
 variable	table											variable							1	{'ui_meta_specific' => "1",'panel_shade' => "f",'spread_height' => "25",'spread_meta' => "Variable pref_group",'ui_sort_combined' => "pref_group,code",}
 variable::Variable	text	60								Preference value



More information about the interchange-cvs mailing list