From: Rafael C. <raf...@gm...> - 2013-11-23 01:02:15
|
Hi, This version is fully backward compatible. It has many helps for display-users and code-users. It might have more narrative that it is needed. Files grew in size: PHP from 17.727 bytes to 18.410 bytes; HTML from 54.618 bytes to 88.264 bytes) for Purchase_Order-edition). Please review and give me your comments. So far, I documented and simplified FormDesigner.php the best I could without any alterations to existing files. >From now, the changes would alter the files .../companies/weberpdemo/FormDesigns/*.xml. Specifically to standardize attributes names: <reads all xml files> $FileXml = str_replace('height', 'Height', $FileXml); $FileXml = str_replace('Length', 'Width', $FileXml); $FileXml = str_replace('radius', 'Radius', $FileXml); $FileXml = str_replace('width', 'Width', $FileXml); <writes all xml files> This means that future updates/upgrades should have a routine to update those files. I need help to do this routine. After we have this routine, I will continue documenting and simplifying the *.xml files. Best regards, Rafael. 2013/11/22 Rafael Chacón <raf...@gm...> > Hi Exson, > > Thank you for your trust. As a short term solution, I'm documenting and > simplifying FormDesigner.php and adding narrative to help the users. > Meanwhile, we continue the discussion to find out a long term solution. (I > am not a programmer, I am a civil engineer and business administrator, so > all help is welcome!). > > I am going to finish and release a FormDesigner.php version with all > documentation and simplification that I have in mind. Then I will try to > simplify a form (or all four?). From this moment, I think it is better to > change the script name to avoid confusion between a test a version and a > ready-to-release version (is it possible to storage in a separate place?). > > Best regards, Rafael. > > > 2013/11/22 Tim Schofield <tim...@gm...> > >> Hi Exson, the work is all Rafael's, not mine, so he deserves the credit >> here. >> >> Thanks >> Tim >> >> On 22 November 2013 09:47, ExsonQu <hex...@gm...> wrote: >> > *Hi,Rafael and Tim:* >> > >> > I've release the news that you're improving the form designer >> and >> > its purpose is to help those non-programmers. We get quite positive >> > feedback. They say it's a great idea. >> > >> > Thanks for your hard working! >> > >> > Best regards! >> > >> > Exson >> > >> > >> > >> > >> > >> > -- >> > View this message in context: >> http://weberp-accounting.1478800.n4.nabble.com/FormDesigner-php-tp4656864p4656944.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 >> > >> >> >> >> -- >> 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 >> Blog: http://weberpafrica.blogspot.co.uk/ >> >> >> ------------------------------------------------------------------------------ >> 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 >> > > |