[Axapta-Knowledge-Village] Re: Reconciling Inventory to General Ledger

2006-05-21 Thread stv_bradford
Thanks for that Jack I heven't actually used your code yet, as using the help given to me in your analysis of the problem, I did a search on microsoft's site, and discovered that there is a known bug in SP3 on the classes: \Classes\InventUpd_Physical\updateTransPhysicalReturnedIssue

Re: [Axapta-Knowledge-Village] Re: Reconciling Inventory to General Ledger

2006-05-18 Thread Koh Meng Chiat
Hi Steve, Can you import this job and run. In my case the problem is solved after the job is run. Please let me know if u're having the problem again. Note: Pls change the company acccount from ccw to your company account's name in the job. :) Best Regards, Jack Koh stv_bradford

Re: [Axapta-Knowledge-Village] Re: Reconciling Inventory to General Ledger

2006-05-18 Thread Koh Meng Chiat
HERE is the job: static void Woof_PatchInventFinancialVoucher(Args _args) { InventTransPosting _InventTransPosting; InventTrans _InventTrans; InventTrans _InventTrans2; int matchphys; int matchother; container c; int i; ; if (curext() != ccw) return; ttsbegin; while select

[Axapta-Knowledge-Village] Re: Reconciling Inventory to General Ledger

2006-05-16 Thread stv_bradford
Thanks Jack I'll very grateful for this help. Steve. --- In Axapta-Knowledge-Village@yahoogroups.com, Koh Meng Chiat [EMAIL PROTECTED] wrote: Hi Steve, I've the same problem also for the Physical Inventory by Inventory Dimension Report (which i use to reconcile to GL stock). What