[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2015-05-24 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

Jonathan Druart  changed:

   What|Removed |Added

 Blocks||14264

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-12-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

mathieu saby  changed:

   What|Removed |Added

 Blocks|11027   |

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-11-04 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

--- Comment #93 from Jonathan Druart  ---
(In reply to mathieu saby from comment #92)
> Are these renaming really needed? Are they made for avoiding confusion
> somewhere in code?

I wrote this patch 18 months ago, so I don't know why I renamed these fields.
Certainly I preferred to use "unitpricesupplier" rather than "rrp". But
"unitpricelib" is not a good choice...

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-11-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

--- Comment #92 from mathieu saby  ---
Hi Jonathan

I am trying to resolve conflict on Bug 10758, so I came to the changes
introduced in GetOrder by commit fd2c751a86fad7a388c57fcd51746dbc4592c807 (the
main patch for bug 7298)

Don't you think the resulting routine could be make simpler ?

I don't see the use for:
aqorders.claims_count AS claims_count,
aqorders.claimed_date AS claimed_date,

For
aqorders.rrp  AS unitpricesupplier,
aqorders.ecostAS unitpricelib,
and
biblioitems.publishercode AS publisher
aqbudgets.budget_name AS budget,

Are these renaming really needed? Are they made for avoiding confusion
somewhere in code?

By the way, I was trying to factorize some UT in Acquisition.t (not yet done),
and one of my assumptions was that the fields returned by GetOrder were the
same as each orders of GetOrderS and GetCancelledOrders. It was working, but of
course it is no more the case. So I'm wondering if the fields added in the
hashe returned by GetOrder could be usefull too in GetOrderS and
GetCancelledOrders.

Mathieu

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-10-31 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

Galen Charlton  changed:

   What|Removed |Added

 Status|Passed QA   |Pushed to Master

--- Comment #91 from Galen Charlton  ---
Pushed to master.  Thanks, Jonathan!

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-10-31 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

--- Comment #90 from Jonathan Druart  ---
Galen,
All patches rebased.
The serial claims export does not work, see bug 11168.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-10-31 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

--- Comment #88 from Jonathan Druart  ---
Created attachment 22621
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=22621&action=edit
Bug 7298: QA Followup

- use Modern::Perl;
- GPL version
- tabs

Signed-off-by: Katrin Fischer 
Passes QA script and all tests.

Testing notes:
- CSV header row is now translatable.
  Tested by updating the German po files and checking for the line.
- Tested that claiming for late serial issues still works as
  expected, as one file has been renamed. Filed 10931 for
  untranslatable CSV contents.
- Tested that claiming late orders still works:
  * Table searching and sorting
Works nicely, but some columns could be split up for better
searching and sorting:
  * Order date: 20/01/2013 (245 days)
  * Total cost: 10.00x1 = 10.00 Books
=> item type should be separate
  * Basket:  10 MPL
=> Library and basket number could be separate columns
  * Filters
 * Combined various filters, search results look correct.
  * Selecting order for claiming
  * Limiting by vendor makes it possible to check/uncheck all
  * With no vendor limit, entries for other vendors will be
locked after the first checkbox is checked for one vendor
  * Exporting as CSV
 * Exported single line > CSV appears correct.
 * Exporting multiple lines > CSV appears correct.
 PROBLEM: Translated CSV don't work correctly, as line
 breaks are lost in the translation process.
 Needs to be fixed in a follow-up.
  * Sending serial claim email
 * No regressions found - there are some problems with the
   email contents noted on bug 7298.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-10-31 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

--- Comment #87 from Jonathan Druart  ---
Created attachment 22620
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=22620&action=edit
Bug 7298: CSV strings are translatables.

Using a template file, the CSV headers become translatable.

Signed-off-by: sonia 
Signed-off-by: Katrin Fischer 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-10-31 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

--- Comment #89 from Jonathan Druart  ---
Created attachment 22622
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=22622&action=edit
Bug 7298: Followup: CSV strings are translatables.

Following the same way as bug 10935, the headers are in an include file.

Signed-off-by: Jonathan Druart 
Signed-off-by: Katrin Fischer 
Translatability tested successfully.
Passes all tests.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-10-31 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

--- Comment #86 from Jonathan Druart  ---
Created attachment 22619
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=22619&action=edit
Bug 7298: FIX checkboxes binding on load

Click on checkboxes should be bound on load.

Signed-off-by: sonia 
Signed-off-by: Katrin Fischer 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-10-31 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

--- Comment #85 from Jonathan Druart  ---
Created attachment 22618
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=22618&action=edit
Bug 7298: Follow-up fixing capitalization and moving supplier id

Fixes a few capitalization errors on the late orders page like
- Claim orders
- filter
- Search results

Also moves the supplierid from the order date column to the
vendor column.

Signed-off-by: Jonathan Druart 
Signed-off-by: sonia 
Signed-off-by: Katrin Fischer 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-10-31 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

Jonathan Druart  changed:

   What|Removed |Added

 Status|Patch doesn't apply |Passed QA

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-10-31 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

Jonathan Druart  changed:

   What|Removed |Added

  Attachment #21383|0   |1
is obsolete||
  Attachment #21384|0   |1
is obsolete||
  Attachment #21385|0   |1
is obsolete||
  Attachment #21386|0   |1
is obsolete||
  Attachment #21387|0   |1
is obsolete||
  Attachment #21523|0   |1
is obsolete||

--- Comment #84 from Jonathan Druart  ---
Created attachment 22617
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=22617&action=edit
Bug 7298 Export late orders as csv

This patch allows to export late orders as csv.

Test plan:
- Go on the late orders page (acqui/lateorders.pl)
- Select one or more order and click on the button "export as CSV".
- The generated file should contains some information on the orders
  (order date, estimated delivery date, vendor name, information field,
  cost, basket name (and basketid), claims count and the claimed date)
  The last line of the file is the total of orders.
- You are not allow to select order from different vendor.
- The check/uncheck all links appears only if a vendor is selected.
- Check that the check/uncheck works for all pages of the table.

Signed-off-by: Nicole C. Engard 
Signed-off-by: Mathieu Saby 
Signed-off-by: Paul Poulain 
Signed-off-by: sonia 
Signed-off-by: Katrin Fischer 
Testing comments on last patch in this series.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-10-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

Galen Charlton  changed:

   What|Removed |Added

 Status|Passed QA   |Patch doesn't apply
 CC||gmcha...@gmail.com

--- Comment #83 from Galen Charlton  ---
Patch doesn't apply on account of the renaming of the serial claims export
script -- tossing back for the patch submitter to rebase.  Feel free to set
back to passed QA afterwards so that I can try to make this in before the
string freeze window closes.

General note for the future -- it would have been better if the patch for
renaming the existing script had stayed separate; in fact, that kind of
refactoring should have been a separate bug since the name of the serials claim
export script has no direct bearing on the functionality of the feature
proposed here.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-10-10 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

mathieu saby  changed:

   What|Removed |Added

 Blocks||11027

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-10-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

Galen Charlton  changed:

   What|Removed |Added

   Keywords||rel_3_14_candidate

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-09-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

--- Comment #82 from Jonathan Druart  ---
(In reply to Katrin Fischer from comment #81)
> This has taken a while... thx Jonathan for your patience!

Thanks for your patience too :)

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-09-27 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

--- Comment #81 from Katrin Fischer  ---
This has taken a while... thx Jonathan for your patience!

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-09-27 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

Katrin Fischer  changed:

   What|Removed |Added

  Attachment #21398|0   |1
is obsolete||

--- Comment #80 from Katrin Fischer  ---
Created attachment 21523
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=21523&action=edit
[PASSED QA] Bug 7298: Followup: CSV strings are translatables.

Following the same way as bug 10935, the headers are in an include file.

Signed-off-by: Jonathan Druart 
Signed-off-by: Katrin Fischer 
Translatability tested successfully.
Passes all tests.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-09-27 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

Katrin Fischer  changed:

   What|Removed |Added

 Status|Signed Off  |Passed QA

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-09-26 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

--- Comment #79 from Katrin Fischer  ---
Working on this.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-09-24 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

--- Comment #78 from Jonathan Druart  ---
Created attachment 21398
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=21398&action=edit
Bug 7298: Followup: CSV strings are translatables.

Following the same way as bug 10935, the headers are in an include file.

Signed-off-by: Jonathan Druart 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-09-24 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

Jonathan Druart  changed:

   What|Removed |Added

 Status|Failed QA   |Signed Off

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-09-23 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

Katrin Fischer  changed:

   What|Removed |Added

   See Also||http://bugs.koha-community.
   ||org/bugzilla3/show_bug.cgi?
   ||id=10935

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-09-23 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

Katrin Fischer  changed:

   What|Removed |Added

 Status|Signed Off  |Failed QA

--- Comment #77 from Katrin Fischer  ---
Tested bug 10935 and added a follow-up - please take a look and provide a
follow up :)

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-09-23 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

--- Comment #76 from Katrin Fischer  ---
Created attachment 21387
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=21387&action=edit
[PASSED QA] Bug 7298: QA Followup

- use Modern::Perl;
- GPL version
- tabs

Signed-off-by: Katrin Fischer 
Passes QA script and all tests.

Testing notes:
- CSV header row is now translatable.
  Tested by updating the German po files and checking for the line.
- Tested that claiming for late serial issues still works as
  expected, as one file has been renamed. Filed 10931 for
  untranslatable CSV contents.
- Tested that claiming late orders still works:
  * Table searching and sorting
Works nicely, but some columns could be split up for better
searching and sorting:
  * Order date: 20/01/2013 (245 days)
  * Total cost: 10.00x1 = 10.00 Books
=> item type should be separate
  * Basket:  10 MPL
=> Library and basket number could be separate columns
  * Filters
 * Combined various filters, search results look correct.
  * Selecting order for claiming
  * Limiting by vendor makes it possible to check/uncheck all
  * With no vendor limit, entries for other vendors will be
locked after the first checkbox is checked for one vendor
  * Exporting as CSV
 * Exported single line > CSV appears correct.
 * Exporting multiple lines > CSV appears correct.
 PROBLEM: Translated CSV don't work correctly, as line
 breaks are lost in the translation process.
 Needs to be fixed in a follow-up.
  * Sending serial claim email
 * No regressions found - there are some problems with the
   email contents noted on bug 7298.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-09-23 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

--- Comment #75 from Katrin Fischer  ---
Created attachment 21386
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=21386&action=edit
[PASSED QA] Bug 7298: CSV strings are translatables.

Using a template file, the CSV headers become translatable.

Signed-off-by: sonia 
Signed-off-by: Katrin Fischer 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-09-23 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

--- Comment #74 from Katrin Fischer  ---
Created attachment 21385
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=21385&action=edit
[PASSED QA] Bug 7298: FIX checkboxes binding on load

Click on checkboxes should be bound on load.

Signed-off-by: sonia 
Signed-off-by: Katrin Fischer 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-09-23 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

--- Comment #73 from Katrin Fischer  ---
Created attachment 21384
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=21384&action=edit
[PASSED QA] Bug 7298: Follow-up fixing capitalization and moving supplier id

Fixes a few capitalization errors on the late orders page like
- Claim orders
- filter
- Search results

Also moves the supplierid from the order date column to the
vendor column.

Signed-off-by: Jonathan Druart 
Signed-off-by: sonia 
Signed-off-by: Katrin Fischer 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-09-23 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

Katrin Fischer  changed:

   What|Removed |Added

  Attachment #20471|0   |1
is obsolete||
  Attachment #20472|0   |1
is obsolete||
  Attachment #20473|0   |1
is obsolete||
  Attachment #20474|0   |1
is obsolete||
  Attachment #21339|0   |1
is obsolete||

--- Comment #72 from Katrin Fischer  ---
Created attachment 21383
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=21383&action=edit
[PASSED QA] Bug 7298 Export late orders as csv

This patch allows to export late orders as csv.

Test plan:
- Go on the late orders page (acqui/lateorders.pl)
- Select one or more order and click on the button "export as CSV".
- The generated file should contains some information on the orders
  (order date, estimated delivery date, vendor name, information field,
  cost, basket name (and basketid), claims count and the claimed date)
  The last line of the file is the total of orders.
- You are not allow to select order from different vendor.
- The check/uncheck all links appears only if a vendor is selected.
- Check that the check/uncheck works for all pages of the table.

Signed-off-by: Nicole C. Engard 
Signed-off-by: Mathieu Saby 
Signed-off-by: Paul Poulain 
Signed-off-by: sonia 
Signed-off-by: Katrin Fischer 
Testing comments on last patch in this series.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-09-23 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

--- Comment #71 from Katrin Fischer  ---
Hi Jonathan, this is all good, but I think we still need to fix the translated
CSV for exportig late orders? Serials CSV will be fixed by the new feature
(hopefully) and there is bug 10935 for baskets and basketgroups which I will
test next.

I will go ahead and attach my tested patches here but not switch the status to
passed QA until I have a follow-up for fixing the translations :)

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-09-23 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

--- Comment #70 from Katrin Fischer  ---

> (In reply to Katrin Fischer from comment #67)
> > Hi Jonathan,
> >   * Exporting as CSV
> >  * Exported single line > CSV appears correct.
> >  * Exporting multiple lines > CSV appears correct.
> >  PROBLEM: Translated CSV don't work correctly, as line
> >  breaks are lost in the translation process.
> 
> >   * Sending serial claim email
> >  * No regressions found - there are some problems with the
> >email contents noted on bug 7298.
> 
> We are on bug 7298 :)

Bug 10618 - sorry. And was not failing the bug for this - just thought it would
be worth noting.

> I will have a look at bug 10931. But the problem does not occur for others
> csv export (basket and basketgroup)?

I didn't have time to check - sorry. But I assume it will happen everywhere
where we try to translate plain text (not HTML) with the translation scripts
and line breaks are essential for functionality.

Maybe we need to have it 'non translatable' for now, but i would prefer a
different solution. We found a fix for the cart mails, but it's a bit ugly. The
template is HTML and then we strip the tags out (iirc).

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-09-23 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

--- Comment #69 from Jonathan Druart  ---
(In reply to Katrin Fischer from comment #65)
> Hi Jonathan,
Hi Katrin,

> [...]
> Could you take a look? I will continue testing the functionality.

Will be fixed.

(In reply to Katrin Fischer from comment #66)
> Some additional notes from code review:
> - GetBasketGroupAsCSV could use some unit tests as the SQL 
>   statement has been altered quite a bit.

The modified routine is GetOrder. It already has a unit test (not really good
but exists).

> - lateissues-export.pl could use Modern::Perl
Will be done.

(In reply to Katrin Fischer from comment #67)
> Hi Jonathan,
>   * Exporting as CSV
>  * Exported single line > CSV appears correct.
>  * Exporting multiple lines > CSV appears correct.
>  PROBLEM: Translated CSV don't work correctly, as line
>  breaks are lost in the translation process.

>   * Sending serial claim email
>  * No regressions found - there are some problems with the
>email contents noted on bug 7298.

We are on bug 7298 :)


> In order to reproduce the problem with translated CSV files make sure you
> test with updated po files containing a translated version of the header row
> or a copy of it. I think we already ran into this problem with the templates
> for the cart email, which are plain text and not HTML. Not sure how to solve
> this, but currently it seems not to work for translated templates at all as
> you will get
> all data on one single line.

I will have a look at bug 10931. But the problem does not occur for others csv
export (basket and basketgroup)?

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-09-23 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

--- Comment #68 from Jonathan Druart  ---
Created attachment 21339
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=21339&action=edit
Bug 7298: QA Followup

- use Modern::Perl;
- GPL version
- tabs

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-09-23 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

Jonathan Druart  changed:

   What|Removed |Added

 Status|Failed QA   |Signed Off

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-09-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

Katrin Fischer  changed:

   What|Removed |Added

 Status|Signed Off  |Failed QA

--- Comment #67 from Katrin Fischer  ---
Hi Jonathan,

we are almost there - it works really nicely, but we got one bigger problems
with translating the CSV. Posting my testing notes here:

Testing notes:
- CSV header row is now translatable.
  Tested by updating the German po files and checking for the line.
- Tested that claiming for late serial issues still works as
  expected, as one file has been renamed. Filed 10931 for
  untranslatable CSV contents.
- Tested that claiming late orders still works:
  * Table searching and sorting
Works nicely, but some columns could be split up for better
searching and sorting:
  * Order date: 20/01/2013 (245 days)
  * Total cost: 10.00x1 = 10.00 Books
=> item type should be separate
  * Basket:  10 MPL
=> Library and basket number could be separate columns
  * Filters
 * Combined various filters, search results look correct.
  * Selecting order for claiming
  * Limiting by vendor makes it possible to check/uncheck all
  * With no vendor limit, entries for other vendors will be
locked after the first checkbox is checked for one vendor
  * Exporting as CSV
 * Exported single line > CSV appears correct.
 * Exporting multiple lines > CSV appears correct.
 PROBLEM: Translated CSV don't work correctly, as line
 breaks are lost in the translation process.
  * Sending serial claim email
 * No regressions found - there are some problems with the
   email contents noted on bug 7298.

In order to reproduce the problem with translated CSV files make sure you test
with updated po files containing a translated version of the header row or a
copy of it. I think we already ran into this problem with the templates for the
cart email, which are plain text and not HTML. Not sure how to solve this, but
currently it seems not to work for translated templates at all as you will get
all data on one single line.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-09-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

Katrin Fischer  changed:

   What|Removed |Added

   See Also||http://bugs.koha-community.
   ||org/bugzilla3/show_bug.cgi?
   ||id=10931

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-09-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

--- Comment #66 from Katrin Fischer  ---
Some additional notes from code review:
- GetBasketGroupAsCSV could use some unit tests as the SQL 
  statement has been altered quite a bit.
- lateissues-export.pl could use Modern::Perl

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-09-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

--- Comment #65 from Katrin Fischer  ---
Hi Jonathan, 

the QA script points out some things, I would have fixed the tabs, but I think
deciding about the license is up to you:

 FAILserials/lateissues-export.pl
   OK  pod
   FAIL  forbidden patterns
forbidden pattern: Koha is now under the GPLv3 license (line 7)
   OK  valid
   OK  critic

 OKkoha-tmpl/intranet-tmpl/prog/en/modules/acqui/csv/lateorders.tt
   OK  forbidden patterns
   OK  tt_valid
   OK  valid_template

 FAILkoha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt
   FAIL  forbidden patterns
forbidden pattern: tab char (line 220)
   OK  tt_valid
   OK  valid_template

 FAILkoha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt
   FAIL  forbidden patterns
forbidden pattern: tab char (line 45)
   OK  tt_valid
   OK  valid_template

Could you take a look? I will continue testing the functionality.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-09-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

Katrin Fischer  changed:

   What|Removed |Added

 QA Contact||katrin.fisc...@bsz-bw.de

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-08-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

Jonathan Druart  changed:

   What|Removed |Added

 QA Contact|paul.poul...@biblibre.com   |

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-08-19 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

--- Comment #64 from Jonathan Druart  ---
(In reply to Koha Team Lyon 3 from comment #63)
> Hello Jonathan. So for me everything works fine. I change in Signed off.

Thanks for testing Sonia!

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-08-19 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

--- Comment #61 from sandbo...@biblibre.com  ---
Created attachment 20473
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=20473&action=edit
Bug 7298: FIX checkboxes binding on load

Click on checkboxes should be bound on load.

Signed-off-by: sonia 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-08-19 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

sandbo...@biblibre.com  changed:

   What|Removed |Added

  Attachment #20315|0   |1
is obsolete||

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-08-19 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

--- Comment #59 from sandbo...@biblibre.com  ---
Created attachment 20471
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=20471&action=edit
Bug 7298 Export late orders as csv

This patch allows to export late orders as csv.

Test plan:
- Go on the late orders page (acqui/lateorders.pl)
- Select one or more order and click on the button "export as CSV".
- The generated file should contains some information on the orders
  (order date, estimated delivery date, vendor name, information field,
  cost, basket name (and basketid), claims count and the claimed date)
  The last line of the file is the total of orders.
- You are not allow to select order from different vendor.
- The check/uncheck all links appears only if a vendor is selected.
- Check that the check/uncheck works for all pages of the table.

Signed-off-by: Nicole C. Engard 
Signed-off-by: Mathieu Saby 

Signed-off-by: Paul Poulain 

Signed-off-by: sonia 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-08-19 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

--- Comment #60 from sandbo...@biblibre.com  ---
Created attachment 20472
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=20472&action=edit
Bug 7298: Follow-up fixing capitalization and moving supplier id

Fixes a few capitalization errors on the late orders page like
- Claim orders
- filter
- Search results

Also moves the supplierid from the order date column to the
vendor column.

Signed-off-by: Jonathan Druart 

Signed-off-by: sonia 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-08-19 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

--- Comment #63 from Koha Team Lyon 3  ---
Hello Jonathan. So for me everything works fine. I change in Signed off.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-08-19 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

--- Comment #62 from sandbo...@biblibre.com  ---
Created attachment 20474
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=20474&action=edit
Bug 7298: CSV strings are translatables.

Using a template file, the CSV headers become translatable.

Signed-off-by: sonia 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-08-19 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

sandbo...@biblibre.com  changed:

   What|Removed |Added

  Attachment #20314|0   |1
is obsolete||

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-08-19 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

sandbo...@biblibre.com  changed:

   What|Removed |Added

 Status|Needs Signoff   |Signed Off
 CC||sandbo...@biblibre.com

--- Comment #58 from sandbo...@biblibre.com  ---
Patch tested with a sandbox, by sonia 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-08-19 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

sandbo...@biblibre.com  changed:

   What|Removed |Added

  Attachment #20313|0   |1
is obsolete||

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-08-19 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

sandbo...@biblibre.com  changed:

   What|Removed |Added

  Attachment #16956|0   |1
is obsolete||

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-08-19 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

--- Comment #57 from Jonathan Druart  ---
(In reply to Koha Team Lyon 3 from comment #56)
> Hello,
> I test this patch with a sandbox. Everything seems to work as define in the
> test plan. I try only with 3 orders.
> But, as katrin mentionned, in the csv file, the header wasn't translate in
> french...
> Can you verify before I change the status in "signed off"
> Sonia

Hello Sonia,
Headers are new strings, so they are not translatable on sandboxes without a
manual modification of po files.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-08-19 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

--- Comment #56 from Koha Team Lyon 3  ---
Hello,
I test this patch with a sandbox. Everything seems to work as define in the
test plan. I try only with 3 orders.
But, as katrin mentionned, in the csv file, the header wasn't translate in
french...
Can you verify before I change the status in "signed off"
Sonia

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-08-13 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

Jonathan Druart  changed:

   What|Removed |Added

 Status|Failed QA   |Needs Signoff

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-08-13 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

--- Comment #54 from Jonathan Druart  ---
Created attachment 20314
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=20314&action=edit
Bug 7298: FIX checkboxes binding on load

Click on checkboxes should be bound on load.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-08-13 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

--- Comment #55 from Jonathan Druart  ---
Created attachment 20315
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=20315&action=edit
Bug 7298: CSV strings are translatables.

Using a template file, the CSV headers become translatable.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-08-13 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

Jonathan Druart  changed:

   What|Removed |Added

  Attachment #19819|0   |1
is obsolete||

--- Comment #53 from Jonathan Druart  ---
Created attachment 20313
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=20313&action=edit
Bug 7298: Follow-up fixing capitalization and moving supplier id

Fixes a few capitalization errors on the late orders page like
- Claim orders
- filter
- Search results

Also moves the supplierid from the order date column to the
vendor column.

Signed-off-by: Jonathan Druart 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-08-13 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

--- Comment #52 from Jonathan Druart  ---
(In reply to Katrin Fischer from comment #50)

Katrin, thank you for your patch!
I will submit 2 patchs. 1 fixes the checkboxes issues, the other allow the
translation for csv headers.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-07-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

Katrin Fischer  changed:

   What|Removed |Added

   See Also||http://bugs.koha-community.
   ||org/bugzilla3/show_bug.cgi?
   ||id=10618

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-07-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

--- Comment #51 from Katrin Fischer  ---
There is also a bug in how the checkboxed get blocked so you can only select
titles from one vendor. I have more than 10 late orders, when I load the late
orders page, the checkboxes don't lock. When I change the number of late orders
shown in the table, it starts to work - hope you can reproduce this.

Also the late order emails are broken... filing a bug.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-07-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

Katrin Fischer  changed:

   What|Removed |Added

 Status|Signed Off  |Failed QA

--- Comment #50 from Katrin Fischer  ---
Hi Jonathan, 

I have tested this and it works fine. I have fixed some things in a follow up
patch, but I think I can't pass this as it is. The CSV has lots of
untranslatable strings while it seems we have found some solution for that
problem for the CSV export of baskets and basket groups. Could you take a look
there if if this can be adapted?

Also I think it would be nicer to have the author and publisher in separate
columns in the CSV, which would also remove some more translation problems.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-07-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

--- Comment #49 from Katrin Fischer  ---
Created attachment 19819
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=19819&action=edit
Bug 7298: Follow-up fixing capitalization and moving supplier id

Fixes a few capitalization errors on the late orders page like
- Claim orders
- filter
- Search results

Also moves the supplierid from the order date column to the
vendor column.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-06-27 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

Jonathan Druart  changed:

   What|Removed |Added

 Status|Needs Signoff   |Signed Off

--- Comment #48 from Jonathan Druart  ---
Since this patch has 3 signoffs and I cannot recreate the issue described by
Jared, I switch the status to Signed Off. The issue is not relevant, as I said,
I don't affect the lateissues-export.pl script.

I retested feature and it works.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-03-28 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

Jonathan Druart  changed:

   What|Removed |Added

 Status|Failed QA   |Needs Signoff

--- Comment #47 from Jonathan Druart  ---
The attachment 16956 is a rebased and squashed patch.
I added a test plan.

An issue is fixed: the user is not allow to select orders from different
vendor. This behavior was broken by datatable.

Switch back to Needs Signoff.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-03-28 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

Jonathan Druart  changed:

   What|Removed |Added

  Attachment #16688|0   |1
is obsolete||
  Attachment #16689|0   |1
is obsolete||
  Attachment #16690|0   |1
is obsolete||
  Attachment #16691|0   |1
is obsolete||
  Attachment #16692|0   |1
is obsolete||

--- Comment #46 from Jonathan Druart  ---
Created attachment 16956
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=16956&action=edit
Bug 7298 Export late orders as csv

This patch allows to export late orders as csv.

Test plan:
- Go on the late orders page (acqui/lateorders.pl)
- Select one or more order and click on the button "export as CSV".
- The generated file should contains some information on the orders
  (order date, estimated delivery date, vendor name, information field,
  cost, basket name (and basketid), claims count and the claimed date)
  The last line of the file is the total of orders.
- You are not allow to select order from different vendor.
- The check/uncheck all links appears only if a vendor is selected.
- Check that the check/uncheck works for all pages of the table.

Signed-off-by: Nicole C. Engard 
Signed-off-by: Mathieu Saby 

Signed-off-by: Paul Poulain 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-03-28 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

--- Comment #45 from Jonathan Druart  ---
Jared,
This development does not modify the export for serials. I just renamed the
script in order to be consistent (mv /serials/lateissues-excel.pl
/serials/lateissues-export.pl).
So your issue certainly exists on master.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-03-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

Jared Camins-Esakov  changed:

   What|Removed |Added

 Status|Passed QA   |Failed QA

--- Comment #44 from Jared Camins-Esakov  ---
I get a nasty error from this:
DBD::mysql::st execute failed: You have an error in your SQL syntax; check the
manual that corresponds to your MariaDB server version for the right syntax to
use near 'o
ORDER BY title' at line 12 at /home/jcamins/kohaclone/C4/Serials.pm line 1906.
at /home/jcamins/kohaclone/serials/lateissues-export.pl line 134

The query that is generating is, sure enough, wrong:
SELECT
serialid,  aqbooksellerid,name,
biblio.title,  planneddate,   serialseq,
serial.status, serial.subscriptionid, claimdate,
subscription.branchcode
FROM  serial
LEFT JOIN subscription  ON serial.subscriptionid=subscription.subscriptionid 
LEFT JOIN biblioON subscription.biblionumber=biblio.biblionumber
LEFT JOIN aqbooksellers ON subscription.aqbooksellerid = aqbooksellers.id
WHERE subscription.subscriptionid = serial.subscriptionid
AND (serial.STATUS = 4 OR ((planneddate < now() AND serial.STATUS =1) OR
serial.STATUS = 3 OR serial.STATUS = 7))
AND subscription.aqbooksellerid=
and serialid = on
ORDER BY title

Also, there needs to be a test plan.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-03-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

Jared Camins-Esakov  changed:

   What|Removed |Added

Version|3.8 |master

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-03-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

--- Comment #43 from Paul Poulain  ---
Created attachment 16692
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=16692&action=edit
[PASSED QA] bug 7298 QA follow-up, fix POD

Signed-off-by: Paul Poulain 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-03-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

--- Comment #42 from Paul Poulain  ---
Created attachment 16691
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=16691&action=edit
[PASSED QA] Bug 7298: Followup FIX the field list to return in GetOrder

Signed-off-by: Mathieu Saby 

Signed-off-by: Paul Poulain 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-03-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

--- Comment #41 from Paul Poulain  ---
Created attachment 16690
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=16690&action=edit
[PASSED QA] Bug 7298 fixing 3 QA errors

* replace IFNULL by COALESCE
* replace 4 tabs by 4 "4 spaces"
* replace a simple quote string

Signed-off-by: Mathieu Saby 

Signed-off-by: Paul Poulain 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-03-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

--- Comment #40 from Paul Poulain  ---
Created attachment 16689
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=16689&action=edit
[PASSED QA] Bug 7298: Followup, FIX table bottom

Signed-off-by: Nicole C. Engard 
Signed-off-by: Mathieu Saby 

Signed-off-by: Paul Poulain 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-03-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

Paul Poulain  changed:

   What|Removed |Added

  Attachment #15037|0   |1
is obsolete||
  Attachment #15038|0   |1
is obsolete||
  Attachment #15039|0   |1
is obsolete||
  Attachment #15040|0   |1
is obsolete||

--- Comment #39 from Paul Poulain  ---
Created attachment 16688
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=16688&action=edit
[PASSED QA] Bug 7298 Export late orders as csv

Signed-off-by: Nicole C. Engard 
Signed-off-by: Mathieu Saby 

Signed-off-by: Paul Poulain 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-03-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

Paul Poulain  changed:

   What|Removed |Added

 Status|Signed Off  |Passed QA
   Patch complexity|--- |Medium patch
 QA Contact|koha.sek...@gmail.com   |paul.poul...@biblibre.com

--- Comment #38 from Paul Poulain  ---
QA comment
 * a tiny POD mistake, fixed in a follow-up
 * no other comments, work fine

passed QA

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-02-05 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

--- Comment #37 from mathieu saby  ---
Yes. I thought it will be in column 1 and 2.
But is a matter of taste, so I am fine with that...
M. Saby

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-02-05 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

--- Comment #36 from Jonathan Druart  ---
(In reply to comment #34)
> My first sign-off using git bz. I hope everything is ok...
> 
> I signed off but maybe a little followup would be necessary :
> In the last line of the csv, there is two , before "Total Number Late". I am
> not sure it is normal.
> 
> M. Saby

The last line of the CSV contains : "Total Number Late" in the third column and
"x" (number of orders in the CSV) in the 4th column.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-02-04 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

mathieu saby  changed:

   What|Removed |Added

  Attachment #15027|0   |1
is obsolete||

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-02-04 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

mathieu saby  changed:

   What|Removed |Added

  Attachment #11722|0   |1
is obsolete||

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-02-04 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

mathieu saby  changed:

   What|Removed |Added

  Attachment #11721|0   |1
is obsolete||

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-02-04 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

mathieu saby  changed:

   What|Removed |Added

  Attachment #15028|0   |1
is obsolete||

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-02-04 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

--- Comment #35 from mathieu saby  ---
Oh, I missed that point "Uncomment the # before each patch you would like to
obsolete before saving." :(
M. Saby

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-02-04 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

mathieu saby  changed:

   What|Removed |Added

 Status|Needs Signoff   |Signed Off

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-02-04 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

--- Comment #34 from mathieu saby  ---
My first sign-off using git bz. I hope everything is ok...

I signed off but maybe a little followup would be necessary :
In the last line of the csv, there is two , before "Total Number Late". I am
not sure it is normal.

M. Saby

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-02-04 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

--- Comment #33 from mathieu saby  ---
Created attachment 15040
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=15040&action=edit
[SIGNED-OFF] Bug 7298: Followup FIX the field list to return in GetOrder

Signed-off-by: Mathieu Saby 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-02-04 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

--- Comment #32 from mathieu saby  ---
Created attachment 15039
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=15039&action=edit
[SIGNED-OFF] Bug 7298 fixing 3 QA errors

* replace IFNULL by COALESCE
* replace 4 tabs by 4 "4 spaces"
* replace a simple quote string

Signed-off-by: Mathieu Saby 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-02-04 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

--- Comment #31 from mathieu saby  ---
Created attachment 15038
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=15038&action=edit
[SIGNED-OFF] Bug 7298: Followup, FIX table bottom

Signed-off-by: Nicole C. Engard 
Signed-off-by: Mathieu Saby 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-02-04 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

--- Comment #30 from mathieu saby  ---
Created attachment 15037
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=15037&action=edit
[SIGNED-OFF] Bug 7298 Export late orders as csv

Signed-off-by: Nicole C. Engard 
Signed-off-by: Mathieu Saby 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-02-04 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

Jonathan Druart  changed:

   What|Removed |Added

 Status|Failed QA   |Needs Signoff

--- Comment #29 from Jonathan Druart  ---
(In reply to comment #26)
> Tested on a VM.
> I think it does not work : 

The last patch produced a mysql error.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-02-04 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

Jonathan Druart  changed:

   What|Removed |Added

  Attachment #12818|0   |1
is obsolete||

--- Comment #28 from Jonathan Druart  ---
Created attachment 15028
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=15028&action=edit
Bug 7298: Followup FIX the field list to return in GetOrder

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-02-04 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

Jonathan Druart  changed:

   What|Removed |Added

  Attachment #12624|0   |1
is obsolete||

--- Comment #27 from Jonathan Druart  ---
Created attachment 15027
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=15027&action=edit
Bug 7298 fixing 3 QA errors

* replace IFNULL by COALESCE
* replace 4 tabs by 4 "4 spaces"
* replace a simple quote string

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-02-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

mathieu saby  changed:

   What|Removed |Added

 Status|Needs Signoff   |Failed QA

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-02-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

--- Comment #26 from mathieu saby  ---
Tested on a VM.
I think it does not work : 
I had 8 documents late, I created the csv, and here is its content :

ORDER DATEESTIMATED DELIVERY DATEVENDORINFORMATIONTOTAL COST   
BASKETCLAIMS COUNTCLAIMED DATE
()  ( days)x =  () ()
()  ( days)x =  () ()
()  ( days)x =  () ()
()  ( days)x =  () ()
()  ( days)x =  () ()
()  ( days)x =  () ()
()  ( days)x =  () ()
()  ( days)x =  () ()
Total Number Late8




M. Saby
Rennes 2 university

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2013-01-31 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

mathieu saby  changed:

   What|Removed |Added

 CC||mathieu.saby@univ-rennes2.f
   ||r

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2012-10-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

Jonathan Druart  changed:

   What|Removed |Added

  Attachment #12817|0   |1
is obsolete||

--- Comment #25 from Jonathan Druart  ---
Created attachment 12818
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12818&action=edit
Bug 7298: Followup FIX the field list to return in GetOrder

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2012-10-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

Jonathan Druart  changed:

   What|Removed |Added

 Status|Failed QA   |Needs Signoff

--- Comment #24 from Jonathan Druart  ---
I don't know if the list of field is good but grep says me I am good.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2012-10-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

--- Comment #23 from Jonathan Druart  ---
Created attachment 12817
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12817&action=edit
Bug 7298: Followup FIX the field list to return in GetOrder

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2012-10-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

--- Comment #22 from Paul Poulain  ---
Created attachment 12624
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12624&action=edit
Bug 7298 fixing 2 QA errors

* replace IFNULL by COALESCE
* replace 4 tabs by 4 "4 spaces"

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2012-10-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

Paul Poulain  changed:

   What|Removed |Added

 Status|Signed Off  |Failed QA
 CC||paul.poul...@biblibre.com

--- Comment #21 from Paul Poulain  ---
QA comment
 1- bug signed-off since more than 1 month, dealing with QA myself
 2- qa.pl script shows some errors, easy to solve (use COALESCE instead of
IFNULL & use spaces for indent)
 3- replaces a SQL query in GetOrder in an unsafe way imo:
   - add many table.* to an already very long query (was
biblio+biblioitems+aqorders, and adds aqbudgets+aqbasket) Would be better not
to use * (including biblioitems, that contains marcxml field !!! was already
here before the patch, but if you can fix it...)
   - does some changes that look strange : why DATE(aqbasket.closedate)  AS
orderdate ? why aqorders.quantity - IFNULL(aqorders.quantityreceived,0) AS
quantity -quantity is a field from aqorders ? 
 4- the form $$order{estimateddeliverydate} must be discarded in favor of
$order->{estimateddeliverydate}

Failing QA for #4, need info (and maybe fix) for #3

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2012-08-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

Nicole C. Engard  changed:

   What|Removed |Added

 Status|Needs Signoff   |Signed Off

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/


  1   2   >