摘要: 通过代码产生自由文本发票,并过账该文本发票。View Code static void FreeTextInvoicePost(CustAccount _custAccount, LedgerAccount _ledgerAccount){ CustInvoiceTable custInvoiceTable; CustInvoiceLine custInvoiceLine; CustTable custTable; LedgerTable ledgerTable; CustPostInvoice custP... 阅读全文
posted @ 2012-09-15 23:29 adingkui 阅读(363) 评论(0) 推荐(0) 编辑