找回密码
 注册账号

QQ登录

只需一步,快速开始

手机号码,快捷登录

手机号码,快捷登录

初学者课程:T3自学|T6自学|U8自学软件下载课件下载工具下载资料:通资料|U8资料|NC|培训|年结积分规则 | 使用常见问题Q&A
知识库:U8 | | NC | U9 | OA | 政务U8|U9|NCC|NC65|NC65客开|NCC客开新手必读 | 任务 | 快速增金币用友QQ群[微信群]
查看: 2483|回复: 0

[技巧] 库供应链--库存管理-期初数据-期初余额

[复制链接]
发表于 2022-1-27 08:59:06 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册账号

×
select ic_openbal_h.vbillcode      单据号,
       ic_openbal_h.dbilldate      单据日期,
       bd_stordoc.code             仓库,
       bd_stordoc.name             仓库名称,
       ic_openbal_b.crowno         行号,
       bd_material.materialmnecode U8物料编码,
       bd_material.code            NC物料编码,
       bd_material.name            物料名称,
       ic_openbal_b.nassistnum     数量,
       ic_openbal_b.ncostprice     单价,
       ic_openbal_b.ncostmny       金额,
       sm_user_c.user_name         创建人,
       ic_openbal_h.creationtime   创建时间,
       sm_user_m.user_name         最后修改人,
       ic_openbal_h.modifiedtime   最后修改时间
  from ic_openbal_h ic_openbal_h --期初余额表头
inner join ic_openbal_b ic_openbal_b --期初余额表体
    on ic_openbal_h.cgeneralhid = ic_openbal_b.cgeneralhid
   and ic_openbal_h.pk_org = ic_openbal_b.pk_org
  left join bd_material bd_material
    on bd_material.pk_material = ic_openbal_b.cmaterialvid
inner join bd_stordoc bd_stordoc --仓库
    on ic_openbal_h.cwarehouseid = bd_stordoc.pk_stordoc
   and ic_openbal_h.pk_org = bd_stordoc.pk_org
  left join org_orgs org_orgs
    on ic_openbal_h.pk_org = org_orgs.pk_org
inner join sm_user sm_user_c
    on ic_openbal_h.creator = sm_user_c.cuserid
  left join sm_user sm_user_m
    on ic_openbal_h.modifier = sm_user_m.cuserid
where ic_openbal_b.dr = 0
   and org_orgs.code = '114'
order by ic_openbal_h.vbillcode, to_number(ic_openbal_b.crowno)


您需要登录后才可以回帖 登录 | 注册账号

本版积分规则

QQ|站长微信|Archiver|手机版|小黑屋|用友之家 ( 蜀ICP备07505338号|51072502110008 )

GMT+8, 2024-11-21 01:44 , Processed in 0.036854 second(s), 8 queries , Gzip On, Redis On.

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表