摘要: Posted on May 9, 2015by srinathsundaresan Problem:Post a partial product receipt for a purchase order Solution: We need to post partial product receip 阅读全文
posted @ 2016-12-06 12:46 Fog-Fog 阅读(332) 评论(0) 推荐(0) 编辑
摘要: static void JobCopySO(){ SalesTable salesTable = SalesTable::find('SO1-900104'); SalesLine salesLine; SalesTable salesTableNew; SalesOrderCopyingContr 阅读全文
posted @ 2016-12-05 19:10 Fog-Fog 阅读(266) 评论(0) 推荐(0) 编辑
摘要: public void CreateUpdateMiscCharge(MarkupCode _markupCode ,MarkUpValue _freightCharge, boolean _createOK=true){ MarkUpTrans markUpTrans, localMarkUpTr 阅读全文
posted @ 2016-12-01 17:28 Fog-Fog 阅读(203) 评论(0) 推荐(0) 编辑
摘要: static void createVendorInvoiceJournal(Args args) { LedgerJournalCheckPost jourCheckPost; LedgerJournalTable jourTable; InventTable inventTable; Dimen 阅读全文
posted @ 2016-12-01 16:18 Fog-Fog 阅读(198) 评论(0) 推荐(0) 编辑
摘要: static void createVendorInvoiceJournal(Args _args) { LedgerJournalCheckPost jourCheckPost; LedgerJournalTable jourTable; AxLedgerJournalTable header = 阅读全文
posted @ 2016-12-01 12:05 Fog-Fog 阅读(287) 评论(0) 推荐(0) 编辑
摘要: static void DateDiffA(Args _args){ date TransDate; TransDate Calcdate(date startDate, Periods periodQty, PeriodUnit periodUnit) { TransDateTime TransD 阅读全文
posted @ 2016-11-25 09:23 Fog-Fog 阅读(362) 评论(0) 推荐(0) 编辑
摘要: public void reserve_Purch(PurchId _purchId){ PurchLine locPurchline; PurchLine ReserverPurchline; InventMovement inventmovement; InventUpd_Reservation 阅读全文
posted @ 2016-11-18 14:44 Fog-Fog 阅读(148) 评论(0) 推荐(0) 编辑
摘要: static void Job63(Args _args){PurchCopying purchCopying = PurchCopying::construct(SalesPurchCopy::CopyAllLines);TmpFrmVirtual tmpFrmVirtualLines;TmpFr 阅读全文
posted @ 2016-11-18 14:36 Fog-Fog 阅读(194) 评论(0) 推荐(0) 编辑
摘要: static void makPurchPackingSlipCancel(Args _args) { PurchTable purchTable = PurchTable::find("0000-000187"); VendPackingSlipJour vendPackingSlipJour; 阅读全文
posted @ 2016-11-17 10:42 Fog-Fog 阅读(238) 评论(0) 推荐(0) 编辑
摘要: static void Esh_CreatePO(Args _args){PurchTable purchTable;PurchLine purchLine;VendTable vendTable = VendTable::find("US_TX_001"); //Specify Vendor Ac 阅读全文
posted @ 2016-11-16 17:40 Fog-Fog 阅读(234) 评论(0) 推荐(0) 编辑