RE: [Axapta-Knowledge-Village] Re: On hand

2010-05-06 Thread Preston A. Larimer
If you put your display method on the Form dataSource, move it to the Table
that should fix your issue about redundant data.

 

 

 

From: Axapta-Knowledge-Village@yahoogroups.com
[mailto:axapta-knowledge-vill...@yahoogroups.com] On Behalf Of axaeffect
Sent: Wednesday, May 05, 2010 10:42 PM
To: Axapta-Knowledge-Village@yahoogroups.com
Subject: [Axapta-Knowledge-Village] Re: On hand

 

  

Yes I've tried that, but you see in InventDim only gives you InventBatchID,
to find record in InventBatch you need one more, ItemID.

I can get it from InventSum, and I create the display method in the form,
but It shows redundant data in my grid.

Thanks,

--- In Axapta-Knowledge-Village@yahoogroups.com
 , Nitesh Ranjan
 wrote:
>
> Invent OnHand is having InventDim as its datasource
> Create a display method at InventDim table level and show this display
method  on the form.
> Â 
> Regards,
> Nitesh Ranjan
> 
> --- On Wed, 5/5/10, axaeffect  wrote:
> 
> 
> From: axaeffect 
> Subject: [Axapta-Knowledge-Village] On hand
> To: Axapta-Knowledge-Village@yahoogroups.com
 
> Date: Wednesday, May 5, 2010, 2:30 PM
> 
> 
> Â  
> 
> 
> 
> Hi all,
> 
> I've modified table InventBatch to add new column. 
> 
> You know the information in Inventory On hand (Path : Inventory
management/Item, button Onhand). Lets say I choose to display inventory
dimension batch number and want to display also the new column that I added.

> 
> I've add some display method in Form InventOnHandItem but not getting the
correct info.
> 
> What step should I do?
> 
> Thanks,
> 
> Axl
>





[Axapta-Knowledge-Village] Print document in DOT Matrix format

2010-05-06 Thread kusman . lim
Dear All

Can anybody help us, How to convert the report in AX to dot matrix ?

Thanks 

Regards 

Kusman


Re: [Axapta-Knowledge-Village] How to Increase decimals of purchprice and line amount to 5 places

2010-05-06 Thread Hasan Bilgin
You can use PriceUnit field, for the calculations...


On 5 May 2010 15:04, nahid  wrote:

>
>
> Hi All,
>
> For the Purchase module we need to increse the purchprice and line amount
> feilds decimals to 5 decimals.
>
> I know we can change the EDT's noof decimals property to 5. But how can we
> ensure the calculations will happen correctly. I know there are many classes
> and methods involved here.
>
> Is there any other way to handle this.
>
> Your help is much appreciated.
>
> Thanks
>
> Farheen
>
>  
>


Re: [Axapta-Knowledge-Village] How to Increase decimals of purchprice and line amount to 5 places

2010-05-06 Thread Nitesh Ranjan
This is handled using Desimal field in Unit Form. 
You need to set the desimals on Units to - 
Specify the number of decimals for the stock-keeping unit to display.
 
Please check and let me know, if it works for your issue.
 
Regards,
Nitesh Ranjan

--- On Wed, 5/5/10, nahid  wrote:


From: nahid 
Subject: [Axapta-Knowledge-Village] How to Increase decimals of purchprice and 
line amount to 5 places
To: Axapta-Knowledge-Village@yahoogroups.com
Date: Wednesday, May 5, 2010, 5:34 PM


  



Hi All,

For the Purchase module we need to increse the purchprice and line amount 
feilds decimals to 5 decimals.

I know we can change the EDT's noof decimals property to 5. But how can we 
ensure the calculations will happen correctly. I know there are many classes 
and methods involved here.

Is there any other way to handle this. 

Your help is much appreciated.

Thanks 

Farheen