我们公司股东的私车公用,就是没有租金,但是一些相关的费用都上财务来报,这样子的协议怎么写法呀?
2017-12-2 0:0:0 wondial我们公司股东的私车公用,就是没有租金,但是一些相关的费用都上财务来报,这样子的协议怎么写法呀?
我们公司股东的私车公用,就是没有租金,但是一些相关的费用都上财务来报,这样子的协议怎么写法呀?[]写个租车协议无偿使用租车协议@sun1435728436 直接写个租车协议,是不是也可以把车发生的费用计入账务里面@幸福天使1426745310:协议中要写明 无租使用 然后只支付或者报销相关油费 过路过桥费等等条款最好
如果您的问题还没有解决,可以到 T+搜索>>上找一下答案
相关阅读
- T3卸载就会跳到安装界面去,用360工具也卸载不了。请问这种情况哪位老师遇见过,我们应该如何处理。谢谢、在线等。2019-4-30 8:0:0
- 用友T3日记账没有记录2019-4-23 8:0:0
- 用友T3无法补录现金流量项目,流量按钮为灰2019-4-23 8:0:0
- 用友T3查看不了现金和银行日记账2019-4-23 8:0:0
- 用友T3现金日记账无法制单,提示“该操作员无此权限!”2019-4-23 8:0:0
- 用友T3无法通过入库单批量生成采购发票2019-4-23 8:0:0
- 用友T3日记账无法生成凭证,“制单”按键置灰2019-4-23 8:0:0
- 用友T3期初录入2019-4-23 8:0:0
- 用友T3点击工资变动没有反应?2019-4-23 8:0:0
- 用友T3点击销售业务范围设置时提示“互斥站点【CHANJET】的采购管理系统正”2019-4-23 8:0:0
最新信息
业务余额表中一些记录没有部门信息 业务余额表中一些记录没有部门信息
问题号: | 10146 |
---|---|
解决状态: | 最终解决方案 |
软件版本: | 8.51 |
软件模块: | 应收 |
行业: | 通用 |
关键字: | 业务余额表 |
适用产品: | U851—-应收款管理 |
问题名称: | 业务余额表中一些记录没有部门信息 |
问题现象: | 按客户、部门、业务员查询业务余额表时,某些记录的余额出现负数,但实际上应该是正的。 |
问题原因: | 单据审核的时候由于程序BUG,导致写入AP_DETAIL表时没有带入部门信息。 |
解决方案: | 请从支持网站下载并安装U851应收应付最新补丁,以避免日后出现类似问题。然后在当前年度库中参照执行如下脚本进行已经错误数据的修复即可: update ap_detail set cDeptCode=cdepcode from ap_detail inner join ap_closebills on ap_detail.icoclosesid=ap_closebills.id where cDeptCode is null update ap_detail set cDeptCode=salebillvouch.cdepcode from ap_detail inner join salebillvouch on ap_detail.cDwcode=salebillvouch.ccuscode and ap_detail.cCoVouchtype=salebillvouch.cvouchtype and ap_detail.cCoVouchid=salebillvouch.csbvcode where cDeptCode is null update ap_detail set cDeptCode=purbillvouch.cdepcode from ap_detail inner join purbillvouch on ap_detail.cDwcode=purbillvouch.cvencode and ap_detail.cCoVouchtype=purbillvouch.cpbvbilltype and ap_detail.cCoVouchid=purbillvouch.cpbvcode where cDeptCode is null 注意做好数据备份。 |
补丁编号: | U851 应收应付最新补丁(全) |
录入日期: | 2016-03-16 15:23:45 |
最后更新时间: |