From: Phil D. <ph...@lo...> - 2013-11-19 06:49:05
|
Anyone any objections? Not really that much new code but a couple of bug fixes maybe 4.11.2 ? -- Phil Phil Daintree Logic Works Ltd - +64 (0)275 567890 http://www.logicworks.co.nz |
From: ExsonQu <hex...@gm...> - 2013-11-19 07:01:22
|
*Hi, Phil:* I think a new release is necessary. The current version 4.11.1 cannot input number which is zero (Due to my bad number check pattern). And company name in Chinese cannot input. And no new stock can be input if in strict sql mode. So I think the new release is a must. And moreover, please add the install scripts path to the .PO file extracting scripts. Then the installation interface can be localized in the future. Thanks and best regards! Exson -- View this message in context: http://weberp-accounting.1478800.n4.nabble.com/Thinking-of-doing-a-new-release-tp4656905p4656907.html Sent from the web-ERP-developers mailing list archive at Nabble.com. |
From: Tim S. <tim...@gm...> - 2013-11-19 12:18:32
|
Did anyone fix the Payments.php bug that Ricard reported recently? I think if that is a verified bug it should definitely be fixed before any release. I assume the demo data has been fixed? Tim On 19 November 2013 06:48, Phil Daintree <ph...@lo...> wrote: > Anyone any objections? > Not really that much new code but a couple of bug fixes maybe 4.11.2 ? > > -- > Phil > > Phil Daintree > Logic Works Ltd - +64 (0)275 567890 > http://www.logicworks.co.nz > > > ------------------------------------------------------------------------------ > Shape the Mobile Experience: Free Subscription > Software experts and developers: Be at the forefront of tech innovation. > Intel(R) Software Adrenaline delivers strategic insight and game-changing > conversations that shape the rapidly evolving mobile landscape. Sign up now. > http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers -- Course View Towers, Plot 21 Yusuf Lule Road, Kampala T +256 (0) 312 314 418 M +256 (0) 752 963 325 www.weberpafrica.com Twitter: @TimSchofield2 |
From: Rafael C. <raf...@gm...> - 2013-11-19 14:17:25
|
Phil: Objections? Nothing. On the contrary, I am in favor of two releases per year (e.g. November and May). Tim: No, I can not fix this bug. I could only add comments to the code and help info to the data capture window. Regards, Rafael. 2013/11/19 Tim Schofield <tim...@gm...> > Did anyone fix the Payments.php bug that Ricard reported recently? I > think if that is a verified bug it should definitely be fixed before > any release. > > I assume the demo data has been fixed? > > Tim > > On 19 November 2013 06:48, Phil Daintree <ph...@lo...> wrote: > > Anyone any objections? > > Not really that much new code but a couple of bug fixes maybe 4.11.2 ? > > > > -- > > Phil > > > > Phil Daintree > > Logic Works Ltd - +64 (0)275 567890 > > http://www.logicworks.co.nz > > > > > > > ------------------------------------------------------------------------------ > > Shape the Mobile Experience: Free Subscription > > Software experts and developers: Be at the forefront of tech innovation. > > Intel(R) Software Adrenaline delivers strategic insight and game-changing > > conversations that shape the rapidly evolving mobile landscape. Sign up > now. > > > http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk > > _______________________________________________ > > Web-erp-developers mailing list > > Web...@li... > > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > > > -- > Course View Towers, > Plot 21 Yusuf Lule Road, > Kampala > T +256 (0) 312 314 418 > M +256 (0) 752 963 325 > www.weberpafrica.com > Twitter: @TimSchofield2 > > > ------------------------------------------------------------------------------ > Shape the Mobile Experience: Free Subscription > Software experts and developers: Be at the forefront of tech innovation. > Intel(R) Software Adrenaline delivers strategic insight and game-changing > conversations that shape the rapidly evolving mobile landscape. Sign up > now. > http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > |
From: ExsonQu <hex...@gm...> - 2013-11-19 23:06:15
|
*Hi, Tim:* Thanks for your remind. Not sure if Richard has found the problem? If no, I'll find sometime to fix it. Best regards! Exson -- View this message in context: http://weberp-accounting.1478800.n4.nabble.com/Thinking-of-doing-a-new-release-tp4656905p4656919.html Sent from the web-ERP-developers mailing list archive at Nabble.com. |
From: Pak R. <pak...@gm...> - 2013-11-20 00:30:19
|
Hi all: It's a complicated script and I'm unsure of the goals of the new modifications, so I'm unsure of what to fix... Sorry I can't help much here. Regards, Ricard 2013/11/20 ExsonQu <hex...@gm...> > *Hi, Tim:* > > Thanks for your remind. > Not sure if Richard has found the problem? If no, I'll find > sometime to fix it. > > Best regards! > > Exson > > > > > > -- > View this message in context: > http://weberp-accounting.1478800.n4.nabble.com/Thinking-of-doing-a-new-release-tp4656905p4656919.html > Sent from the web-ERP-developers mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > Shape the Mobile Experience: Free Subscription > Software experts and developers: Be at the forefront of tech innovation. > Intel(R) Software Adrenaline delivers strategic insight and game-changing > conversations that shape the rapidly evolving mobile landscape. Sign up > now. > http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > |
From: Pak R. <pak...@gm...> - 2013-11-20 01:07:41
|
Hi all: Some details about the Payments.php bug: When a GL payment is done, the translations between currencies are OK. It fails only for supplier's payments only. Select a supplier working in non-functional currency Enter a payment to the supplier Select a bank account in the same currency as supplier and WHITOUT clicking on "Update" button, enter an amount of Payment and click Accept and Process Payment If you check gltrans you'll see the currency translation hasn't been done, it's posted in foreign currency (and it should be functional currency). If you try the same operation but clicking on "Update" button, it works OK. In rev 5820 it worked OK without clicking on Update button, and most of the time users don't click it, (humans are lazy, and if we can save a button click that apparently does nothing useful for final user, we don't click on it). Hope it helps brighter coders than myself to find the bug Regards, Ricard 2013/11/20 Pak Ricard <pak...@gm...> > Hi all: > > It's a complicated script and I'm unsure of the goals of the new > modifications, so I'm unsure of what to fix... Sorry I can't help much here. > > Regards, > Ricard > > > 2013/11/20 ExsonQu <hex...@gm...> > >> *Hi, Tim:* >> >> Thanks for your remind. >> Not sure if Richard has found the problem? If no, I'll find >> sometime to fix it. >> >> Best regards! >> >> Exson >> >> >> >> >> >> -- >> View this message in context: >> http://weberp-accounting.1478800.n4.nabble.com/Thinking-of-doing-a-new-release-tp4656905p4656919.html >> Sent from the web-ERP-developers mailing list archive at Nabble.com. >> >> >> ------------------------------------------------------------------------------ >> Shape the Mobile Experience: Free Subscription >> Software experts and developers: Be at the forefront of tech innovation. >> Intel(R) Software Adrenaline delivers strategic insight and game-changing >> conversations that shape the rapidly evolving mobile landscape. Sign up >> now. >> >> http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk >> _______________________________________________ >> Web-erp-developers mailing list >> Web...@li... >> https://lists.sourceforge.net/lists/listinfo/web-erp-developers >> > > |
From: ExsonQu <hex...@gm...> - 2013-11-20 01:38:53
|
*Hi, Richard:* Thank you for your information! I've checked the scripts this morning and there is no bug found. There is minimal revision just for the text is more compatible with webERP's convention. And I've tried the payments and all the result is OK. When you select the bank account, the javascript will work to reload the page. Did you disable the javascrpt? The scripts modification introduce no new logic or any different behavior. Please check it again. Thanks and best regards! Exson -- View this message in context: http://weberp-accounting.1478800.n4.nabble.com/Thinking-of-doing-a-new-release-tp4656905p4656923.html Sent from the web-ERP-developers mailing list archive at Nabble.com. |
From: Pak R. <pak...@gm...> - 2013-11-20 01:44:09
|
Hi Exson: Thanks for checking... Nope. I did not disabled any javascript or amything and I tested it with IE and Chrome (cleaning all the cache) to be sure it was not a local issue. Did you try it without clicking the update button? Regards, Ricard 2013/11/20 ExsonQu <hex...@gm...> > *Hi, Richard:* > > Thank you for your information! > > I've checked the scripts this morning and there is no bug > found. > There is minimal revision just for the text is more compatible with > webERP's > convention. > > And I've tried the payments and all the result is OK. > > When you select the bank account, the javascript will work to > reload the page. Did you disable the javascrpt? > > The scripts modification introduce no new logic or any > different > behavior. > > Please check it again. > > Thanks and best regards! > > Exson > > > > > > -- > View this message in context: > http://weberp-accounting.1478800.n4.nabble.com/Thinking-of-doing-a-new-release-tp4656905p4656923.html > Sent from the web-ERP-developers mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > Shape the Mobile Experience: Free Subscription > Software experts and developers: Be at the forefront of tech innovation. > Intel(R) Software Adrenaline delivers strategic insight and game-changing > conversations that shape the rapidly evolving mobile landscape. Sign up > now. > http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > |
From: ExsonQu <hex...@gm...> - 2013-11-20 04:04:35
|
*Hi, Richard:* I cannot reproduce the problem in 6310 too. Thanks and best regards! Exson -- View this message in context: http://weberp-accounting.1478800.n4.nabble.com/Thinking-of-doing-a-new-release-tp4656905p4656927.html Sent from the web-ERP-developers mailing list archive at Nabble.com. |
From: ExsonQu <hex...@gm...> - 2013-11-20 01:44:56
|
*Hi, Richard:* And moreover, the version I compared is 5820 and current version 6381. So if there is no javascript and no need update, it maybe in a further old version. Thanks and best regards! Exson -- View this message in context: http://weberp-accounting.1478800.n4.nabble.com/Thinking-of-doing-a-new-release-tp4656905p4656924.html Sent from the web-ERP-developers mailing list archive at Nabble.com. |
From: ExsonQu <hex...@gm...> - 2013-11-20 01:50:38
|
*Hi, Richard:* Sorry, What I tested is 6310 which in webERP4.11.1. I'll compare it later. Best regards! Exson -- View this message in context: http://weberp-accounting.1478800.n4.nabble.com/Thinking-of-doing-a-new-release-tp4656905p4656926.html Sent from the web-ERP-developers mailing list archive at Nabble.com. |