[Axapta-Knowledge-Village] Re: printing multiple invoices

2007-03-28 Thread whormann
ok... It worked at first but now is not printing the total at the 
bottom.. only on the 1st few pages. ? HELP!!!

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

 Quick additional input of Steeve:
 
 if you remove the reset() then you have to reset some global 
variable manually to get correct invoicing data...
 
 regards,
 Khue
 
 
 - Original Message 
 From: Steeve Gilbert [EMAIL PROTECTED]
 To: Axapta-Knowledge-Village@yahoogroups.com
 Sent: Thursday, February 8, 2007 8:23:26 PM
 Subject: [Axapta-Knowledge-Village] Re: printing multiple invoices
 
 In Main menu  Accounts receivable  Inquiries  Journals  
Invoice, 
 you can select multiple invoices and show them. Problem is they 
appear 
 in different window but that can be modified. Find line of 
 code element.reset( ) and replace it with element.newPage( ). 
That 
 way, instead of displaying a new windows for the next invoice, it 
will 
 only create a new page to put the next invoice on.
 
 Regards,
 
 Steeve...
 
 --- In Axapta-Knowledge- [EMAIL PROTECTED] ups.com, whormann 
 wendyhormann@ ... wrote:
 
  Is there a way to print multiple invoices for one account?
  I would like to re-print all of my open/past due invoices for an 
  account, there are so many, and it seems that I can only do it 
one by 
  one. 
  
  Thanks, 
  
  Wendy
 
 
 
 
 
 
  
 
_
___
 Want to start your own business?
 Learn how on Yahoo! Small Business.
 http://smallbusiness.yahoo.com/r-index
 
 [Non-text portions of this message have been removed]





[Axapta-Knowledge-Village] Re: printing multiple invoices

2007-03-28 Thread whormann
Hi Steeve, 

Thanks so much, just figured out how to do this, but the step by 
step was very helpful It worked!!! 


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

 You're not a developper Wendy, are you? :)  I'm guess that you 
 haven't modified your invoice report yet.  If so, go into the AOT 
 report nodes and select SalesInvoice.  Open that node and the 
 Methods node.  Double-click the fetch method.  At the end of that 
 method, there's 2 line element.reset(), comment them (put // 
at 
 the beginning of the line) and add element.newPage() after those 
 commented line.  If you have a hard time finding the code line, 
use 
 CRTL-F to find them.  Are you ok with that?
 
 Like Khue mentionned, double check the invoices to make sure data 
is 
 ok.  I've checked a bit and amounts seems fine but I've noticed 
 that Page X of Y includes all pages of all invoices printed.
 
 regards,
 
 Steeve...
 
 --- In Axapta-Knowledge-Village@yahoogroups.com, Wendy Hormann 
 wendyhormann@ wrote:
 
  Could you explain how to change the code step by step? =)
  
  Steeve Gilbert steeve.gilbert@ wrote:  In Main menu  
 Accounts receivable  Inquiries  Journals  Invoice, 
  you can select multiple invoices and show them. Problem is they 
 appear 
  in different window but that can be modified. Find line of 
  code element.reset() and replace it with element.newPage(). 
 That 
  way, instead of displaying a new windows for the next invoice, 
it 
 will 
  only create a new page to put the next invoice on.
  
  Regards,
  
  Steeve...
  
  --- In Axapta-Knowledge-Village@yahoogroups.com, whormann 
  wendyhormann@ wrote:
  
   Is there a way to print multiple invoices for one account?
   I would like to re-print all of my open/past due invoices for 
an 
   account, there are so many, and it seems that I can only do it 
 one by 
   one. 
   
   Thanks, 
   
   Wendy
  
  
  
  
   
  
  
  [Non-text portions of this message have been removed]
 





[Axapta-Knowledge-Village] Re: printing multiple invoices

2007-02-09 Thread Steeve Gilbert
You're not a developper Wendy, are you? :)  I'm guess that you 
haven't modified your invoice report yet.  If so, go into the AOT 
report nodes and select SalesInvoice.  Open that node and the 
Methods node.  Double-click the fetch method.  At the end of that 
method, there's 2 line element.reset(), comment them (put // at 
the beginning of the line) and add element.newPage() after those 
commented line.  If you have a hard time finding the code line, use 
CRTL-F to find them.  Are you ok with that?

Like Khue mentionned, double check the invoices to make sure data is 
ok.  I've checked a bit and amounts seems fine but I've noticed 
that Page X of Y includes all pages of all invoices printed.

regards,

Steeve...

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

 Could you explain how to change the code step by step? =)
 
 Steeve Gilbert [EMAIL PROTECTED] wrote:  In Main menu  
Accounts receivable  Inquiries  Journals  Invoice, 
 you can select multiple invoices and show them. Problem is they 
appear 
 in different window but that can be modified. Find line of 
 code element.reset() and replace it with element.newPage(). 
That 
 way, instead of displaying a new windows for the next invoice, it 
will 
 only create a new page to put the next invoice on.
 
 Regards,
 
 Steeve...
 
 --- In Axapta-Knowledge-Village@yahoogroups.com, whormann 
 wendyhormann@ wrote:
 
  Is there a way to print multiple invoices for one account?
  I would like to re-print all of my open/past due invoices for an 
  account, there are so many, and it seems that I can only do it 
one by 
  one. 
  
  Thanks, 
  
  Wendy
 
 
 
 
  
 
 
 [Non-text portions of this message have been removed]





[Axapta-Knowledge-Village] Re: printing multiple invoices

2007-02-09 Thread Steeve Gilbert
Not much different than the invoice :
By just looking at the code, I think that the same trick can be 
applied to SalesPackingSlip.  Give it a try.  Then go
Main menu  Accounts receivable  Inquiries  Journals  PACKING SLIP
Filter on the desired date, select all, show button, etc...

regards,

Steeve...

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

 Steeve,
  
 That's an excellent suggestion.
  
 Now, do you have a similar, excellent suggestion as to how to allow 
printing
 of, let's say copies of packing slips for a certain date ?  :-)
  
 I can't seem to find any clues in standard Ax, and before we do some
 in-house coding, I thought I would ask...
  
 Thanks in advance.
  
 Best Regards,
 Jens
 
   _  
 
 From: Axapta-Knowledge-Village@yahoogroups.com
 [mailto:[EMAIL PROTECTED] On Behalf Of 
Steeve
 Gilbert
 Sent: Thursday, February 08, 2007 2:23 PM
 To: Axapta-Knowledge-Village@yahoogroups.com
 Subject: [Axapta-Knowledge-Village] Re: printing multiple invoices
 
 
 
 In Main menu  Accounts receivable  Inquiries  Journals  
Invoice, 
 you can select multiple invoices and show them. Problem is they 
appear 
 in different window but that can be modified. Find line of 
 code element.reset() and replace it with element.newPage(). 
That 
 way, instead of displaying a new windows for the next invoice, it 
will 
 only create a new page to put the next invoice on.
 
 Regards,
 
 Steeve...
 
 --- In Axapta-Knowledge- mailto:Axapta-Knowledge-Village%
40yahoogroups.com
 [EMAIL PROTECTED], whormann 
 wendyhormann@ wrote:
 
  Is there a way to print multiple invoices for one account?
  I would like to re-print all of my open/past due invoices for an 
  account, there are so many, and it seems that I can only do it 
one by 
  one. 
  
  Thanks, 
  
  Wendy
 
 
 
 
  
 
 
 [Non-text portions of this message have been removed]





[Axapta-Knowledge-Village] Re: printing multiple invoices

2007-02-08 Thread Steeve Gilbert
In Main menu  Accounts receivable  Inquiries  Journals  Invoice, 
you can select multiple invoices and show them.  Problem is they appear 
in different window but that can be modified.  Find line of 
code element.reset() and replace it with element.newPage().  That 
way, instead of displaying a new windows for the next invoice, it will 
only create a new page to put the next invoice on.

Regards,

Steeve...

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

 Is there a way to print multiple invoices for one account?
 I would like to re-print all of my open/past due invoices for an 
 account, there are so many, and it seems that I can only do it one by 
 one. 
 
 Thanks, 
 
 Wendy





Re: [Axapta-Knowledge-Village] Re: printing multiple invoices

2007-02-08 Thread Wendy Hormann
Could you explain how to change the code step by step? =)

Steeve Gilbert [EMAIL PROTECTED] wrote:  In Main menu  Accounts 
receivable  Inquiries  Journals  Invoice, 
you can select multiple invoices and show them. Problem is they appear 
in different window but that can be modified. Find line of 
code element.reset() and replace it with element.newPage(). That 
way, instead of displaying a new windows for the next invoice, it will 
only create a new page to put the next invoice on.

Regards,

Steeve...

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

 Is there a way to print multiple invoices for one account?
 I would like to re-print all of my open/past due invoices for an 
 account, there are so many, and it seems that I can only do it one by 
 one. 
 
 Thanks, 
 
 Wendy




 


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



RE: [Axapta-Knowledge-Village] Re: printing multiple invoices

2007-02-08 Thread Jens Strandberg
Steeve,
 
That's an excellent suggestion.
 
Now, do you have a similar, excellent suggestion as to how to allow printing
of, let's say copies of packing slips for a certain date ?  :-)
 
I can't seem to find any clues in standard Ax, and before we do some
in-house coding, I thought I would ask...
 
Thanks in advance.
 
Best Regards,
Jens

  _  

From: Axapta-Knowledge-Village@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of Steeve
Gilbert
Sent: Thursday, February 08, 2007 2:23 PM
To: Axapta-Knowledge-Village@yahoogroups.com
Subject: [Axapta-Knowledge-Village] Re: printing multiple invoices



In Main menu  Accounts receivable  Inquiries  Journals  Invoice, 
you can select multiple invoices and show them. Problem is they appear 
in different window but that can be modified. Find line of 
code element.reset() and replace it with element.newPage(). That 
way, instead of displaying a new windows for the next invoice, it will 
only create a new page to put the next invoice on.

Regards,

Steeve...

--- In Axapta-Knowledge- mailto:Axapta-Knowledge-Village%40yahoogroups.com
[EMAIL PROTECTED], whormann 
[EMAIL PROTECTED] wrote:

 Is there a way to print multiple invoices for one account?
 I would like to re-print all of my open/past due invoices for an 
 account, there are so many, and it seems that I can only do it one by 
 one. 
 
 Thanks, 
 
 Wendy




 


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



Re: [Axapta-Knowledge-Village] Re: printing multiple invoices

2007-02-08 Thread kbi kbi
Quick additional input of Steeve:

if you remove the reset() then you have to reset some global variable 
manually to get correct invoicing data...

regards,
Khue


- Original Message 
From: Steeve Gilbert [EMAIL PROTECTED]
To: Axapta-Knowledge-Village@yahoogroups.com
Sent: Thursday, February 8, 2007 8:23:26 PM
Subject: [Axapta-Knowledge-Village] Re: printing multiple invoices

In Main menu  Accounts receivable  Inquiries  Journals  Invoice, 
you can select multiple invoices and show them. Problem is they appear 
in different window but that can be modified. Find line of 
code element.reset( ) and replace it with element.newPage( ). That 
way, instead of displaying a new windows for the next invoice, it will 
only create a new page to put the next invoice on.

Regards,

Steeve...

--- In Axapta-Knowledge- [EMAIL PROTECTED] ups.com, whormann 
wendyhormann@ ... wrote:

 Is there a way to print multiple invoices for one account?
 I would like to re-print all of my open/past due invoices for an 
 account, there are so many, and it seems that I can only do it one by 
 one. 
 
 Thanks, 
 
 Wendy






 

Want to start your own business?
Learn how on Yahoo! Small Business.
http://smallbusiness.yahoo.com/r-index

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