RE: [development-axapta] Printing Sales invoice

2005-03-09 Thread James Flavell





Hi all,

Posted next is the Dx Harry and I had sometime ago on teh other group about
this form sort (take care it only works for 'After' setting...read on).
Hope it helps and of course if not then post back :)



Dx from sometiem ago:

Hey thanks alot Harry,

That is why I could not get it to work! At least now I can get the sort to
work rather than wonder whether it was some nice idea by some programmer
that never quite got off the ground ;)

'After' I believe is strictly just the printout so your thoughts about a
problem after a few have been processed, I don't think anything is done.
>From my understanding 'After' is more for batch update over night but you
dont wnat to send it to the printer as if the print jams or low toner etc
there is noone there to check and so you could come back in the morning and
find that you just wasted sheets and sheets of paper etc...

Thanks alot for your time and input, really appreciate it (I dont think I
would have got around to testing the 'after' ...more likely to have given
up!!!)

Thanks
James

-Original Message-
From: Harry Deshpande [mailto:[EMAIL PROTECTED]
Sent: Monday, August 09, 2004 7:50 AM
To: development-axapta@yahoogroups.com
Subject: RE: [development-axapta] Form sort used for what?


Hi James



First of all... if you want to apply a different sort order then you
have to finger around with newJournalList method of class
salesFormLetter_PickingList. 



Now to your question as to why this is not working for you...



To be very honest, I did not try this out. However, I have a feeling as
to why this is not working out for you.



Axapta as two methods of printing the picking lists.



First method is print pickinglist one by one as soon as they are
processed. Represented by Printout=current on salesEditLinesForm.



Second method is print pickinglists after they are processed.
Represented by Printout = after on salesEditLinesForm.



Obviously the sort will not work if Printout = current, since picking
lists are being printed as soon as they are processed.



I do not think you cannot change the value of printout manually. This
can be changed in the update method of class salesformletter



 this.initParameters(salesParmUpdate,

 PrintOut::Current); // Printout



I have not made a study of why this has been set as current in standard
Axapta and the implications of setting printout to after. (for eg. If
the picking list operations fails after processing 5 picking lists then
whether the previous picking lists are reversed and if they are not
reversed and there is a system failure then picking lists will not be
printed etc etc.)



However,in order for the formSort to work this value will have to be set
to after.



Another option which you may want to look at will be to change the order
in which picking list are processed.



Hope this helps



Regards



harry







 _ 

From: James Flavell [mailto:[EMAIL PROTECTED] 
Sent: Saturday, 7 August 2004 11:28 a.m.
To: development-axapta@yahoogroups.com
Subject: RE: [development-axapta] Form sort used for what?



Thanks very much Harry,

Your example situation is a very good one and one that had not really
crossed my mind :) my situation is very similar in that I want to make
sure
the warehouse pick priority customer stock first and therefore want the
picking instructions to appear in customer prioirty order. I would
refer
the pick instruction number to be assigned in this order as it is more
full
proof but if it cannot then the print out in that order is the next best
thing.

Can you tell me exactly what you set to get it to work and what you did
to
test it worked? Like I said I have v3.0 SP2 and have set a sort but
dont
seem to get the printouts in that order (did you print to screen or
printer...although I believe I should still be able to see the effect on
the
screen...)

Thank you
James


-Original Message-
From: Harry Deshpande [mailto:[EMAIL PROTECTED]
Sent: Friday, August 06, 2004 6:03 AM
To: development-axapta@yahoogroups.com
Subject: RE: [development-axapta] Form sort used for what?


Hi



The questions still unanswered are:
1) Is the sort applied before or after the invoice number is assigned?
i.e.
can this sort influence the number assigned to a journal or does it only
come into effect after each journal has been created (strictly the
prinout)



** The sort cannot influence the number assigned to the journal and the
sort is applied after the invoice number is assigned.



can actually get it to work and maybe who actually uses this in a real
life
situation and if so can you add your input please :)




** Ummm, I do not know anyone who has used it but I can guess of a
scenario...

accounts department prints all the invoices during the night and the
clerk files the invoices in the morning. Now if the invoices are being
filed in alphabetical order (customer code or name) then you would sort
them on that field. If the invoices are being filed in the number
sequence then you 

RE: [development-axapta] Printing Sales invoice

2005-03-08 Thread James Flavell





I think its in the Form' sort (AR/Setup)
 

-Original Message-
From: anettemalmberg [mailto:[EMAIL PROTECTED] 
Sent: 07 March 2005 23:00
To: development-axapta@yahoogroups.com
Subject: [development-axapta] Printing Sales invoice




Hi 

Multiprinting of Sales invoice is sorting by SalesId. How can I 
modify this sorting so all Invoices will come out sortied by another 
field in SalesTable instead?
Thanks









Yahoo! Groups Sponsor 

ADVERTISEMENT
 
http://us.ard.yahoo.com/SIG=129h7hrs1/M=298184.6018725.7038619.3001176/D=gr
oups/S=1705006764:HM/EXP=1110383476/A=2593423/R=0/SIG=11el9gslf/*http://www.
netflix.com/Default?mqso=60190075 click here 
 
http://us.adserver.yahoo.com/l?M=298184.6018725.7038619.3001176/D=groups/S=
:HM/A=2593423/rand=711762574  


 _ 

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]
mailto:[EMAIL PROTECTED] 
 

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




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













Yahoo! Groups Sponsor


  ADVERTISEMENT 












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] Printing Sales invoice

2005-03-08 Thread Steeve Gilbert





I don't really know but you could start your research in SalesFormLetter_Invoice.newJournalList(). From what I see in the call to formLetterSorting, it looks like the sorting is defined in the table FormLetterSortingParameters. But I don't know where you can modify this table from the GUI.

Steeve... 


-Message d'origine-
De : anettemalmberg [mailto:[EMAIL PROTECTED] 
Envoyé : 7 mars 2005 09:00
À : development-axapta@yahoogroups.com
Objet : [development-axapta] Printing Sales invoice




Hi 

Multiprinting of Sales invoice is sorting by SalesId. How can I 
modify this sorting so all Invoices will come out sortied by another 
field in SalesTable instead?
Thanks









 
Yahoo! Groups Links



 















Yahoo! Groups Sponsor


  ADVERTISEMENT 












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] Printing Sales invoice

2005-03-08 Thread Harry Deshpande





Hi

 

Are u sure the invoices are being sorted by sales id? The invoices are
printed in the same order that they are processed.

 

What u could perhaps do is to send the invoices to print archive, get a
list of all the processed invoices, sort them by another field and then
print them to printer

 

Regards

 

harry

 

 _ 

From: anettemalmberg [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, 8 March 2005 3:00 a.m.
To: development-axapta@yahoogroups.com
Subject: [development-axapta] Printing Sales invoice

 



Hi 

Multiprinting of Sales invoice is sorting by SalesId. How can I 
modify this sorting so all Invoices will come out sortied by another 
field in SalesTable instead?
Thanks











Yahoo! Groups Sponsor

ADVERTISEMENT
click here
http://us.ard.yahoo.com/SIG=129h7hrs1/M=298184.6018725.7038619.3001176/
D=groups/S=1705006764:HM/EXP=1110383476/A=2593423/R=0/SIG=11el9gslf/*htt
p:/www.netflix.com/Default?mqso=60190075 

 
http://us.adserver.yahoo.com/l?M=298184.6018725.7038619.3001176/D=group
s/S=:HM/A=2593423/rand=711762574 

 

 _ 

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]
mailto:[EMAIL PROTECTED]
be 
  
* Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service http://docs.yahoo.com/info/terms/ .
 
 
 
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 world's 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.
 



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













Yahoo! Groups Sponsor


  ADVERTISEMENT 












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.