[Axapta-Knowledge-Village] cost accounting plus module

2005-03-09 Thread willem . baelde




Hello,

Has someone experience with the cost accounting
plus module by CIRCON ?

Kind regards,

Willem Baelde





Sharing the knowledge on Axapta.








Yahoo! Groups Sponsor


  ADVERTISEMENT 












Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/Axapta-Knowledge-Village/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










Re: [Axapta-Knowledge-Village] Hi

2005-03-09 Thread Varden Morris




Hi santosh

I think the solution would be journal entries. You can use standard Axapta to export the data from the SalesTable and SalesLine tables for the sales orders and the PurchTable and PurchLine tables for the purchase orders. 

After this you could then create tables in Axapta to hold the data from these tables so that you can use standard Axapta to import the data.

You then need to write code to create journal entries from these tables and then use standard Axapta to post the journals. 

VardenMorris

J. Wray  Nephew Ltd. - Group I.S.
234 Spanish Town Road
Kingston 11, Jamaica, W.I.

Phone: (876) - 923 - 6141 Ext. 2226Fax: (876) - 923 -5372 
Cell: (876) - 3833566Email: [EMAIL PROTECTED]
 [EMAIL PROTECTED] santosh padhi [EMAIL PROTECTED] wrote:
Hi all Hi all, My client's requirement is there is 2 location.there they wants to setup 2separate application and database.There is nocentrlize server. In 1 location they create 10 p.o and15 s.o.In another location they creates 5 p.o and 10 s.o. onthe same day all the p.o and s.o will synchronize.Meanin both of the location all the p.o and s.o recordshould updated.How it is possible?any solution highly appreciated.santoshYahoo! India Matrimony: Find your life partner onlineGo to: http://yahoo.shaadi.com/india-matrimonySharing the knowledge on Axapta. 
		Celebrate Yahoo!'s 10th Birthday!  
Yahoo! Netrospective: 100 Moments of the Web 


Sharing the knowledge on Axapta.








Yahoo! Groups Sponsor


  ADVERTISEMENT 












Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/Axapta-Knowledge-Village/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










RE: [Axapta-Knowledge-Village] Emloyee Profile Question

2005-03-09 Thread Harry Deshpande









Hi



It would take some time to look into all
the errors, but I would guess (a) is very critical. I am assuming there are
multiple lines in the import date where table reference is not specified.
Further its quite possible that b,c,d and originating from error (a)



Regards



harry















Harry Deshpande


Senior Consultant


CGNZ Middle Market Solutions


Website: www.cgnz.com/middlemarketsolutions


Ph +64 29 289 9031


Fax +64 9 358 1018



CGNZ Limited and its predecessor organisations (Cap Gemini Ernst  Young, and Ernst  Young Consulting) have a proud track record of market leadership and excellent service delivery in all areas of systems delivery both for New Zealand clients and in supporting regional and global projects. CGNZ is a licensed affiliate of Cap Gemini S.A. (one of the worlds leading management consulting and IT services companies), wholly owned by NZ employee-shareholders, with over 150 IT professionals in our Auckland and Wellington offices. Middle Market Solutions specialises in the implementation of business solutions for small corporate and middle market companies. The core activity of our team is the implementation and support of Enterprise Resource Planning (ERP), Customer Relationship Management (CRM), E-Business solutions and related technologies from Microsoft Business Solutions. Find out more about what we do at 
http://www.cgnz.com/middlemarketsolutions



CGNZ DISCLAIMER: This email and any attachments are confidential and intended exclusively for the person to whom the email is addressed. If you are not the intended recipient, do not read, copy, disclose or use the contents in any way. Please notify us immediately by return email and destroy the email and attachments. CGNZ does not accept any liability for any changes made to this email or attachments after sending by CGNZ. You must scan this email and attachments for viruses. The opinions expressed are not necessarily those of CGNZ. 





CGNZ accepts no liability for any loss, damage or consequence, whether caused by our own negligence or not, resulting directly or indirectly from the use of this email and attachments.










From:
Marlon Quial [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, 9 March 2005 6:52
p.m.
To: Axapta-Knowledge-Village@yahoogroups.com
Subject: RE:
[Axapta-Knowledge-Village] Emloyee Profile Question







Hi All,

















After importing
data to Axapta, I have the following errors below.





My question are, 











1. What does these
errors mean?





2. Is it critical,
can I continue using Axapta?





3. How to solve
these problems?











a) Table reference when
importing to table 'Alt. address' not specified, so the imported reference to
table 'Relation table' is kept.











b) Relation with table
ID '30001' is unknown.











c) Field 'Record-ID' in
table 'Alt. address' contains record ID -8822595 that has not been loaded.











d) Field 'Reference' in
table 'Alt. address' contains record ID 1398 that has not been loaded.











Thanks.











Marlon









































Sharing the knowledge
on Axapta. 







Sharing
the knowledge on Axapta. 










Sharing the knowledge on Axapta.








Yahoo! Groups Sponsor


  ADVERTISEMENT 












Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/Axapta-Knowledge-Village/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










Re: [Axapta-Knowledge-Village] Hi

2005-03-09 Thread Girish Bhatkal

Hi santosh,
   Well almost everything is possible. But do they
want just the Sales order and purchase order to
synchronise. What about the inventory? even though you
get a solution of having the same SO's and PO's
created and posted, this could happen only if
inventory is also updated. 

  But if the other things are thought of then you
could write code to read the data from another
database (using to ODBCConnection). After getting the
data you need to write a function to create the SO's
and PO's.
  This function has to be written at both the
applications (assuming they are just copy of the same
application). Then setup to run this function in
batch, set to run at the end of the day.

hope this would help you.

cheers,
Girish


--- Varden Morris [EMAIL PROTECTED] wrote:
 
 Hi santosh
 
  
 
 I think the solution would be journal entries. You
 can use standard Axapta to export the data from the
 SalesTable and SalesLine tables for the sales orders
 and the PurchTable and PurchLine tables for the
 purchase orders. 
 
  
 
 After this you could then create tables in Axapta to
 hold the data from these tables so that you can use
 standard Axapta to import the data.
 
  
 
 You then need to write code to create journal
 entries from these tables and then use standard
 Axapta to post the journals. 
 
  
 
 Varden Morris
 
  
 
 J. Wray  Nephew Ltd. - Group I.S.
 
 234 Spanish Town Road
 
 Kingston 11, Jamaica, W.I.
 
  
 
 Phone:  (876) - 923 - 6141 Ext. 2226
 Fax:  (876) - 923 - 5372 
 
 Cell:  (876) - 3833566
 Email:   [EMAIL PROTECTED]
 
 [EMAIL PROTECTED]   
 
 
 santosh padhi [EMAIL PROTECTED] wrote:Hi all
 
 Hi all,
 
   My client's requirement is 
 
 there is 2 location.there they wants to setup 2
 separate application and database.There is no
 centrlize server. In 1 location they create 10 p.o
 and
 15 s.o.
 In another location they creates 5 p.o and 10 s.o.
 on
 the same day all the p.o and s.o will
 synchronize.Mean
 in both of the location all the p.o and s.o record
 should updated.How it is possible?
 
 any solution highly appreciated.
 
 santosh
 


 Yahoo! India Matrimony: Find your life partner
 online
 Go to: http://yahoo.shaadi.com/india-matrimony
 
 
 Sharing the knowledge on Axapta. 
 
 
 Yahoo! Groups SponsorADVERTISEMENT
 
 
 -
 Yahoo! Groups Links
 
To visit your group on the web, go to:

http://groups.yahoo.com/group/Axapta-Knowledge-Village/
   
To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]
   
Your use of Yahoo! Groups is subject to the
 Yahoo! Terms of Service. 
 
 
 
   
 -
 Celebrate Yahoo!'s 10th Birthday! 
  Yahoo! Netrospective: 100 Moments of the Web 

Send instant messages to your online friends http://uk.messenger.yahoo.com 


 Yahoo! Groups Sponsor ~-- 
In low income neighborhoods, 84% do not own computers.
At Network for Good, help bridge the Digital Divide!
http://us.click.yahoo.com/EpW3eD/3MnJAA/cosFAA/kGEolB/TM
~- 

Sharing the knowledge on Axapta. 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/Axapta-Knowledge-Village/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: RE: RE: RE: [Axapta-Knowledge-Village] How can I find what RecId will be the next to be used?

2005-03-09 Thread Bayliss, Barry












Raul,





Are you able to post the code that
generates the error?





Barry.













From:
Raul Llorente Peña/OPENSOLUTIONS [mailto:[EMAIL PROTECTED] 
Sent: Sunday, 6 March 2005 6:54 PM
To: Axapta-Knowledge-Village@yahoogroups.com
Subject: Re: RE: RE: RE: [Axapta-Knowledge-Village]
How can I find what RecId will be the next to be used?







Yes, that solves the problem or duplicated RecId's
inserted in several tables, but doesn't solve the insert-error issue...












Raúl Llorente Peña 

Análisis, Desarrollo e Implementación en 
Microsoft Bussiness Solutions-Axapta
OPEN SOLUTIONS







-Preston
A. Larimer [EMAIL PROTECTED] escribió: -

Para: Axapta-Knowledge-Village@yahoogroups.com
De: Preston A. Larimer [EMAIL PROTECTED]
Fecha: 04/03/2005 20:34
Asunto: RE: RE: RE: [Axapta-Knowledge-Village] How can I find what RecId will
be the next to be used?








Definitely duplicate recID?s is not what you want, the menu path I
gave you runs the check on recids for all of your tables and corrects issues
with them being duplicated, or the SystemSequences being out of kilter, every
time Axapta has throw up the unable to insert record due to a duplicate caused
by the recID, via com or standard Axapta this process has fixed my problem. 



Hope it helps you. 



-Preston 











From: Raul Llorente Peña/OPENSOLUTIONS
[mailto:[EMAIL PROTECTED] 
Sent: Friday, March 04, 2005 3:25
AM 
To: Axapta-Knowledge-Village@yahoogroups.com 
Subject: Re: RE: RE:
[Axapta-Knowledge-Village] How can I find what RecId will be the next to be
used? 







Preston 

Re: [Axapta-Knowledge-Village] Fixed Asset - In Progress???

2005-03-09 Thread Sun Fen

Hi James,

It is possible to partial acquire a fixed asset. Check the Allow multiple
acquisition in the Fixed Asset tab in General ledger parameters. Once it is
fully acquired, you give check to Depreciation checkbox in fixed asset value
model. And don't forget to set the depreciation start date.


Regards,
Sun Fen
- Original Message -
From: James Flavell [EMAIL PROTECTED]
To: Axapta-Knowledge-Village@yahoogroups.com
Sent: Thursday, March 10, 2005 8:18 AM
Subject: [Axapta-Knowledge-Village] Fixed Asset - In Progress???



 Is there anyway in Axapta Fixed Assets to capture partial aquistion of an
 asset.

 My client say they need a asset book for 'Assets in progress' meaning not
 fully aquired in terms of payment and then once the asset is fully aquired
 it should go into the normal asset books and then depreciation started
once
 it is used.

 I am not an FA expert but I don't see anything in Axapta for capturing
this
 type of 'In progess', can anyone share any experiences with such 'In
 progress'??

 Thanks
 James





 Sharing the knowledge on Axapta.
 Yahoo! Groups Links








 Yahoo! Groups Sponsor ~-- 
Has someone you know been affected by illness or disease?
Network for Good is THE place to support health awareness efforts!
http://us.click.yahoo.com/Rcy2bD/UOnJAA/cosFAA/kGEolB/TM
~- 

Sharing the knowledge on Axapta. 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/Axapta-Knowledge-Village/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/