加载分类中...

    update  wh _stock  set  stock_qty=0   where  item_no='条码'

    商品库存
    吴翔宇     2021-12-03 15:10     來源: 至尊     0 31 0

    delete  x  from  wh_stock  x  join item  bi  on x.item_no=bi.item_no   where  bi.class_no='类别编号'

    泰格 类别库存
    吴翔宇     2021-12-03 15:08     來源: 至尊     0 24 0

    delete ac_payrec_record where approve_flag = '0' and sheet_no = '单号'

    付款单 供应商
    吴翔宇     2021-12-03 14:58     來源: 至尊     2 45 0

    泰格启用AB账 使用场景:某超市一段时间营业额报表实际为1000万,客户不想给别人看到这么多,比如只想展示500万,或者翻倍展示的情况,比如展示2000万。 方法: 1-设置一个新的后台账号,专门用来看报表用 2-系统管理——公司信息——打开以后按住Ctrl键双击公司信息 勾选启用报表折扣,默认折扣100%,用户填刚刚新建的账号,折扣率...

    AB账 报表折扣
    吴翔宇     2021-12-03 10:25     來源: 至尊     0 169 0

    查询删除付款单中的入库单 select voucher_no   from ac_payrec_flow a   left join ac_payrec_record b on b.settle_no = a.voucher_no  where b.settle_no is null   &nbs...

    吴翔宇     2021-12-03 10:21     來源: 至尊     0 24 0

    付款单实际已审核选择单据时未审核 数据库执行 delete b   from ac_payrec_record a  inner join ac_payrec_record b on b.sheet_no = a.sheet_no   where b.approve_flag = '0' and a.approve_flag = '1'

    吴翔宇     2021-12-03 10:20     來源: 至尊     0 37 0

    数据库执行 update x set paid_amt = x.sheet_amt   from ac_payrec_flow x  where paid_amt = sheet_amt * 2 and paid_amt > 0 update ac_payrec_flow  set  pai...

    吴翔宇     2021-12-03 10:20     來源: 至尊     0 19 0

    把类别1里的会员卡挪到类别2里 update pos_vip_info  set card_type='2' where card_type='1'

    会员 修改类别
    吴翔宇     2021-07-12 10:59     來源: 至尊     0 28 0

    select * from item where item_subno = '改成条码' select * from ba_multi_item where plu_no = ' 改成条码 '

    查询 商品状态
    吴翔宇     2021-06-07 15:48     來源: 至尊     -1 28 0

    执行语句:alter table dzq_auto_give_times_sum add card_id varchar(20)   null 执行完毕后再运行数据库升级程序

    列名无效 ‘card_id’ 列名‘card_id’无效
    吴翔宇     2021-03-03 17:16     來源: 至尊     0 40 0
    慧邦知识分享平台 - free.V4.3.0-439 - 免费版