[Koha-patches] [PATCH] (BUG #4521) aqbudgets.pl - Transform undefined budget spent value to 0.00 value

2010-05-18 Thread Alex Arnaud
This patch tranform the undefined value of budget spent to a money value which equals 0.00. --- admin/aqbudgets.pl |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/admin/aqbudgets.pl b/admin/aqbudgets.pl index 8c6d2b4..569124a 100755 --- a/admin/aqbudgets.pl +++

[Koha-patches] [PATCH] (bug #4523) possibility to show / hide the filters menu

2010-05-18 Thread Alex Arnaud
--- .../prog/en/modules/admin/aqbudgets.tmpl | 24 +++ 1 files changed, 19 insertions(+), 5 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tmpl index fdb7410..0017e5e

[Koha-patches] [PATCH] (BUG #4388) aqbudgets.pl: add a column in the table for display the total spent of level and sublevels

2010-04-14 Thread Alex Arnaud
--- C4/Budgets.pm | 32 admin/aqbudgets.pl |9 -- .../prog/en/modules/admin/aqbudgets.tmpl |3 ++ 3 files changed, 41 insertions(+), 3 deletions(-) diff --git a/C4/Budgets.pm

[Koha-patches] [PATCH] (BUG #4355) Basket.pl: withdrawal of the can not close the basket button

2010-03-31 Thread Alex Arnaud
Basket.pl: withdrawal of the can not close the basketbutton. only Uncerain prices button is displayed. And removing the ?? in the price columns, replaced by uncertain in rrp column --- acqui/basket.pl|6 ++ .../prog/en/modules/acqui/basket.tmpl

[Koha-patches] [PATCH] (BUG #4356) Basket.pl: adding a link to the basketgroup

2010-03-31 Thread Alex Arnaud
--- acqui/basket.pl|1 + .../prog/en/modules/acqui/basket.tmpl | 10 +- 2 files changed, 10 insertions(+), 1 deletions(-) diff --git a/acqui/basket.pl b/acqui/basket.pl index 1e27d8f..51ea00a 100755 --- a/acqui/basket.pl +++

[Koha-patches] [PATCH] (BUG #4357) Closing a basket and creating baskets group

2010-03-31 Thread Alex Arnaud
when closing a basket without creating a basketgroup, the group is still created = corrected + replace create a basketgroup? by create a purchase order now? in confirmation step. --- acqui/basket.pl|2 +- .../prog/en/modules/acqui/basket.tmpl

[Koha-patches] [PATCH] (BUG #4348) parcel.pl: list with duplicates orders after a clearfilter

2010-03-30 Thread Alex Arnaud
--- acqui/parcel.pl|2 ++ .../prog/en/modules/acqui/parcel.tmpl |9 + 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/acqui/parcel.pl b/acqui/parcel.pl index f4a4b19..247613c 100755 --- a/acqui/parcel.pl +++

[Koha-patches] [PATCH] (BUG #4349) In parcel.pl: replaces All x items are displayed by x items are displayed

2010-03-30 Thread Alex Arnaud
--- .../prog/en/modules/acqui/parcel.tmpl |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tmpl index bc71bac..926740c 100644 ---

[Koha-patches] [PATCH] (BUG #4350) parcel.tmpl: add Translatable text

2010-03-30 Thread Alex Arnaud
--- .../prog/en/modules/acqui/parcel.tmpl | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tmpl index 926740c..086d314 100644 ---

[Koha-patches] [PATCH] (BUG #4351) The save button don't really save. Renaming in Next button

2010-03-30 Thread Alex Arnaud
--- .../prog/en/modules/acqui/parcels.tmpl |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tmpl index a3bae10..2d98fba 100644 ---

[Koha-patches] [PATCH] (BUG #4352) Adding a popup at removing of a basket

2010-03-30 Thread Alex Arnaud
--- .../prog/en/modules/acqui/basket.tmpl | 12 +++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tmpl index 1b30ddc..1a237ef 100644 ---

[Koha-patches] [PATCH] (BUG #4344) Basket.pl - remove the line contract number

2010-03-29 Thread Alex Arnaud
--- .../prog/en/modules/acqui/basket.tmpl |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tmpl index 7890409..1b30ddc 100644 ---

[Koha-patches] [PATCH] (BUG #4345) Redirect after closing a basket and creation of a group

2010-03-29 Thread Alex Arnaud
after closing a basket and creation of a group we should landed on the Closed tab. --- acqui/basket.pl |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/acqui/basket.pl b/acqui/basket.pl index cd67046..60c2a64 100755 --- a/acqui/basket.pl +++ b/acqui/basket.pl @@ -159,7

[Koha-patches] [PATCH] (BUG #4341) new order by creating a new record. collection title unsaved

2010-03-26 Thread Alex Arnaud
--- acqui/addorder.pl |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/acqui/addorder.pl b/acqui/addorder.pl index 48ae874..2ab5252 100755 --- a/acqui/addorder.pl +++ b/acqui/addorder.pl @@ -195,7 +195,7 @@ if ( $orderinfo-{quantity} ne '0' ) { {

[Koha-patches] [PATCH] (BUG #4342) should not be able to close an empty basket

2010-03-26 Thread Alex Arnaud
--- acqui/basket.pl |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/acqui/basket.pl b/acqui/basket.pl index 5947b0b..cd67046 100755 --- a/acqui/basket.pl +++ b/acqui/basket.pl @@ -288,6 +288,7 @@ if ( $op eq 'delete_confirm' ) { my $total_est_gste =

[Koha-patches] [PATCH] (BUG #4332) Changed the display of ordered search results

2010-03-23 Thread Alex Arnaud
Changing the display of the basket column: changing basketNumber to my basket (basketNumber). Adding the Basket group column with fallowing display: my group (group Number) --- C4/Acquisition.pm | 14 ++ .../prog/en/modules/acqui/histsearch.tmpl

[Koha-patches] [PATCH] (BUG 4325) Standardize buttons cancel

2010-03-19 Thread Alex Arnaud
This patch modifies the a.cancel class of the /home/alex/workspace/versions/koha32/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css file and a.cancel class of /home/alex/workspace/versions/koha32/koha-tmpl/opac-tmpl/prog/en/css/opac.css file ---