From: Exson Qu <hex...@gm...> - 2018-04-27 04:30:08
|
Hi, Rafael, I've received a fix from webERP Chinese forum for this problem. A customer reference is added to ConfirmDispatch_Invoice.php, unfortunately, the reference is defined at 20 characters length. If your customer reference defined in DeliveryDetails.php is over than 20 length, the script will be choked. But there is no error messages out. It is strange why there is no errors message pop up. The fix has been committed to trunk. Please check if it fixed you problem. Thanks and best regards! Exson 2018-04-27 8:58 GMT+08:00 Exson Qu <hex...@gm...>: > *Hi, Rafael, * > Thanks for the reply. > Have checked the $OrderHearderSQL at line 105? What is the > result when you run the SQL in mysql client? > Is the scenario as when you push submit button, nothing > happen? > Best regards! > Exson > > 2018-04-27 1:18 GMT+08:00 Rafael Chacón <raf...@gm...>: > >> Hi Exson, >> >> Yes, I do. I run upgrade4.14.1-4.14.2.sql without the last line (UPDATE >> config SET confvalue='4.15' WHERE confname='VersionNumber';). >> >> Also, I reviewed the tables. All tables were created; all fields were >> added. >> >> About data inserted in fields: >> * For those different than `pickreq` and `pickreqdetails`, the information >> in recorded OK. >> * For `pickreq` and `pickreqdetails`: fields are empty (I am not sure if >> that is correct). >> >> Regards, Rafael. >> >> 2018-04-26 0:14 GMT-06:00 Exson Qu <hex...@gm...>: >> >> > *Hi, Rafael,* >> > >> > I've checked the script. >> > Did you upgrade your database? The salesorders table has >> added a >> > new field internalcomment. >> > When the database has not upgraded, it will choke. Otherwise, >> I >> > cannot find any problem. >> > Best regards! >> > Exson >> > >> > 2018-04-26 12:25 GMT+08:00 Rafael Chacón <raf...@gm... >> m>: >> > >> > > Hi, >> > > >> > > Someone has used the new ConfirmDispatch_Invoice.php? I do, but It >> does >> > not >> > > create an invoice (increases systype number, but remains in the last >> > > window). >> > > >> > > Suggestions to troubleshooting ? >> > > >> > > Best regards, Rafael. >> > > ------------------------------------------------------------ >> > > ------------------ >> > > Check out the vibrant tech community on one of the world's most >> > > engaging tech sites, Slashdot.org! http://sdm.link/slashdot >> > > _______________________________________________ >> > > Web-erp-developers mailing list >> > > Web...@li... >> > > https://lists.sourceforge.net/lists/listinfo/web-erp-developers >> > > >> > ------------------------------------------------------------ >> > ------------------ >> > Check out the vibrant tech community on one of the world's most >> > engaging tech sites, Slashdot.org! http://sdm.link/slashdot >> > _______________________________________________ >> > Web-erp-developers mailing list >> > Web...@li... >> > https://lists.sourceforge.net/lists/listinfo/web-erp-developers >> > >> ------------------------------------------------------------ >> ------------------ >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >> _______________________________________________ >> Web-erp-developers mailing list >> Web...@li... >> https://lists.sourceforge.net/lists/listinfo/web-erp-developers >> > > |