RE: [development-axapta] Ageing report

2004-04-30 Thread Tony Chan





Hi 
all,
 I found that this is a small triangel in the 
bottom-right conner in some forms, Anyone know it functions ? 
Thks.


Best 
Regrads,


TonyChan.







Yahoo! Groups Links

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










[development-axapta] Black triangle

2004-04-30 Thread James Flavell





I 
think you mean the symbol that appears if not all the fields ont he form/tabpage 
can be shown (i.e. there are some fields you cannot see)
As far 
as I know there is nothing you can do except resize or hide existing fields so 
that the hidden ones have sapce to appear...



  -Original Message-From: Tony Chan 
  [mailto:[EMAIL PROTECTED]Sent: Friday, April 30, 2004 3:19 
  PMTo: '[EMAIL PROTECTED]'Subject: RE: 
  [development-axapta] Ageing report
  Hi 
  all,
   I found that this is a small triangel in the 
  bottom-right conner in some forms, Anyone know it functions ? 
  Thks.
  
  
  Best 
  Regrads,
  
  
  TonyChan.







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/
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: [development-axapta] Black triangle

2004-04-30 Thread Tony Chan





Thanks. 


  -Original Message-From: James Flavell 
  [mailto:[EMAIL PROTECTED]Sent: Friday, April 30, 2004 1:29 
  PMTo: [EMAIL PROTECTED]Subject: 
  [development-axapta] Black triangle
  I 
  think you mean the symbol that appears if not all the fields ont he 
  form/tabpage can be shown (i.e. there are some fields you cannot 
  see)
  As 
  far as I know there is nothing you can do except resize or hide existing 
  fields so that the hidden ones have sapce to appear...
  
  
  
-Original Message-From: Tony Chan 
[mailto:[EMAIL PROTECTED]Sent: Friday, April 30, 2004 3:19 
PMTo: '[EMAIL PROTECTED]'Subject: RE: 
[development-axapta] Ageing report
Hi 
all,
 I found that this is a small triangel in the 
bottom-right conner in some forms, Anyone know it functions ? 
Thks.


Best 
Regrads,


TonyChan.







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/
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: [development-axapta] Ageing report

2004-04-30 Thread Tony Chan





Thks for the 
reply.

 is it possible that I did resize the form and still 
see all the fields, ie, any way to resize the tab ? because my monitor only 
support 800x600, and the form cannot enlarge more than that.

Many 
thks.


Best 
Regards,

TonyChan.

  -Original Message-From: Oliver Mestdagh 
  [mailto:[EMAIL PROTECTED]Sent: Friday, April 30, 2004 
  2:22 PMTo: '[EMAIL PROTECTED]'Subject: 
  RE: [development-axapta] Ageing report
  It 
  tells you that there are fields not being shown (either partially or fully) 
  due to the size of the form.
  increase the size of the form so you can see all fields, and you will 
  find the triangle disapears.
  
-Original Message-From: Tony Chan 
[mailto:[EMAIL PROTECTED]Sent: Friday, 30 April 2004 4:19 
PMTo: '[EMAIL PROTECTED]'Subject: RE: 
[development-axapta] Ageing report
Hi 
all,
 I found that this is a small triangel in the 
bottom-right conner in some forms, Anyone know it functions ? 
Thks.


Best 
Regrads,


TonyChan.







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/
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: [development-axapta] Ageing report

2004-04-30 Thread James Flavell





you 
should be able to keep dragging the form size and end up with a scroll bar in 
the main Axapta window but I think I recall some forms it impossible to get 
right at that resolution :(

  -Original Message-From: Tony Chan 
  [mailto:[EMAIL PROTECTED]Sent: Friday, April 30, 2004 3:40 
  PMTo: '[EMAIL PROTECTED]'Subject: RE: 
  [development-axapta] Ageing report
  Thks for the 
  reply.
  
   is it possible that I did resize the form and still 
  see all the fields, ie, any way to resize the tab ? because my monitor only 
  support 800x600, and the form cannot enlarge more than 
  that.
  
  Many 
  thks.
  
  
  Best 
  Regards,
  
  TonyChan.
  
-Original Message-From: Oliver Mestdagh 
[mailto:[EMAIL PROTECTED]Sent: Friday, April 30, 
2004 2:22 PMTo: 
'[EMAIL PROTECTED]'Subject: RE: 
[development-axapta] Ageing report
It 
tells you that there are fields not being shown (either partially or fully) 
due to the size of the form.
increase the size of the form so you can see all fields, and you will 
find the triangle disapears.

  -Original Message-From: Tony Chan 
  [mailto:[EMAIL PROTECTED]Sent: Friday, 30 April 2004 4:19 
  PMTo: '[EMAIL PROTECTED]'Subject: 
  RE: [development-axapta] Ageing report
  Hi 
  all,
   I found that this is a small triangel in 
  the bottom-right conner in some forms, Anyone know it functions ? 
  Thks.
  
  
  Best 
  Regrads,
  
  
  TonyChan.







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/
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: [development-axapta] Customised Filtering

2004-04-30 Thread kam tt




Dear Amit and Harry,
Thanks for your prompt answer and sorry for my late
reply as I am a slow learner. 
I've successful it by using sysTableLookup. Below is
my code. 
Thanks again Amit and Harry.
Bye
kamtt 

public void lookup()
{
 Query query = new Query();
 QueryBuildDataSource queryBuildDataSource;
 QueryBuildRange queryBuildRange;
 SysTableLookup sysTableLookup =
SysTableLookup::newParameters(tableNum(custTable),this);
 ;

 sysTableLookup.addLookupfield(fieldNum(custTable,
accountNum));
 sysTableLookup.addLookupfield(fieldNum(custTable,
Name));
 queryBuildDataSource
=query.addDataSource(tableNum(custTable));
 queryBuildRange =
queryBuildDataSource.addRange(fieldNum(custTable,
accountNum));
 queryBuildRange.value(CallerTable_CallerId.text());

 sysTableLookup.parmQuery(query);
 sysTableLookup.performFormLookup();
}


--- Deshpande, Harry [EMAIL PROTECTED]
wrote:
 hi Amit!
 
 Hmmm, I guess adding a new datasource is better than
 adding a new field or
 creating a new look up form, but personally speaking
 I avoid adding a new
 datasource unless its absolutely required. Just my
 way of thinking. no real
 rational behind this.
 
 regards
 
 harry
 
 -Original Message-
 From: Amit Jain [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, April 28, 2004 6:09 PM
 To: [EMAIL PROTECTED]
 Subject: RE: [development-axapta] Customised
 Filtering
 
 
 Hi Harry
 
 First thing i m not suggesting that Kamtt should
 create another field for
 itemgroup, but from the statement of Kamtt it looks
 like that they are
 already using ItemGroup field in SalesLine table. If
 creation of new field
 is a problem then might be he can create a new
 datasource for ItemGroup and
 then use sysTableLookTable class. but i won't
 suggest creation of new forms
 only for look until and unless it cannot be done
 another way. This is what
 my personal experience says. 
 
 What ur opinion.
 
 
 
 Regards
 
 Amit
 
 
 
 Deshpande, Harry [EMAIL PROTECTED]
 wrote:
 
 hi Amit!
 
 Interesting!
 
 The problem with what you are proposing is ...
 
 Either I have to create a field to hold the value of
 'ItemGroupId' on
 salesLine. This field does not serve any purpose
 after a line has been
 created and violates the 'Normalization' rule for
 the data. It also takes up
 unnecessary disk space.
 
 One can also create just an extended data type field
 on the saleTable form
 (in the sales line grid). However, this means..if i
 specify an item group
 and go to second line to specify a different item
 group the first item group
 changes. This will create confusion for the viewer.
 
 This is why I recommended a different lookup form on
 the ItemId with two
 tabs like the 'location' look up form.
 
 Do let me know if you find some problem with the
 above thinking.
 
 regards
 
 harry
 
 -Original Message-
 From: Amit Jain [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, April 28, 2004 4:50 PM
 To: [EMAIL PROTECTED]
 Subject: RE: [development-axapta] Customised
 Filtering
 
 
 Hi
 
 For this u must have created a data field for
 itemgroup in the salesline
 form. you can anytime override the lookup method of
 the itemid field in
 SalesLine datasource to control the way look up
 behaves. All you have to do
 is use sysTableLookup Class. Refer Axapta's help for
 this. If you still face
 problem then let me know.
 
 
 Regards
 
 Amit
 
 Deshpande, Harry [EMAIL PROTECTED]
 wrote:
 
 hi
 
 On second thoughts...
 
 It will be better if you could change your look up
 form on the item id to
 the format of the look up form on the field
 warehouse (on salesline). So the
 new lookup with have two tabs. On first tab show
 itemgroup and on second tab
 show related items. this will make things easier.
 
 regards
 
 harry
 
 
 -Original Message-
 From: kamtt [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, April 27, 2004 7:18 PM
 To: [EMAIL PROTECTED]
 Subject: [development-axapta] Customised Filtering
 
 
 Hello,
 I am new for Axapta and I have encounter below
 problem.
 In Sales Line of Sales Order, I would like to select
 an ItemGroup 
 first and then it will automatically filter and
 shows for Item 
 Numbers which are only related to selected
 ItemGroup.
 
 I don't want to jump to Item Number and filter using
 standard. In 
 this way, user need to select ItemGroup first and
 and it will show 
 filtered Item Numbers when he dirll down on Item
 Number field. 
 
 Please advice me how to solve the problem.
 
 Thanks in advance,
 kamtt
 
 
 
 
 
 _ 
 
 Do you Yahoo!?
 Win

http://pa.yahoo.com/*http://us.rd.yahoo.com/hotjobs/hotjobs_mail_signature_

footer_textlink/evt=23983/*http://hotjobs.sweepstakes.yahoo.com/careermakeov
 er a $20,000 Career Makeover at Yahoo! HotJobs 
 
 
 
 _ 
 
 Do you Yahoo!?
 Win

http://pa.yahoo.com/*http://us.rd.yahoo.com/hotjobs/hotjobs_mail_signature_

footer_textlink/evt=23983/*http://hotjobs.sweepstakes.yahoo.com/careermakeov
 er a $20,000 Career Makeover at Yahoo! HotJobs 
 
 _ 
 
 Yahoo! Groups Links
 
 
 * To visit your group 

[development-axapta] Query

2004-04-30 Thread Charles





Hi 
Experts,


I need 
to display rows from the header tableVendPackingSlipJour, where by the 
warehouse fieldin the related chilid table, VendPackingSlipTrans, equals 
to "ABC".


This is the codes that I had came up 
with:

this.query().dataSourceTable(tableNum(VendPackingSlipJour)).addDataSource(tableNum(VendPackingSlipTrans)).addlink(fieldNum(VendPackingSlipJour,InternalPackingSlipId),fieldNum(VendPackingSlipTrans,InternalPackingSlipId));
warehouseCriteria = 
this.query().dataSourceTable(tableNum(VendPackingSlipTrans)).addRange(fieldid2ext(fieldNum(VendPackingSlipTrans, 
Dimension),3));warehouseCriteria.value("ABC");


However, I notice that the header rows (VendPackingSlipJour) duplicates, 
according to the number of result rowsfrom the child 
table(VendPackingSlipTrans). I realise this is because of the child 
datasource that have been added to the query. Is there any way to code this 
search criteria and prevent the header lines from duplicating? 

TIA,
Charles 







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/
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: [development-axapta] Ageing report

2004-04-30 Thread James Flavell





I 
think maybe if you give the example of the trans that not appear, i.e. what 
dates on the data etc and what dates you run on report
To set 
what date is used you should press the 'Date principal' button on settlement 
screen and set as you wnat (is saved as a user setting)

As 
mentioned the cust trans report has no 'as of' date so it takes the current 
status of the trans whereas aging has an 'as of' option, sothese reports 
may not match even with same date range specified... without exact report 
setting used and examples of the trans that going missing its hard to know how 
the report is processing

  -Original Message-From: Girish Bhatkal 
  [mailto:[EMAIL PROTECTED]Sent: Friday, April 30, 2004 5:15 
  PMTo: [EMAIL PROTECTED]Subject: RE: 
  [development-axapta] Ageing report
  
  Thanks, everyone, for the response. 
  

  James, I had properly taken care that i enter the correct dates . In 
  fact for one of the client's company both the report total matches but for the 
  rest it does not match. I also tried to run the report using all the possible 
  criteria's and selections but it does not match . In fact in one of the 
  company i was trying to find the solution i found that the difference is only 
  for a particular customer. 
  
   During payment/receipt the 
  user sometimes enter the TransDate as Old date and do the posting. When 
  i checked the records through the table browser i observerd, as Michellehad mentioned, that the settlement date is not the 
  date entered in the TransDate field but instead was the posting date. 
  where can we specify that the date 
  of the settlement should be the date transaction date? i am not sure if this 
  would solve the problem.
   
  when i ran the report with details i found a few transactions displayed in the 
  "customer transactions" report were missing, for both the reports the date 
  rangewere selected the same.
   Did 
  anyone observe this difference earlier?
  
  cheers,
  Girish
  
  
-Original Message-From: James Flavell 
[mailto:[EMAIL PROTECTED]Sent: 30 April 2004 
05:09To: [EMAIL PROTECTED]Subject: 
RE: [development-axapta] Ageing report
I 
dont think that is the problem because the report "customer balance list 
with credit report" should still refelect the settlement date being the 
invoice date right and hence the total balance of both the aging and this 
report should match?

Grish, just to double check:
Your 'As of' date for both reports is the same? 

Your 'As of' date is a past date our you set as the current 
date?
You select 'Only open'?
You select 'Detail'?
(maybe you can just give settings you use . :) 
)

I 
dont suggest you use customer trans report as there is no way for specifying 
an "As at" date (not in my Sp1 version anyway...) and so this report will 
just give you the current status of the transactions.

Thanks
James



  -Original Message-From: Michelle Thompson 
  [mailto:[EMAIL PROTECTED]Sent: Friday, April 30, 
  2004 3:42 AMTo: 
  [EMAIL PROTECTED]Subject: Re: 
  [development-axapta] Ageing report
  Because Axapta settles based on the date of the Invoice. You 
  have to change the date of the settlement to the date of the 
payment.
  
  Hope that helps you.Girish Bhatkal 
  [EMAIL PROTECTED] wrote:
  Hi, 
i was running the Customer ageing report (say for before 
29/02/2004,with criteria transaction date) and found that the report 
does not displaysome of the transactions which were settled in march 
and april. Hence we arefinding a difference in the total balance 
when compared to the customertransaction report or the "customer 
balance list with credit report". Does anyone 
know why is this ageing report running differently to thecustomter 
balance list with credit report run. i am testing in 
Axapta 3 
  ,SP2.thanks,cheers,girish







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/
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: [development-axapta] Re : Report In PDF Format Problem

2004-04-30 Thread James Flavell




the axapta pdf writing classes are limited to which fonts, sizes... I recall
if you use double line or soemthing like that it appears.
In the end my customer went with a freeware PDF print driver rather than the
axapta PDF option.





-Original Message-
From: sinn3653 [mailto:[EMAIL PROTECTED]
Sent: Friday, April 30, 2004 5:52 PM
To: [EMAIL PROTECTED]
Subject: [development-axapta] Re : Report In PDF Format Problem


hi all,

I have been trying to print invoices to pdf but when i write pdfs
directly from axapta, the lay-out is bad.

For instance, i've set lineAbove(LineType::ShortDashes) for a
section. The line wasn't show as the line appear on screen.

Anyone have hint to solve the problem ?

thanks.


regards,
sinn





Yahoo! Groups Links















Yahoo! Groups Links

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










[development-axapta] Re : Report In PDF Format Problem

2004-04-30 Thread sinn3653




Hi James,

Can u recall Which freeware PDF print driver does your customer use ?

BTW, do you have any idea which class in Axapta is doing the pdf 
writing ?

Thanks.

Regards,
sinn











Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/
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: [development-axapta] Ageing report

2004-04-30 Thread Girish Bhatkal





James,
when running the customer transaction report we can select a new 
field "Date" and then here we can enter the from and to date so see the list of 
transactions, for the selected period. And onwhich settlement screen is 
the "date principal" button available. i will write down the trans date 
example and email back.
thanks 
again.

cheers,
Girish


  -Original Message-From: James Flavell 
  [mailto:[EMAIL PROTECTED]Sent: 30 April 2004 
  08:44To: [EMAIL PROTECTED]Subject: RE: 
  [development-axapta] Ageing report
  I 
  think maybe if you give the example of the trans that not appear, i.e. what 
  dates on the data etc and what dates you run on report
  To 
  set what date is used you should press the 'Date principal' button on 
  settlement screen and set as you wnat (is saved as a user 
  setting)
  
  As 
  mentioned the cust trans report has no 'as of' date so it takes the current 
  status of the trans whereas aging has an 'as of' option, sothese reports 
  may not match even with same date range specified... without exact report 
  setting used and examples of the trans that going missing its hard to know how 
  the report is processing
  
-Original Message-From: Girish Bhatkal 
[mailto:[EMAIL PROTECTED]Sent: Friday, April 30, 2004 5:15 
PMTo: [EMAIL PROTECTED]Subject: RE: 
[development-axapta] Ageing report

Thanks, everyone, for the response. 

  
James, I had properly taken care that i enter the correct dates . In 
fact for one of the client's company both the report total matches but for 
the rest it does not match. I also tried to run the report using all the 
possible criteria's and selections but it does not match . In fact in one of 
the company i was trying to find the solution i found that the difference is 
only for a particular customer. 

 During payment/receipt the 
user sometimes enter the TransDate as Old date and do the posting. 
When i checked the records through the table browser i observerd, as Michellehad mentioned, that the settlement date is not the 
date entered in the TransDate field but instead was the posting date. 
where can we specify that the 
date of the settlement should be the date transaction date? i am not sure if 
this would solve the problem.
 when i ran the report with details i found a few 
transactions displayed in the "customer transactions" report were missing, 
for both the reports the date rangewere selected the 
same.
 Did 
anyone observe this difference earlier?

cheers,
Girish


  -Original Message-From: James Flavell 
  [mailto:[EMAIL PROTECTED]Sent: 30 April 2004 
  05:09To: [EMAIL PROTECTED]Subject: 
  RE: [development-axapta] Ageing report
  I dont think that is the problem because the report "customer 
  balance list with credit report" should still refelect the settlement date 
  being the invoice date right and hence the total balance of both the aging 
  and this report should match?
  
  Grish, just to double check:
  Your 'As of' date for both reports is the same? 
  
  Your 'As of' date is a past date our you set as the current 
  date?
  You select 'Only open'?
  You select 'Detail'?
  (maybe you can just give settings you use . :) 
  )
  
  I dont suggest you use customer trans report as there is no way for 
  specifying an "As at" date (not in my Sp1 version anyway...) and so this 
  report will just give you the current status of the 
  transactions.
  
  Thanks
  James
  
  
  
-Original Message-From: Michelle Thompson 
[mailto:[EMAIL PROTECTED]Sent: Friday, April 30, 
2004 3:42 AMTo: 
[EMAIL PROTECTED]Subject: Re: 
[development-axapta] Ageing report
Because Axapta settles based on the date of the Invoice. You 
have to change the date of the settlement to the date of the 
payment.

Hope that helps you.Girish Bhatkal 
[EMAIL PROTECTED] wrote:
Hi, 
  i was running the Customer ageing report (say for before 
  29/02/2004,with criteria transaction date) and found that the 
  report does not displaysome of the transactions which were settled 
  in march and april. Hence we arefinding a difference in the total 
  balance when compared to the customertransaction report or the 
  "customer balance list with credit report". 
  Does anyone know why is this ageing report running differently to 
  thecustomter balance list with credit report run. 
  i am testing in Axapta 3 
  ,SP2.thanks,cheers,girish







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]

RE: [development-axapta] Re : Report In PDF Format Problem

2004-04-30 Thread James Flavell




Sorry I think they had an inhouse one available in the end.

On customer uses Adobe PDF writer printer driver (v8 I think, they no longer
provide stand alone printer driver)., this of course not free.

Others are the main freeware out there...cutepdf I think is one of the more
popular ones but I dont have any reference customer sites for the freeware
ones sorry about the original somewhat misleading reply...


-Original Message-
From: sinn3653 [mailto:[EMAIL PROTECTED]
Sent: Friday, April 30, 2004 6:11 PM
To: [EMAIL PROTECTED]
Subject: [development-axapta] Re : Report In PDF Format Problem


Hi James,

Can u recall Which freeware PDF print driver does your customer use ?

BTW, do you have any idea which class in Axapta is doing the pdf
writing ?

Thanks.

Regards,
sinn






Yahoo! Groups Links















Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/
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: [development-axapta] Ageing report

2004-04-30 Thread James Flavell





yes 
but selecting the date field in your cust trans report SELECT is not the same as 
a 'as of'' functionality which computes the balance of the transactions (i.e. 
taking into considerationdates ofsettlements!) at the 'As of' 
date...so currently your trans might be settled but if you compute what was its 
status 'As of' a month ago it might be open with balance(I have not looked 
into the code of the cust trans but I believe it does no 'as of' computing can 
anyone confirm this?)

I hope 
I am not misunderstanding you but like I said unless give some example I cant 
tell whether what I am trying to get at is your problem so will wait for your 
example

The 
date principal button is in the open transaction editing of both customer and 
vendor (remebers the setting in each module separately)

Thanks


  -Original Message-From: Girish Bhatkal 
  [mailto:[EMAIL PROTECTED]Sent: Friday, April 30, 2004 6:18 
  PMTo: [EMAIL PROTECTED]Subject: RE: 
  [development-axapta] Ageing report
  James,
  when running the customer transaction report we can select a new 
  field "Date" and then here we can enter the from and to date so see the list 
  of transactions, for the selected period. And onwhich settlement screen 
  is the "date principal" button available. i will write down the trans 
  date example and email back.
  thanks again.
  
  cheers,
  Girish
  
  
-Original Message-From: James Flavell 
[mailto:[EMAIL PROTECTED]Sent: 30 April 2004 
08:44To: [EMAIL PROTECTED]Subject: 
RE: [development-axapta] Ageing report
I 
think maybe if you give the example of the trans that not appear, i.e. what 
dates on the data etc and what dates you run on report
To 
set what date is used you should press the 'Date principal' button on 
settlement screen and set as you wnat (is saved as a user 
setting)

As 
mentioned the cust trans report has no 'as of' date so it takes the current 
status of the trans whereas aging has an 'as of' option, sothese 
reports may not match even with same date range specified... without exact 
report setting used and examples of the trans that going missing its hard to 
know how the report is processing

  -Original Message-From: Girish Bhatkal 
  [mailto:[EMAIL PROTECTED]Sent: Friday, April 30, 2004 
  5:15 PMTo: 
  [EMAIL PROTECTED]Subject: RE: 
  [development-axapta] Ageing report
  
  Thanks, everyone, for the response. 

  

  James, I had properly taken care that i enter the correct dates . In 
  fact for one of the client's company both the report total matches but for 
  the rest it does not match. I also tried to run the report using all the 
  possible criteria's and selections but it does not match . In fact in one 
  of the company i was trying to find the solution i found that the 
  difference is only for a particular customer. 
  
   During payment/receipt 
  the user sometimes enter the TransDate as Old date and do the 
  posting. When i checked the records through the table browser i 
  observerd, as Michellehad mentioned, that the 
  settlement date is not the date entered in the TransDate field but instead 
  was the posting date. where can we specify that the date of the settlement should be the 
  date transaction date? i am not sure if this would solve the 
  problem.
   when i ran the report with details i found a few 
  transactions displayed in the "customer transactions" report were missing, 
  for both the reports the date rangewere selected the 
  same.
   
  Did anyone observe this difference earlier?
  
  cheers,
  Girish
  
  
-Original Message-From: James Flavell 
[mailto:[EMAIL PROTECTED]Sent: 30 April 2004 
05:09To: 
[EMAIL PROTECTED]Subject: RE: 
[development-axapta] Ageing report
I dont think that is the problem because the report "customer 
balance list with credit report" should still refelect the settlement 
date being the invoice date right and hence the total balance of both 
the aging and this report should match?

Grish, just to double check:
Your 'As of' date for both reports is the same? 

Your 'As of' date is a past date our you set as the current 
date?
You select 'Only open'?
You select 'Detail'?
(maybe you can just give settings you use . :) 
)

I dont suggest you use customer trans report as there is no way 
for specifying an "As at" date (not in my Sp1 version anyway...) and so 
this report will just give you the current status of the 
transactions.

Thanks
James



  -Original Message-From: Michelle Thompson 
  

RE: [development-axapta] Re : Report In PDF Format Problem

2004-04-30 Thread Dirk Verbeke










I use Win2Pdf, available
at http://www.daneprairie.com/products/win2pdf_pro.htm
for only $ 69.00



Regards

Dirk



-Oorspronkelijk bericht-
Van: James Flavell
[mailto:[EMAIL PROTECTED] 
Verzonden: vrijdag 30 april 2004
10:54
Aan: [EMAIL PROTECTED]
Onderwerp: RE:
[development-axapta] Re : Report In PDF Format Problem



Sorry I think they had an
inhouse one available in the end.

On customer uses Adobe PDF writer printer driver
(v8 I think, they no longer
provide stand alone printer driver)., this of
course not free.

Others are the main freeware out there...cutepdf I
think is one of the more
popular ones but I dont have any reference
customer sites for the freeware
ones sorry about the original somewhat misleading
reply...


-Original Message-
From: sinn3653 [mailto:[EMAIL PROTECTED]
Sent: Friday, April 30, 2004 6:11 PM
To: [EMAIL PROTECTED]
Subject: [development-axapta] Re : Report In PDF
Format Problem


Hi James,

Can u recall Which freeware PDF print driver does
your customer use ?

BTW, do you have any idea which class in Axapta is
doing the pdf
writing ?

Thanks.

Regards,
sinn






Yahoo! Groups Links


















Yahoo! Groups Links

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












[development-axapta] Bill of lading - Setup

2004-04-30 Thread HANDRESITO




Hi Everybody... Does anyone know how to setup the bill of lading for 
the sales orders?? additionally does anyone knows how to activate 
the main forms for master bill of lading??

Thanks in advanced

Andrés










Yahoo! Groups Links

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










[development-axapta] Re: Axapta report in excel format

2004-04-30 Thread sinn3653




hi all,

does anyone know how to write the report to excel format directly 
from axapta ?

The report show in excel format should look identical as the one show 
on screen. The report consist of lineAbove(LineType::ShortDashes) for 
a section.

Anyone have hint to solve the problem ?

thanks.

regards,
sinn










Yahoo! Groups Links

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