[Koha-bugs] [Bug 13915] Inventory tool no longer hides items with date last seen greater than the inventory date

2017-11-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13915

Marcel de Rooy  changed:

   What|Removed |Added

 CC||m.de.r...@rijksmuseum.nl
 Status|Failed QA   |RESOLVED
 Resolution|--- |FIXED

--- Comment #6 from Marcel de Rooy  ---
Seems this could be closed in favor of bugs 12913/14399.

-- 
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 13915] Inventory tool no longer hides items with date last seen greater than the inventory date

2016-04-11 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13915

Jacek Ablewicz  changed:

   What|Removed |Added

 CC||a...@biblos.pk.edu.pl

-- 
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 13915] Inventory tool no longer hides items with date last seen greater than the inventory date

2015-07-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13915

Tom Misilo  changed:

   What|Removed |Added

 CC||misi...@fit.edu

-- 
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 13915] Inventory tool no longer hides items with date last seen greater than the inventory date

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

Katrin Fischer  changed:

   What|Removed |Added

 Status|Signed Off  |Failed QA

--- Comment #5 from Katrin Fischer  ---
Bit confused as the following lines were introduced by bug 12631 and are undone
here:

Patch from 12631:
+my $paramdatelastseen = ($compareinv2barcd) ? $datelastseen : ''; 
+($inventorylist, $totalrecords) = GetItemsForInventory($minlocation,
$maxlocation, $location, $itemtype, $ignoreissued, $paramdatelastseen,
$branchcode, $branch, 0, undef, $staton);

Patch attached to this bug:
-my $paramdatelastseen = ($compareinv2barcd) ? $datelastseen : '';
-($inventorylist, $totalrecords) = GetItemsForInventory($minlocation,
$maxlocation, $location, $itemtype, $ignoreissued, $paramdatelastseen,
$branchcode, $branch, 0, undef, $staton);
+($inventorylist, $totalrecords) = GetItemsForInventory($minlocation,
$maxlocation, $location, $itemtype, $ignoreissued, $datelastseen, $branchcode,
$branch, 0, undef, $staton);

Are we sure there is no regression on bug 12631 by this change? I had problems
testing 12631 when I tried, so not sure. Can you please take a look and
explain?

The test plan works for me - I'd just like to be careful.

-- 
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 13915] Inventory tool no longer hides items with date last seen greater than the inventory date

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

Katrin Fischer  changed:

   What|Removed |Added

Version|unspecified |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 13915] Inventory tool no longer hides items with date last seen greater than the inventory date

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

Katrin Fischer  changed:

   What|Removed |Added

 CC||katrin.fisc...@bsz-bw.de

--- Comment #4 from Katrin Fischer  ---
The search option is named 'inventory date' - If I understood correctly, this
could be more clear as 'inventory date before'?

-- 
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 13915] Inventory tool no longer hides items with date last seen greater than the inventory date

2015-03-27 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13915

Kyle M Hall  changed:

   What|Removed |Added

   Assignee|gmcha...@gmail.com  |k...@bywatersolutions.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 13915] Inventory tool no longer hides items with date last seen greater than the inventory date

2015-03-27 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13915

Marc Véron  changed:

   What|Removed |Added

 CC||ve...@veron.ch
  Attachment #37268|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 13915] Inventory tool no longer hides items with date last seen greater than the inventory date

2015-03-27 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13915

Marc Véron  changed:

   What|Removed |Added

   Patch complexity|--- |Trivial patch
 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 13915] Inventory tool no longer hides items with date last seen greater than the inventory date

2015-03-27 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13915

--- Comment #3 from Marc Véron  ---
Created attachment 37333
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=37333&action=edit
[Signed-off] Bug 13915 - Inventory tool no longer hides items with date last
seen greater than the inventory date

In previous versions of Koha, selecting an inventory date would filter
out items that had been seen since the "Inventory date". Bug 12631
changed the inventory tool so that this behavior only occurs when a
barcodes list file is uploaded for comparison.

Test Plan:
1) Apply this patch
2) Run the inventory tool with no set parameters
3) Mark the first item as seen
4) Rerun the tool with only a date last seen parameter
   of yesterday
5) Note the item you marked as seen is no longer on the list

Followed test plan. Works as expected.
Signed-off-by: Marc Véron 

-- 
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 13915] Inventory tool no longer hides items with date last seen greater than the inventory date

2015-03-26 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13915

--- Comment #2 from Kyle M Hall  ---
Correction, bug 12631 is not the culprit in causing this regression. It was
just the last patch to change this line of code.

-- 
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 13915] Inventory tool no longer hides items with date last seen greater than the inventory date

2015-03-26 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13915

Kyle M Hall  changed:

   What|Removed |Added

 Status|NEW |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 13915] Inventory tool no longer hides items with date last seen greater than the inventory date

2015-03-26 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13915

--- Comment #1 from Kyle M Hall  ---
Created attachment 37268
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=37268&action=edit
Bug 13915 - Inventory tool no longer hides items with date last seen greater
than the inventory date

In previous versions of Koha, selecting an inventory date would filter
out items that had been seen since the "Inventory date". Bug 12631
changed the inventory tool so that this behavior only occurs when a
barcodes list file is uploaded for comparison.

Test Plan:
1) Apply this patch
2) Run the inventory tool with no set parameters
3) Mark the first item as seen
4) Rerun the tool with only a date last seen parameter
   of yesterday
5) Note the item you marked as seen is no longer on the list

-- 
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/