[Axapta-Knowledge-Village] Negative onhand check

2005-10-03 Thread James Flavell
Title: Message Hi , Hopefully a fairly easy/std questions: Where is the code thatAxapta checks whethernegative inventory is allowed based on inventory model setting and then looks up the onhand qty (if not allowed) forany inventory posting? Thanks James Sharing the knowledge on

Re: [Axapta-Knowledge-Village] posting to prodjournaljob from csv file?

2005-10-03 Thread Andres Janno
Hello! Actually I want to make little job to check regularly cvs file and if there are some lines with jobid and qty then Axata will import and post them to prodjournalroute table. I have little external application to collect feedback via terminals from shopfloor and save this to cvs file.

[Axapta-Knowledge-Village] Number days of a month

2005-10-03 Thread Alfonso Collados Arroyo
Hi all: Is there any function that calculates the number of days in a month? Thanks you -- This e-mail and any attachments are confidential. If you are not the named or intended recipient, please notify the sender

[Axapta-Knowledge-Village] Date physical after date financial will cause major problems?

2005-10-03 Thread James Flavell
Title: Message Hi, If I have sales orders that has delivery note date (e.g. 3rd Oct) afterinvoice date (e.g. 30 Sept) will this have a problem with inventory closing? I am using Date wieghted Average and understand closing calc is based on phsyical date but if I close as at 30 Sept

Ant: [Axapta-Knowledge-Village] Number days of a month

2005-10-03 Thread Hans-Walter Bous
Hi, try it with dayOfMth(endMth(date)). JohnAlfonso Collados Arroyo [EMAIL PROTECTED] schrieb: Hi all: Is there any function that calculates the number of days in a month? Thanks you --This e-mail and any attachments are

Re: [Axapta-Knowledge-Village] posting to prodjournaljob from csv file?

2005-10-03 Thread Harry \(Harshawardhan Deshpande
hi so the process would be as follows: 1. check if some lines exist 2. import them into journal via code 3. post the journal via code. seems like a straight forward job. What do you mean by you cannot import and post them into Axapta? Exactly which part are you confused about? regards

[Axapta-Knowledge-Village] Release of chapter from Axapta X++ and Morphx book

2005-10-03 Thread Steen Andreasen
The chapter Reports from the upcoming Axapta X++ and Morphx book MORPHX IT is now available for download. You can download the chapter from my website: http://www.steenandreasen.com/axaptabook.aspbr,Steen Andreasen Sharing the knowledge on Axapta. SPONSORED LINKS

[Axapta-Knowledge-Village] Add same information in 2 different company accounts

2005-10-03 Thread Jens Strandberg
Hello there, Let's say that I have two company accounts, DAT and ABC. I enter DAT and add a new item in InventTable (which then adds needed information in InventTableModule). How do I add/update the exact same information in ABC ? i.e. populate InventTable and InventTableModule. Thanks in

Re: [Axapta-Knowledge-Village] posting to prodjournaljob from csv file?

2005-10-03 Thread Andres Janno
First of all, I'm not experienced Axapta programmer so: 1. load cvs - this I can handle - thanks to Harish Mohanbabu 2. here I don't know exactly which fields in table prodjournalroute are necessery to fill? 3. if I fill them right then how to call posting procedure from job for every line

[Axapta-Knowledge-Village] Axapta and Citrix over long distance and patchy network

2005-10-03 Thread Juha Alskog
Do anyone have experience with Axapta in a Citrix/Terminal Server setup with users spread far and wide (e.g. server in Europe and users in Latin America or Asia)? We are looking at a solution for a client where the server will be in Europe and users a bit of everywhere, including 3 continents.

[Axapta-Knowledge-Village] BOM Report as finished means what?

2005-10-03 Thread Padmaja Iyingar
Hello, I am interested to know what happens 1) when a BOM is reported as finished? 2) Max report as finished?. what are the differences?. How the Bom inventory and items in the BOM effect? --Padmaja Iyengar Yahoo! for Good Click here to donate to the Hurricane Katrina relief effort.

RE: [Axapta-Knowledge-Village] Negative onhand check

2005-10-03 Thread James Flavell
Title: Message Thanks Harry,But any chance can advise is there a single class/method that does checks this variable and does the onhand check?The reason is my customer wants to considered changing the onhand check to be based on stock 'as at' the inventory posting date of the

RE: [Axapta-Knowledge-Village] Re: axapta quanity delivered column

2005-10-03 Thread James Flavell
Sorry Michael been (and still am :( )very busy with a customer... The summary update allows you to combine several sales orders into one invoice, if you are doing that type of thing then it can be very useful. If you are doing such things (or would like to do such things) then maybe you can give

Re: [Axapta-Knowledge-Village] Axapta and Citrix over long distance and patchy network

2005-10-03 Thread Lalith Jayantha
Hi Juha Our Group of comany's have a citrix server (Citrix Mata Frame XP Version) run on windows 2000 terminal server Location in colombo Sri Lanka. our Hong Kong and Swizland users connect here and access Axapta Application server without any problum. we have 30 citrix user licence.we have 512

Re: [Axapta-Knowledge-Village] Number days of a month

2005-10-03 Thread kbi kbi
hi, try usingnested functions: dayOfMth(dateEndMth(systemDateGet())); hope this helpAlfonso Collados Arroyo [EMAIL PROTECTED] wrote: Hi all: Is there any function that calculates the number of days in a month? Thanks you --This