发票过账中与 ledger相关的class

涉及到的相关class为:

ledgerVoucherObject,ledgerVoucher,ledgerVoucherTransObject ,

其关系如下:

ledgerVoucher.addVoucher(ledgerVoucherObject);

ledgerVoucherTransObject

ledgerVoucher.addTrans(ledgerVoucherTransObject);

 

涉及到的相关表的关系如下:

custInvoiceTable
custInvoiceLine

 

custInvoiceJour.initFromCustInvoiceTable(custInvoiceTable);

custInvoiceTrans.initFromCustInvoiceJour(custInvoiceJour);

posted @ 2012-09-10 16:55  MicroAx  阅读(185)  评论(0编辑  收藏  举报