https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15522

--- Comment #151 from Agustín Moyano <[email protected]> ---
Created attachment 112060
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112060&action=edit
Bug 15522: (Vue alternative) Add vue scripts

This patch adds vue scripts for circulation rules

To test:
1. Apply all patches
2. restart_all
3. yarn install
4. yarn run build
5. go to circulation rules in staff interface

You'll notice the working area is divided in 3 parts..

On the left you've got a list area. That list area has a combo where you can
choose
between libraries, patron categories and item types. What you choose
there are the rules you'll be watching and editing.

The middle area is where rules are shown. That area is divided by circulation
rules, fines
rules and hold rules, and each of that sections are divided by rules
specific for libraries, libraries and categories, libraries and
item types or libraries, categories and item types. To edit a rule click
on the pencil icon in the section title. If you're editing default
values (Values for all libraries, categories or item types) the
corresponding edit control (input, select, etc) is shown. If you are
editing for a particular library, category or item type, above the
editing control you get a checkbox to use default value or to overwrite
that rule.

In the area to the right you've got a label with the currently selected
library, category or item type. If when selecting items in the list area
you do ctrl+click (cmd+click on mac) you can select multiple elements
from the list. All selected elements will appear in the right area.
Notice that only one of them is still selected. You can rapidly change
from one selected item to the other by clicking on those labels

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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/

Reply via email to