[Axapta-Knowledge-Village] Re:salesordre/inventtory and production

2007-07-26 Thread Rajesh Talpade
Treat the value add on to the BOM as a subcontract,
with a value of '0' to the end product and then sell
it to the customer. You may also want to set the
customer as a supplier in this case.
Rajesh


   

Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, 
photos  more. 
http://mobile.yahoo.com/go?refer=1GNXIC


[Axapta-Knowledge-Village] Re: FRX integration with AX 4.0

2007-07-26 Thread George Chernev
Hi,
in my code letter (the RTF file with the detailed description of the
licenced modules, not the TXT file that's imported into AX) there is a
section External products. In this section I can find the number of
concurrent users for FRx, a code called FRx Axapta code, another
code with the same value and a fourth code for FRx. I think I used the
FRx Axapta code.

If you cannot find these codes, you should probably contact
Microsoft's Department responsible for licences.

Best regards,
George

--- In Axapta-Knowledge-Village@yahoogroups.com, kamaraju80
[EMAIL PROTECTED] wrote:

 
 Hi ,
 
 I am trying to Install FRx and being asked for an authorisation code.
 
 I didnot get the code along with the license file. I have recd 
 license and other info.
 
 where do i get this?
 





[Axapta-Knowledge-Village] Multiple invoicing of Service Item for Purchase Order / work Order

2007-07-26 Thread kartikeya_kuppa
Hi,

I have a situation where I raise the P.O against the vendor for 
particualr Service where my item is of type service and 
I have to do invoice in installments i.e my vendor gives me Running 
Account bill and accordingly to that value only I have to invoice the 
purchase order / work order and I should be able to repeat the same 
procedure till my orginal Purchase / work order amount is nullified.

If anybody knows how to deal with such situation please let me know 
immediatly.

Thanks

Karthikeya 



[Axapta-Knowledge-Village] Re: Installation of 2 versions of Axapta

2007-07-26 Thread Faisal Hussain
Yes you can install and run different flavour of AX in one machine.

Faisal
--- In Axapta-Knowledge-Village@yahoogroups.com, ajastra_1 
[EMAIL PROTECTED] wrote:

 Hi all,
 
 I am having a query regarding Installation of 2 versions of Axapta.
 I have installed AX 4.0 on my machine, and now I want to Install AX 
3.0 
 in same machine. 
 - Is it possible to install a previous version if next version is 
 already installed?
 - Can I run both the clients simultaneously?
 
 Please help me as early as possible.
 
 Thanx in advance.
 
 Regards,
 Ashish Patil.





Re: [Axapta-Knowledge-Village] Automatic Posting of Movement Journal

2007-07-26 Thread satish kumar
Hi Arijit,

  Thanks for the solution, Actually it worked for me with the below
statements...


InventJournalCheckPost CheckPost;
CheckPost = InventJournalCheckPost::newPostJournal(_InventJournalTable);
CheckPost.run();
Thanks Man
Satish


On 7/26/07, Arijit Basu [EMAIL PROTECTED] wrote:

   Hi Satish,
 Use the \Classes\InventJournalCheckPost to post the Journals

 InventJournalCheckPost CheckPost;
 CheckPost = InventJournalCheckPost::newInventJournalTable(
 journalCheckPostType::Post,

 _InventJournalTable);
 CheckPost.run();

 Arijit Basu
 http://daxguy.blogspot.com/

 On 7/26/07, satish kumar [EMAIL PROTECTED] matsci10%40gmail.com
 wrote:
 
  HI All,
  I Wonder if Posting of Movement journal for a Known JournalId
  through X++ Code is possible similar to that of Sales Order or Purchase
  Order, any ideas or hint would be great.
 
  Thanks
  Kumar
 
  [Non-text portions of this message have been removed]
 
 
 

 --

 Arijit Basu

 [Non-text portions of this message have been removed]

 



[Non-text portions of this message have been removed]



Re: [Axapta-Knowledge-Village] Automatic Posting of Movement Journal

2007-07-26 Thread Arijit Basu
Hi Satish,
  Use the \Classes\InventJournalCheckPost to post the Journals

InventJournalCheckPost CheckPost;
CheckPost = InventJournalCheckPost::newInventJournalTable(
journalCheckPostType::Post,

_InventJournalTable);
CheckPost.run();

Arijit Basu
http://daxguy.blogspot.com/

On 7/26/07, satish kumar [EMAIL PROTECTED] wrote:

   HI All,
 I Wonder if Posting of Movement journal for a Known JournalId
 through X++ Code is possible similar to that of Sales Order or Purchase
 Order, any ideas or hint would be great.

 Thanks
 Kumar

 [Non-text portions of this message have been removed]

  




-- 


Arijit Basu


[Non-text portions of this message have been removed]



[Axapta-Knowledge-Village] Automatic Posting of Movement Journal

2007-07-26 Thread satish kumar
HI All,
I Wonder if Posting of Movement journal for a Known JournalId
through X++ Code is possible similar to that of Sales Order or Purchase
Order, any ideas or hint would be great.

Thanks
Kumar


[Non-text portions of this message have been removed]



[Axapta-Knowledge-Village] System sequences

2007-07-26 Thread axaeffect
hi all,

what will happen if table system sequences empty?
and can the data created again automatically with some process or 
should manualy insert?

TIA,
Tonz



Re: [Axapta-Knowledge-Village] Multiple invoicing of Service Item for Purchase Order / work Order

2007-07-26 Thread Mukesh Kumar
Hi,

You can use blanket order concept.

Regards,
Mukesh


On 7/26/07, kartikeya_kuppa [EMAIL PROTECTED] wrote:

   Hi,

 I have a situation where I raise the P.O against the vendor for
 particualr Service where my item is of type service and
 I have to do invoice in installments i.e my vendor gives me Running
 Account bill and accordingly to that value only I have to invoice the
 purchase order / work order and I should be able to repeat the same
 procedure till my orginal Purchase / work order amount is nullified.

 If anybody knows how to deal with such situation please let me know
 immediatly.

 Thanks

 Karthikeya

 




-- 
Mukesh Mutreja
# 09818421567


[Non-text portions of this message have been removed]