随笔分类 -  dynamic ax

摘要:选择教程 最简单、最直接的方法,就是React官方文档,这是其他教程的源头。 React官方文档,已重新设计,内容以Function component、Hook为主线,旧文档已不再推荐使用。 React是什么 React是一个JavaScript前端库,以**组合(composition)**的方 阅读全文
posted @ 2023-04-02 15:51 MicroAx 阅读(31) 评论(0) 推荐(0)
摘要:journalNum = NumberSeq::newGetNum(ProdParameters::numRefProdJournalId()); static NumberSequenceReference numRefProdJournalId() { return NumberSeqRefer 阅读全文
posted @ 2012-09-12 15:16 MicroAx 阅读(164) 评论(0) 推荐(0)
摘要:Ledger相关资料 There are two methods to consider when posting transactions to the ledger: 1. Use the LedgerVoucher class and sub-classes, which is the mor 阅读全文
posted @ 2012-09-11 14:20 MicroAx 阅读(238) 评论(0) 推荐(0)
摘要:Date Expected and Date Physical are different in concept wise but the values may or may not be same. Date Expected will be generally Shipment date in 阅读全文
posted @ 2012-09-11 12:18 MicroAx 阅读(166) 评论(0) 推荐(0)
摘要:datasourceAllowEdit(boolean _b){ DictTable dt = new DictTable(tablenum(JaxDisassembleTable)); int i; ; for(i=1; i<=dt.fieldCnt() ;i++ ) { if (dt.field 阅读全文
posted @ 2012-08-31 17:42 MicroAx 阅读(164) 评论(0) 推荐(0)
摘要:销售发票 过账时候调用的class 以及 方法执行的顺序 阅读全文
posted @ 2012-07-27 11:14 MicroAx 阅读(175) 评论(0) 推荐(0)