Matthias Meusburger
2a81f0778e
Ticket 1110 : Balance carts and lists
...
In Opac :
Print lists
Carts looks more like lists
Carts "More Details" And "Brief Display" toolbar looks more alike
In Admin :
Search results toolbar now have a "Add To" button for adding to a selected list with a confirmation pop-up, like in OPAC
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
2009-09-30 11:30:41 +02:00
Matthias Meusburger
aaa8d0c80c
MT 1902, Follow-up
2009-09-30 11:30:41 +02:00
Henri-Damien LAURENT
26f1b2c533
Bug Fixing : Subtitle Support Added
2009-09-30 11:30:40 +02:00
Henri-Damien LAURENT
ecd99dc57e
Fixing page numbering in searchresultlist-auth.tmpl
...
a closing > was coming too fast
2009-09-30 11:30:40 +02:00
Nahuel ANGELINETTI
566868070a
Fix translation, in javascript.
...
With this bug, the user have not anymore the confirm message to delete the order.
2009-09-30 11:30:39 +02:00
Nahuel ANGELINETTI
6fc455f4b6
(bug #3622 ) fix supplier url
2009-09-30 11:30:39 +02:00
Nahuel ANGELINETTI
263961312c
(bug #3622 ) rewrite a lot of basketgrouping
...
This patch remade a lot of basketgrouping
2009-09-30 11:30:39 +02:00
Nahuel ANGELINETTI
4f12bf4bbc
Upgrade YUI Library
2009-09-30 11:30:39 +02:00
Nahuel ANGELINETTI
c9b4e53ed3
Show table text on top.
2009-09-30 11:30:37 +02:00
Henri-Damien LAURENT
dadd0303ca
Adding more feedback on filters
2009-09-30 11:30:37 +02:00
Henri-Damien LAURENT
9d9d933d3e
Improving and Bug Fixing Membersearch
...
Now search can take borrowertype and branchcode
search is correctly positioned in page
2009-09-30 11:30:37 +02:00
Matthias Meusburger
0ecb9839b6
MT 1885 : Fixed patron notification when adding subscription
2009-09-30 11:30:36 +02:00
Paul Poulain
b3bcafd3b5
MT 1587, Follow-up : Added some documentation
...
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
2009-09-30 11:30:35 +02:00
Matthias Meusburger
8dd9e34b25
1110 : Balance carts and lists, follow-up : Added Opac lists features to admin lists
...
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
2009-09-30 11:30:35 +02:00
Henri-Damien LAURENT
a7ccfbc629
MT 1587 : CSV export for cart and shelves, with the ability to define different export profiles
...
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
2009-09-30 11:30:35 +02:00
Henri-Damien LAURENT
ff9319aea6
Adding More filters for member.pl page :
...
Adding Search Function on Members which is a search on all the fields in Members
Adding search.tmpl which adds a filter possiblity on Member page
Adding the management and the use of Search function in C4::Members
2009-09-30 11:30:34 +02:00
Paul Poulain
937e0d73df
fix for #3620 : basket management
...
- basket.pl: updating display, formatting dates,
- neworderempty: updating display, removing useless code, using ACQ framework if it exist. The ACQ framework will be used for creating items record during acquisitions. If it does not exist, default is used instead (which has many more informations, lot of them being irrelevant during acquisition, like the barcode)
- new order from imported batch: rewrite of the workflow. Now uses neworderempty and changing status of import_record to 'imported'
- s/copyrightdate/publicationyear/ as it's what libraries uses when ordering
- fixing some warnings
-
2009-09-30 11:30:34 +02:00
Paul Poulain
89c0cda081
[replace previous] fix for 3612 (bookseller improvements)
...
- removing useless fields from aqbooksellers table: specialty, deliverydays,followupdays,followupscancel,nocalc, invoicedisc They were in the DB schema, but unused for years
- reworked bookseller and contract gui
- no warning thrown
NOTE : updatedatabase not done for field removal in aqbooksellers table. Should have:
ALTER TABLE `aqbooksellers`
DROP `deliverydays`,
DROP `followupdays`,
DROP `followupscancel`,
DROP `specialty`,
DROP `nocalc`;
2009-09-30 11:30:34 +02:00
Paul Poulain
0e42e52b01
small 1st changes in basketgrouping ( #3622 )
...
a lot more to come.
2009-09-30 11:30:34 +02:00
Nahuel ANGELINETTI
d399ff3494
[biblibre-newacq](bug #3611 ) fix user interface and others
...
This big patch, fix xhtml code, and user interface.
It Delete the term of budget period and use it as "Root Budget".
It add improvment on UI, adding tooltip, and table tree.
2009-09-30 11:30:34 +02:00
Henri-Damien LAURENT
e53b5e10ed
Adding some fields in GetSubscriptions
...
GetSubscriptions now searches string in
notes
internalnotes
callnumber
title
2009-09-30 11:30:33 +02:00
Henri-Damien LAURENT
912d38841f
MT 1926 : Adding Internal notes to serials list display
2009-09-30 11:30:33 +02:00
Matthias Meusburger
b87b3273a9
MT 1443 : better reports on items
2009-09-30 11:30:32 +02:00
Nahuel ANGELINETTI
5ddc0e4ad6
[biblibre-newacq](bug #3611 ) use jquery table sorter
...
This patch, modify tables to use the jquery plugin to sort tables.
2009-09-30 11:30:32 +02:00
Nahuel ANGELINETTI
c9938f63e2
(bug #3611 ) some UI fixes
...
Delete "Select budget period"
and Rename title to "Budget filters"
2009-09-30 11:30:32 +02:00
Nahuel ANGELINETTI
29ed0f384b
[biblibre-newacq](bug #3611 ) fix aqbudgets.pl page
...
do not show total available if total is zero.
Adding a budget, does not show the available parent budgets.
2009-09-30 11:30:32 +02:00
Nahuel ANGELINETTI
a7615b659a
[biblibre-newacq](bug #3611 ) really disable buttons
...
Not set a disabled idea, but disable the button as YUI do.
2009-09-30 11:30:32 +02:00
Nahuel ANGELINETTI
502d50830d
[biblibre-newacq] (bug #3611 ) improve aqbudgetperiods
...
Adds New Budget button periods list.
Show "Budgets" and "Budget Planning" menus only if we're in a budget period
2009-09-30 11:30:31 +02:00
Matthias Meusburger
32699901b5
MT 1092 : Items table is now sortable ; Not found barcodes are not displayed as empty lines anymore
2009-09-30 11:30:31 +02:00
Matthias Meusburger
fb4366cdad
User can upload a file with barcodes or with itemnumbers
2009-09-30 11:30:31 +02:00
Henri-Damien LAURENT
e25ffd2a66
Smart-rules update some columns were not available
2009-09-30 11:30:30 +02:00
Henri-Damien LAURENT
c2406f4577
BatchMod rewriting : Using additem as a base for editing an Item
2009-09-30 11:30:30 +02:00
Paul Poulain
62f184262e
(MT #1855 ) Make an Ajax+JSON search receiving orders
...
This one, rewrite the SearchOrder function to deal with the
search receiving an order. It implement an AJAX+JSON orders search engine.
2009-09-30 11:30:30 +02:00
Matthias Meusburger
51fc22831b
MT 1496 : Close basket
2009-09-30 11:30:30 +02:00
Matthias Meusburger
04058ed34b
MT 1487 : Ability to cancel orders when receiving shipments
...
Related items are also suppressed, as well as the record if there are no more items associed with it
2009-09-30 11:30:30 +02:00
Henri-Damien LAURENT
e3a9d21d6e
Improving and bug fixing admin/aqbudgets
...
Adding FormatData and FormatNumber in C4::Output
Using them
Adding duplication detection for budget periods
Factorizing some code
2009-09-30 11:30:30 +02:00
Henri-Damien LAURENT
d1416ed8a7
Removing fines getting from user search on budgets administration
2009-09-30 11:30:29 +02:00
Matthias Meusburger
7315f1fa54
MT 1486 : Results filtering, table collapsing / expanding, multiple display enhancements
2009-09-30 11:30:29 +02:00
Matthias Meusburger
96fc46e2e1
MT 1717 : Opac descriptions for authorised values
2009-09-30 11:30:28 +02:00
Paul Poulain
8339718d82
Adding better support for Unicode diacritics display
...
Adding font-families which display elements correctly
2009-09-30 11:30:28 +02:00
Jean-André Santoni
575b327e80
This fixes GST computation if prices are GST included
2009-09-30 11:30:27 +02:00
Jean-André Santoni
39babb822a
Fixes columns alignment in order details table.
2009-09-30 11:30:27 +02:00
Jean-André Santoni
ca6227715f
Several improvements to basket display.
2009-09-30 11:30:27 +02:00
John Soros
9a3bf98b8e
Fixes for basket closing:
...
- I user has basket grouping permissions, don't display javascript popup for confirmation
- if user has basket grouping permissions, after closing the basket redirect him to a page which asks which basketgroup to affect the basket to (with possibility to create a new basketgroup)
- when done with this, redirect him to basketgrouping.pl to be able to print the basketgroup at once
- factor out basket closing code from booksellers.pl (what was it doing there anyways?)
2009-09-30 11:30:27 +02:00
John Soros
a456bfd2da
small typo fix in basket.pl template
2009-09-30 11:30:27 +02:00
Jean-André Santoni
de83a9fccb
This adds pagination on pending orders in acquisitions
2009-09-30 11:30:26 +02:00
Paul Poulain
1d2eec4a60
HTML fixes
2009-09-30 11:30:26 +02:00
Paul Poulain
eba29b259b
merge error : reintroducing ajax.tmpl
2009-09-30 11:30:26 +02:00
Paul Poulain
521bb9654d
code cleaning
...
* removed unused sub in Budgets.pm
* lot of cleaning in aqplan.pl
* typo changes in aqplan.tmpl
2009-09-30 11:30:25 +02:00
Paul Poulain
1664c47420
bugfixing & improving budgets managements
...
* the budget hierarchy had been removed by the merge by mistake
* don't limit the authorized_values list, show all of them
* cleaning & reindenting
2009-09-30 11:30:25 +02:00