OpenERP应用和开发基础(第二版)开班了
-
[quote]原帖由 [i]NewZN[/i] 于 2010-3-15 16:56 发表 www.shine-it.net/redirect.php?goto=findpost&pid=4380&ptid=882
本帖顶满4页后发布第四章:time: [/quote]
我来当回大力水手 -
关于会计科目,手工用的树状结构有一个弊端,就是太死板,维护和查询不方便。比如应收账款和预收账款这两个科目,下面都有明细说明是哪个客户的。那就要建立两个明细科目,如果需要看客户当前的欠款数(应收余额-预收余额)就要找到这两片叶子再手工相减。
现在的财务软件(或者ERP中的财务模块)把客户、供应商、资产、原材料等核算对象作为凭证中的一个字段输入进去,而科目只维护到一级,如应收账款。这样这些数据只需要维护一次,只是填写凭证的时候要多添一个字段,不过内部单据的自动过账(如根据客户发票自动生成分录)解决了这个问题,只需要在这些核算对象的属性数据里一次性输入它使用的科目,程序可以自己去找。这样就实现了网状的科目结构,加强了科目数据的稳定性,又为分析提供了统一的维度。
-
Move on...
-
[quote]原帖由 [i]wjfonhand[/i] 于 2010-3-17 22:21 发表 shine-it.net/redirect.php?goto=findpost&pid=4432&ptid=882
银行对账单这个是oe财务模块一个比较怪的功能。因为企业不可能都等月底银行的对账单才对收付款记账。所以这个功能可以勉强用于出纳直接把银行的收付款通知单输入到 ... [/quote]银行对帐单在OE中起的就是对帐的功能。也就是核实财务系统所记录的银行收付项目与银行的实际收付款是否相符。比如系统记录付给供应商10元,银行对帐单却显示10万元,那这个比较怪的功能就为公司捡回了99990元:victory:
-
校长理解的不太对吧。
如果是对账功能,为什么会生成会计凭证呢?又不是调差异。
OpenERP里是把bank statement当作了出纳的原始凭证来录入了。Open ERP provides a visual tool for managing bank statements that simplifies data entry intoaccounts. As soon as a statement entry is validated the corresponding accounting entries areautomatically generated by Open ERP. This lets non-accounting people enter financialtransactions without fussing about such things as credit, debit and counterparts
A user with advanced accounting skills can enter accounting entries directly into the bank journal.The resulting account is the same but the operation is more complex because you must know theaccounts to use and must have mastered the ideas of credit and debit.
从openerp book里的这两段话看,bank statement只是输入凭证的一种方式。就像你可以输入采购发票确认生成会计凭证,也可以不通过发票直接输入会计凭证。其目的都是财务记账而不是对账。
[[i] 本帖最后由 wjfonhand 于 2010-3-18 00:06 编辑 [/i]]