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
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
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
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
Paul Poulain
d57230bc3c
small typo changes
2009-09-30 11:30:25 +02:00
Mason James
5022a8583a
big aqplan commit v2 for mantis:1177
2009-09-30 11:30:25 +02:00
Paul Poulain
3e8409147c
text change (minor)
2009-09-30 11:30:25 +02:00
Paul Poulain
efa5294f98
BUGFIX : colspan wrong
2009-09-30 11:30:24 +02:00
Paul Poulain
f2c14ed083
BUGFIX new_acq (Javascript error under certain circumstances)
...
the parent_id must be displayed even for the 1st budget, otherwise, javascript error
2009-09-30 11:30:24 +02:00
Paul Poulain
aa708232fe
partial fix for mantis #1498
2009-09-30 11:30:24 +02:00
Paul Poulain
85c9138b35
removing useless code (copied from addbiblio)
2009-09-30 11:30:23 +02:00
Paul Poulain
d3256680a2
merging new_acq fix: missing links
2009-09-30 11:30:23 +02:00
Paul Poulain
03d9a79878
suggestions changes (probably useless)
...
and incompatible with hdl stuff
2009-09-30 11:30:22 +02:00
Paul Poulain
1b854fab9d
changing form to post method (not new_acq related)
2009-09-30 11:30:21 +02:00
Paul Poulain
fb8131e531
replacing links to bookfunds into budgets
2009-09-30 11:30:21 +02:00
Paul Poulain
7b088a1590
moredetails, link to basket if applicable
2009-09-30 11:30:21 +02:00
Paul Poulain
b0b890f4f8
bugfix: missing tmpl_if (not related to new_acq ?)
2009-09-30 11:30:20 +02:00
Paul Poulain
1e80fe9cdc
admin-home: links to budgets, contracts
2009-09-30 11:30:20 +02:00
Paul Poulain
8680aa7b9e
acqui-home new links to budget and dealing with budget instead of bookfund
2009-09-30 11:30:20 +02:00
Paul Poulain
5d2168303d
add order line through z3950 search
2009-09-30 11:30:20 +02:00
Paul Poulain
862822283d
uncertainprices
...
uncertainprice is set on z3950 or staged file import
2009-09-30 11:30:19 +02:00