壹佰网|ERP100 - 企业信息化知识门户

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 5402|回复: 3

有谁能总结下AP&AR退款的几种做法?不胜感激。

[复制链接]
发表于 2006/12/20 09:54:01 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。如果您注册时有任何问题请联系客服QQ: 83569622  。

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

x
有谁能总结下AP&AR退款的几种做法?不胜感激。
我只知道AP有标准退款。AR可以不退款,直接开贷相通知单核销下次的发票。
应该还有很多其他做法吧,大家提供下讨论下吧
发表于 2006/12/20 21:30:04 | 显示全部楼层
关注中!!!!!
发表于 2006/12/21 17:03:17 | 显示全部楼层
select a.TRX_NUMBER,
       a.comments     cw_number,
       arc.CUSTOMER_NAME 客户,
       b.sales_order 销售定单,
       b.description 物料描述,
       b.uom_code 物料单位,
       t.subinventory_code   sub ,
       t.transaction_id id,
      -t.primary_quantity quantity,
      -t.primary_quantity*b.unit_selling_price  je
      
  from apps.ra_customer_trx_lines_all b
,apps.RA_CUSTOMER_TRX_ALL    a
,inv.mtl_material_transactions      t
,apps.ar_customers_v      arc

where b.org_id = 82
and a.customer_trx_id=b.customer_trx_id
and  b.QUANTITY_CREDITED IS not NULL
and arc.customer_number=nvl(:客户,arc.customer_number)
and  decode(substr(b.sales_order ,2,1),1,'内销',2,'内销',3,'出口')=:销售分类
and t.organization_id=83
and t.transaction_date between sysdate-100 and sysdate
and   t.transaction_type_id in ('15','37')
and arc.customer_id=a.sold_to_customer_id
and  T.TRX_SOURCE_LINE_ID=to_number(B.interface_line_attribute6)
and TO_CHAR(a.trx_date,'YYYYMMDD') between  :起始日期 and  :结束日期


看看上面这个退货处理的思路
发表于 2006/12/31 18:48:24 | 显示全部楼层
先帮你顶了......
您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|Archiver|小黑屋|手机版|壹佰网 ERP100 ( 京ICP备19053597号-2 )

Copyright © 2005-2012 北京海之大网络技术有限责任公司 服务器托管由互联互通
手机:13911575376
网站技术点击发送消息给对方83569622   广告&合作 点击发送消息给对方27675401   点击发送消息给对方634043306   咨询及人才点击发送消息给对方138011526

GMT+8, 2025/11/30 15:04 , Processed in 0.012764 second(s), 16 queries , File On.

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

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