webERP Forum
Loss of functionality in PurchData.php - Printable Version

+- webERP Forum (http://www.weberp.org/forum)
+-- Forum: webERP Discussion (http://www.weberp.org/forum/forumdisplay.php?fid=1)
+--- Forum: Problems / Bugs? (http://www.weberp.org/forum/forumdisplay.php?fid=8)
+--- Thread: Loss of functionality in PurchData.php (/showthread.php?tid=515)



Loss of functionality in PurchData.php - PakRicard - 01-15-2013

Hi:

In revision 5219 I added the "Copy" button, to copy almost all data in purch data into a new row, so inserts of new prices could be done much faster and less mistakes, as almost all data remains equal, besides price and date (in most cases, codes, descriptins, uom, etc are the same over time).

Now, someone in my team warned me (after upgrading to 4.09.1) of the loss of this function we use extensively.

It has been there until revision 5237 and magicallñy disappeared in revision 5765.

Was it a mistake or an on purpose deletion? Could it be restored?



RE: Loss of functionality in PurchData.php - phil - 01-15-2013

Hi Ricard,

I think it must have been a mistake... as it was only supposed to be fixing some gettext strings as reported by Thomas. At least is wasn't me :-)

http://sourceforge.net/p/web-erp/code/5615/#diff-7

I am working on this script at the moment - I will try to work this back in.


RE: Loss of functionality in PurchData.php - PakRicard - 01-15-2013

(01-15-2013, 04:48 PM)phil Wrote: Hi Ricard,

I think it must have been a mistake... as it was only supposed to be fixing some gettext strings as reported by Thomas. At least is wasn't me :-)

http://sourceforge.net/p/web-erp/code/5615/#diff-7

I am working on this script at the moment - I will try to work this back in.

Hi Phil:

Yes, Tim just email me and told it was probably him. Not big deal, if you can just reinstate it would be great.

The idea was to have a "Copy" button that allows to INSERT a new purchdata showing as default all the data of the row selected as "copied", except new price and date effective from.

If you could code it would be great. If not I will do it afterwards when you finish with your mods.



RE: Loss of functionality in PurchData.php - PakRicard - 01-16-2013

Hi:

Tim just re instated to SVN the functionality. Thanks Tim!

Issue closed!