Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #13364 All Revisions ] Back to Issue ]
Summary 0013364: The genereate invoices process does not work when there are many orders so when many invoices are going to be created
Revision 2010-05-18 13:15 by networkb
Steps To Reproduce -Create 300 sales orders with invoice rule = immediate and with lines in organization A
-Complete the orders
-Go to Sales management > transactions > Generate invoices
-Select the organization A and click OK

-You get an error

The problem is because the variable v_Message on the c_invoice_create function is filled with the documentno of all the invoices created.
If many invoices are created, the variable can save all the documentno because the variable has lengh 2000, so you get an error.
Revision 2010-05-18 13:06 by networkb
Steps To Reproduce -Create 200 sales orders with invoice rule = immediate and with lines in organization A
-Complete the orders
-Go to Sales management > transactions > Generate invoices
-Select the organization A and click OK

-You get an error

The problem is because the variable v_Message on the c_invoice_create function is filled with the documentno of all the invoices created.
If many invoices are created, the variable can save all the documentno because the variable has lengh 200, so you get an error.


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker