http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7304
Julian Maurice <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #9681|0 |1 is obsolete| | --- Comment #6 from Julian Maurice <[email protected]> --- Created attachment 9837 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9837&action=edit More permissions for budgets - Possibility to add users to a budget - Restrictions changed to: - None - Owner - Owner and users - Owner, users and library - Restricted users cannot spent on these budgets (they cannot modify them either) Modified pages: - admin/aqbudgets.pl - admin/aqplan.pl - suggestion/suggestion.pl - acqui/acqui-home.pl - acqui/addorderiso2709.pl - acqui/basket.pl - acqui/neworderempty.pl Unit tests in t/Budgets/CanUserUseBudget.t and t/Budgets/CanUserModifyBudget.t -- (In reply to comment #4) > Test on a sandbox : > - I create a budget with a owner and a user > - I choose restriction = Owner and users > - I log to koha with my authorised user : When i tried to go to a basket, > there's no budget available : You can't create any orders unless you first > define a budget and a fund. (cf attachments) Only budgets with amount greater than 0 are taken into account, so you have to be sure that there is at least one budget with positive amount. However this new patch do not filter budgets on owner and branchcode anymore (unless budget restriction request it) so the problem should not occurs anymore. > 1. To add a new user to a budget, it doesn't work if this user have only > 'order_manage' in permission : it will be nice to permit user to be added > only to commande on this budget and not necesserly manage this budget. Ok fixed. All users with at least one of acquisition sub-permissions can be added to the budget users list. > 2. On page : http://pro.test1.biblibre.com/cgi-bin/koha/acqui/acqui-home.pl > in the table "All available funds for xxx library", in the column "fund", we > expect to read the name of the budget not his number. As far as I remember, acqui-home.pl was always displaying the budget codes and not the budget names, and this patch do not modify that. Maybe this request can become a new bug ? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
