[Koha-bugs] [Bug 20070] autoBarcode Increment Value

2018-01-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20070

Jonathan Druart  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #3 from Jonathan Druart  
---
Confirmed, it certainly comes from that line:

108 $head =~ s/\d{4}$//; # else strip the old yymm
in C4::Barcodes::hbyymmincr::process_head

This value of autoBarcode is deprecated and should not be used.

Take a look at the notice in the bottom of the file:

"""
This format is deprecated and SHOULD NOT BE USED.

It is fairly clear the originator of the format did not intend to accommodate
multiple branch libraries, given that the format caps the available namespace
to
10,000 barcodes per year TOTAL...

Also, the question of what to do with an item that changes branch is
unsettled...
Nothing prevents the barcode from working fine, but it will look out of place
with the old branchcode in it.  Rebarcoding a single item is trivial, but if
you
consider the scenario of branches being consolidated, it is an unnecessary.
burden to force the rebarcoding of thousands of items, especially when the
format
will limit you to under 10,000 on the year!

The main purpose of the format seems to be to get the branch code into the
barcode.
This is wholly unnecessary, since the barcodes can be printed with the
branchcode
directly on it, without it being part of the barcode itself...

The API for this module should exist almost exclusively through C4::Barcodes...
One novel aspect of this format is the fact that the barcode is tied to a
branch...
"""

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
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 20070] autoBarcode Increment Value

2018-01-25 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20070

--- Comment #2 from mustaqeem  ---
I try use Koha demo(https://koha-community.org/demo/) by ByWater Solution also
happen like that.

If the code is numeric or alphanumeric, it will not increase. (e.g the first
barcode is 000118010001 or LIB118010001, the number will be same for other
items.)

The other thing we found is if we have few branches (e.g ABC, DEF), barcode
number will be like ABC18010001, ABC18010002, DEF18010003, DEF18010004,
ABC18010005 (is it ok for DEF branch to start the barcode like that or it is
suppose to start at 0001 for each branch?)

Thank you.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
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 20070] autoBarcode Increment Value

2018-01-25 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20070

Liz Rea  changed:

   What|Removed |Added

 CC||l...@catalyst.net.nz
Version|master  |17.05
   Severity|major   |normal

--- Comment #1 from Liz Rea  ---
Hi, 

I'm not able to reproduce this problem in current Master. 

Cheers,
Liz

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
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 20070] autoBarcode Increment Value

2018-01-23 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20070

Jonathan Druart  changed:

   What|Removed |Added

Version|17.05   |master
 CC||jonathan.dru...@bugs.koha-c
   ||ommunity.org

-- 
You are receiving this mail because:
You are the assignee for the bug.
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 20070] autoBarcode Increment Value

2018-01-23 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20070

mustaqeem  changed:

   What|Removed |Added

   Severity|enhancement |major
   Priority|P5 - low|P3

-- 
You are receiving this mail because:
You are the assignee for the bug.
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/