有问题文章留言 看内容决定收费与免费
另外接收数据库质疑 勒索病毒数据恢复等项目。

单店升级成连锁

【问】单店升级成连锁
【适用版本】食通天6.5 【模块】基础业务 【点击数】159
【知识编号】C2016122900010
【问题描述】食通天6.5单店版升级成食通天6.5连锁版怎么升级? 

【答】 只能将基础数据转进过去,营业数据无法转换。
菜品、原料资料可直接在单店导出,导入到总部。按下面方式处理会员,处理前停止会员使用。
1、转换前请先做好数据库备份.
2、同一台电脑上还原总部和单店数据库。如:issrestv6_hq 为总部数据库名,issrestv6为单店数据库名。运行下面语句转换
——1、会员类型转换
insert into issrestv6_hq.dbo.t_hq_m_member_type (
ch_typeno,vch_typename,ch_attribute,ch_favourable,ch_pricekind,int_discount,ch_projectno,ch_calc,ch_calc_type,int_calc_unit,int_backcash_rate,
int_card_baseamount,ch_area_flag,dt_lastupdatetime,num_level_point,num_defamt,num_point_change,ch_favourable_sn,ch_pricekind_sn,int_discount_sn,ch_projectno_sn,ch_area)
select
ch_typeno,vch_typename,ch_attribute,ch_favourable,ch_pricekind,int_discount,ch_projectno,ch_calc,ch_calc_type,int_calc_unit,int_backcash_rate,
int_card_baseamount,ch_area_flag,getdate(),num_level_point,num_defamt,num_point_change,ch_favourable_sn,ch_pricekind_sn,int_discount_sn,ch_projectno_sn,ch_area
from issrestv6.dbo.t_m_member_type where ch_typeno<>’wx’
—–1、会员基础资料转换
insert into issrestv6_hq.dbo.t_hq_m_member(
vch_memberno,vch_member,ch_typeno,vch_id,dt_birthday,vch_tel,vch_handtel,vch_address,
dt_limit,ch_state,num_limit,ch_cardflag,vch_cardno,vch_password,vch_operID,dt_operdate,dt_lastupdatetime,int_basedata,dt_sendtime,ch_send_branchno,ch_upflag,vch_sex,bth_flag,
ch_guestid,vch_liking,vch_memo1,vch_memo2,vch_memo3,ch_kind)
select
vch_memberno,vch_member,ch_typeno,vch_id,dt_birthday,vch_tel,vch_handtel,vch_address,
dt_limit,ch_state,num_limit,ch_cardflag,vch_cardno,vch_password,vch_operID,dt_operdate,getdate(),int_basedata,dt_sendtime,’0000′,’N’,vch_sex,bth_flag,
ch_guestid,vch_liking,vch_memo1,vch_memo2,vch_memo3,ch_kind
from issrestv6.dbo.t_m_member
——3、会员余额转换
insert into issrestv6_hq.dbo.t_hq_m_curamount
select vch_memberno,vch_amount,vch_hangamount,num_point,vch_operID,dt_operdate,’0000′
from issrestv6.dbo.t_m_curamount
3、以上语句执行完成后,在总部系统中将会员导出再重新导入(系统自动将余额作为充值记录导入软件,确保充值=余额)
4、检查会员数量以及余额是否一至。总部软件中查询会员充值是否等于余额,是否有充值记录。
5、无误后可正常使用。

赞(0)
未经允许不得转载:思迅软件知识库 » 单店升级成连锁

评论 抢沙发

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址