webERP Forum
AccountGroups Edit - Printable Version

+- webERP Forum (http://www.weberp.org/forum)
+-- Forum: webERP Discussion (http://www.weberp.org/forum/forumdisplay.php?fid=1)
+--- Forum: Development Discussion & Specification (http://www.weberp.org/forum/forumdisplay.php?fid=10)
+--- Thread: AccountGroups Edit (/showthread.php?tid=163)



AccountGroups Edit - Soujiro - 03-13-2012

In AccountGroups.php it's not possible to edit the name of the account group. That's a problem to foreing speakers because to edit the account groups you need to delete the accounts that belongs to the group and then delete the account group and add the new account group and then add the accounts that were deleted. The other option is to add the new account group, associate the accounts to the new account group and then delete the old account group. Both solutions are slow so i propouse the following solution

1) add the ability to edit de account group name
2) add the ability to transfer the child accounts to other account group when an account group is deleted



RE: AccountGroups Edit - phil - 03-14-2012

Sounds good.


RE: AccountGroups Edit - Soujiro - 09-01-2012

I send a patch code that enable the second feature to submissions@weberp.org Please review


RE: AccountGroups Edit - phil - 09-01-2012

I've applied you changes - although the move form appears below the footer for some reason!! This could be to do with the new css style sheet



RE: AccountGroups Edit - Soujiro - 09-04-2012

Ups, missing </table> at line 215, it must be </tr></table>';


RE: AccountGroups Edit - phil - 09-09-2012

Thankyou applied your fix.