[Koha-bugs] [Bug 10877] Add "Order Record" processing

2016-03-07 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10877

Kyle M Hall  changed:

   What|Removed |Added

 Resolution|--- |WONTFIX
 Status|Patch doesn't apply |RESOLVED

--- Comment #44 from Kyle M Hall  ---
I believe we are pursuing an alternative solution and will continue to get this
patch into Koha.

-- 
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 10877] Add "Order Record" processing

2016-03-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10877

I'm just a bot  changed:

   What|Removed |Added

 Status|Needs Signoff   |Patch doesn't apply

--- Comment #43 from I'm just a bot  ---
fatal: previous rebase directory .git/rebase-apply still exists but mbox given.
at ./getter.pl line 196.

-- 
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 10877] Add "Order Record" processing

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

Jonathan Druart  changed:

   What|Removed |Added

 Status|Signed Off  |Needs Signoff
 CC||fridolin.som...@biblibre.co
   ||m,
   ||marjorie.barry-v...@ccsr.qc
   ||.ca,
   ||sonia.bo...@univ-lyon3.fr,
   ||tredok.pie...@gmail.com
   Patch complexity|Small patch |Medium patch

--- Comment #42 from Jonathan Druart  
---
Kyle,

Sorry about that but I am switching the status back to Needs Signoff.
The idea is not to try and block this enhancement but, on the contrary, to get
feedbacks from someone else.
I have CCed some people which might be interested in this feature.

Hope to get it back in the QA queue soon!

-- 
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 10877] Add Order Record processing

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

Kyle M Hall kyle.m.h...@gmail.com changed:

   What|Removed |Added

 CC||kyle.m.h...@gmail.com

--- Comment #41 from Kyle M Hall kyle.m.h...@gmail.com ---
I forgot to mention the items on an order record are automatically marked as
being not for loan ( since they are on order ) and have home and holding branch
automatically set to the logged in library.

-- 
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 10877] Add Order Record processing

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

Kyle M Hall k...@bywatersolutions.com changed:

   What|Removed |Added

 Status|In Discussion   |Signed Off

--- Comment #40 from Kyle M Hall k...@bywatersolutions.com ---
Order records, at an item level, work much differently than traditional marc
records. A standard marc record for Koha would have a 952 field for each item
with the appropriate subfields.

An order record, on the other hand, has *no* 952 field. Instead it has data
that tells us how to create the items ourselves, with fields/subfields for the
itemtype, collectioncode, acquisitions fund, etc defined in the record in  a
non 952-field ( it seems that 947 is often used for this ). Most importantly,
that is a field that defines the quantity of items to create.



(In reply to Jonathan Druart from comment #38)
 (In reply to Kyle M Hall from comment #35)
  (In reply to Katrin Fischer from comment #33)
   I feel like I don't understand this feature well - at least not the
   differences to the existing staged MARC records workflow.
  
  I'll see what I can do to make this happen!
 
 Did you do something since this comment?
 Is it related to the second patch [QA Followup]?

-- 
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 10877] Add Order Record processing

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

Jonathan Druart jonathan.dru...@biblibre.com changed:

   What|Removed |Added

 Status|Signed Off  |In Discussion

--- Comment #39 from Jonathan Druart jonathan.dru...@biblibre.com ---
Waiting for an answer.

-- 
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 10877] Add Order Record processing

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

--- Comment #38 from Jonathan Druart jonathan.dru...@biblibre.com ---
(In reply to Kyle M Hall from comment #35)
 (In reply to Katrin Fischer from comment #33)
  I feel like I don't understand this feature well - at least not the
  differences to the existing staged MARC records workflow.
 
 I'll see what I can do to make this happen!

Did you do something since this comment?
Is it related to the second patch [QA Followup]?

-- 
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 10877] Add Order Record processing

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

Kyle M Hall k...@bywatersolutions.com changed:

   What|Removed |Added

  Attachment #35677|0   |1
is obsolete||

--- Comment #36 from Kyle M Hall k...@bywatersolutions.com ---
Created attachment 38849
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=38849action=edit
Bug 10877 - Add Order Record processing

Order Record Processing will allow a library to stage an order record
file which is a standard marc file with some additional information in
it about how to create items automatically ( quantity, itemtype, etc ).
The location of these fields is defined in the system preference
MarcFieldsToOrder from bug 7180.

The workflow is thus:
1) A librarian uploads an order record file, and marks the batch as an
order file during the staging process.
2) The librarian selects an acquisitions basket and chooses from a
staged order file
3) From here, the librarian can view all the records that will be
created, along with quantity and other data ( from bug 7180 ). The
librarian will *not* see the item fields, as those are automatically
created using the minimum data needed ( branches, itype ).
4) The librarian hits save and the items are automatically generated
on order.

Later ( using features not directly tied to this feature ), the
librarian will receive a new marc batch file with items attached
( including itemnumbers ). The vendor will have this information
because it was sent via EDI ( bug 7736 ). The librarian will then use
the marc record staging feature to overlay those bare bones item records
with the full data ( via bug 7131 ).

Signed-off-by: Aaron Sakovich asakov...@hmcpl.org

-- 
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 10877] Add Order Record processing

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

Kyle M Hall k...@bywatersolutions.com changed:

   What|Removed |Added

 Status|In Discussion   |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 10877] Add Order Record processing

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

--- Comment #37 from Kyle M Hall k...@bywatersolutions.com ---
Created attachment 38850
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=38850action=edit
Bug 10877 [QA Followup]

-- 
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 10877] Add Order Record processing

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

Kyle M Hall k...@bywatersolutions.com changed:

   What|Removed |Added

  Attachment #31338|0   |1
is obsolete||

--- Comment #34 from Kyle M Hall k...@bywatersolutions.com ---
Created attachment 35677
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=35677action=edit
Bug 10877 - Add Order Record processing

Order Record Processing will allow a library to stage an order record
file which is a standard marc file with some additional information in
it about how to create items automatically ( quantity, itemtype, etc ).
The location of these fields is defined in the system preference
MarcFieldsToOrder from bug 7180.

The workflow is thus:
1) A librarian uploads an order record file, and marks the batch as an
order file during the staging process.
2) The librarian selects an acquisitions basket and chooses from a
staged order file
3) From here, the librarian can view all the records that will be
created, along with quantity and other data ( from bug 7180 ). The
librarian will *not* see the item fields, as those are automatically
created using the minimum data needed ( branches, itype ).
4) The librarian hits save and the items are automatically generated
on order.

Later ( using features not directly tied to this feature ), the
librarian will receive a new marc batch file with items attached
( including itemnumbers ). The vendor will have this information
because it was sent via EDI ( bug 7736 ). The librarian will then use
the marc record staging feature to overlay those bare bones item records
with the full data ( via bug 7131 ).

Signed-off-by: Aaron Sakovich asakov...@hmcpl.org

-- 
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 10877] Add Order Record processing

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

--- Comment #35 from Kyle M Hall k...@bywatersolutions.com ---
(In reply to Katrin Fischer from comment #33)
 I feel like I don't understand this feature well - at least not the
 differences to the existing staged MARC records workflow.

I'll see what I can do to make this happen!

-- 
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 10877] Add Order Record processing

2014-12-27 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10877

Katrin Fischer katrin.fisc...@bsz-bw.de changed:

   What|Removed |Added

 Status|Signed Off  |In Discussion

--- Comment #33 from Katrin Fischer katrin.fisc...@bsz-bw.de ---
I feel like I don't understand this feature well - at least not the differences
to the existing staged MARC records workflow.

Marcel noted some concerns in comment #26 and earlier Jonathan worked some on
this - comment #17.

Can we try to restart the discussion together?

-- 
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 10877] Add Order Record processing

2014-11-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10877

Katrin Fischer katrin.fisc...@bsz-bw.de changed:

   What|Removed |Added

 CC||michael.ha...@washk12.org

--- Comment #32 from Katrin Fischer katrin.fisc...@bsz-bw.de ---
*** Bug 9171 has been marked as a duplicate of this 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 10877] Add Order Record processing

2014-10-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10877

--- Comment #31 from Katrin Fischer katrin.fisc...@bsz-bw.de ---
Hm, if the only difference is the prepopulating of the item fields (which we
shoudl document :) ), then I'd suggest to not use a different order link, but
maybe use the existing 'from staged file' and add a column to the list of files
that clearly indicates, that the file was marked as 'order record'. Then from
there it would just go the normal way, with the difference of prepopulating the
fields.

I am not sure if there are more features planned for this, but maybe we need to
think about some kind of import template on vendor level at some point - so we
don't need to hardcode things, but can have some more flexibility and
granularity.

-- 
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 10877] Add Order Record processing

2014-10-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10877

Kyle M Hall k...@bywatersolutions.com changed:

   What|Removed |Added

 Status|Failed QA   |Signed Off

--- Comment #30 from Kyle M Hall k...@bywatersolutions.com ---
(In reply to Katrin Fischer from comment #29)
 So now I know as much as before ;) Can you please explain the direction this
 goes? What makes them behave differently and how?

What you stage a record file, you have the option of saying this is an order
record. This is how Koha knows if file is an order file and not a standard
marc record file.

The difference is how an order file is set up. In a traditional marc record,
you have items in 952, one for each item. In an order file, you have simply
have a field for quantity, a field for budget code, etc. These are defined in
MarcFieldsToOrder. This pref can also be used for regular marc files. The
difference is that order records have not for loan, home and holding branch,
and itemtype preset as well.

So basically, order records have more data preset and are less editable
compared to regular marc records.

The workflow goes something like this:
1) You place an order with your vendor from their website
2) You download the order record and stage in in Koha
3) You create a basket and import the order records, which automatically have
the data pre-set to match the order you placed on the vendor's website.

-- 
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 10877] Add Order Record processing

2014-09-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10877

--- Comment #29 from Katrin Fischer katrin.fisc...@bsz-bw.de ---
So now I know as much as before ;) Can you please explain the direction this
goes? What makes them behave differently and how?

-- 
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 10877] Add Order Record processing

2014-09-19 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10877

--- Comment #28 from Kyle M Hall k...@bywatersolutions.com ---
Katrin, they need to be kept separate because order files behave differently
than traditional marc files.

(In reply to Katrin Fischer from comment #27)
 Hi Kyle and Marcel,
 I know I am late to this, but what is the difference between the 2 options
 'order from a staged file' and 'order from a staged order file'? Why do
 those need to be kept separate?

-- 
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 10877] Add Order Record processing

2014-09-14 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10877

--- Comment #27 from Katrin Fischer katrin.fisc...@bsz-bw.de ---
Hi Kyle and Marcel,
I know I am late to this, but what is the difference between the 2 options
'order from a staged file' and 'order from a staged order file'? Why do those
need to be kept separate?

-- 
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 10877] Add Order Record processing

2014-09-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10877

M. de Rooy m.de.r...@rijksmuseum.nl changed:

   What|Removed |Added

 QA Contact|testo...@bugs.koha-communit |m.de.r...@rijksmuseum.nl
   |y.org   |

--- Comment #23 from M. de Rooy m.de.r...@rijksmuseum.nl ---
Will have a look at this one, unless another QAer is faster :)

-- 
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 10877] Add Order Record processing

2014-09-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10877

M. de Rooy m.de.r...@rijksmuseum.nl changed:

   What|Removed |Added

  Attachment #29760|0   |1
is obsolete||

--- Comment #24 from M. de Rooy m.de.r...@rijksmuseum.nl ---
Created attachment 31338
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=31338action=edit
Bug 10877 - Add Order Record processing

Order Record Processing will allow a library to stage an order record
file which is a standard marc file with some additional information in
it about how to create items automatically ( quantity, itemtype, etc ).
The location of these fields is defined in the system preference
MarcFieldsToOrder from bug 7180.

The workflow is thus:
1) A librarian uploads an order record file, and marks the batch as an
order file during the staging process.
2) The librarian selects an acquisitions basket and chooses from a
staged order file
3) From here, the librarian can view all the records that will be
created, along with quantity and other data ( from bug 7180 ). The
librarian will *not* see the item fields, as those are automatically
created using the minimum data needed ( branches, itype ).
4) The librarian hits save and the items are automatically generated
on order.

Later ( using features not directly tied to this feature ), the
librarian will receive a new marc batch file with items attached
( including itemnumbers ). The vendor will have this information
because it was sent via EDI ( bug 7736 ). The librarian will then use
the marc record staging feature to overlay those bare bones item records
with the full data ( via bug 7131 ).

Signed-off-by: Aaron Sakovich asakov...@hmcpl.org

-- 
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 10877] Add Order Record processing

2014-09-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10877

--- Comment #25 from M. de Rooy m.de.r...@rijksmuseum.nl ---
Trivial rebase.

-- 
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 10877] Add Order Record processing

2014-09-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10877

M. de Rooy m.de.r...@rijksmuseum.nl changed:

   What|Removed |Added

 Status|Signed Off  |Failed QA

--- Comment #26 from M. de Rooy m.de.r...@rijksmuseum.nl ---
QA Comment:
Looks quite good to me. Some small details still need attention (see also
earlier remark of Jonathan):

my $infos = get_infos_syspref($marcrecord, ['itype']);
This does not seem to make sense. According to the description of the pref
itype is not contained in the pref. (So you create/use an undocumented feature
here?) Note that if I just comment those lines, the items will fall back to the
item type that I had in 942c of the biblio record somehow? Any idea where that
comes from? 
On the other hand, we could add this to the syspref description and keep it.

Although I do not mind to set the home and holding branch of the item as you do
now in the same code region, it is not really necessary. They could be null as
well. If I comment the lines, the items will be created too. (Note that I do
not specifically understand the concerns of Jonathan for this field.)

Your argument on the notforloan to -1 makes sense to me. I would suggest to
keep that one at least.

Changing status to reflect need for small adjustments.

-- 
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 10877] Add Order Record processing

2014-07-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10877

Jonathan Druart jonathan.dru...@biblibre.com changed:

   What|Removed |Added

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

--- Comment #21 from Jonathan Druart jonathan.dru...@biblibre.com ---
(In reply to Kyle M Hall from comment #18)
 Comment on attachment 29406 [details] [review]
 ::: acqui/addorderiso2709.pl
 @@ +270,5 @@
   my @serials  = $input-param('serial');
   my @ind_tag   = $input-param('ind_tag');
   my @indicator = $input-param('indicator');
  +
  +if ($is_order) {
 
 This is so we can pre-set the items to a notforloan value of 'ordered', and
 to preset the home and holding fields to the current branch, as well as
 pre-set the itemtype.

Yes but you hard-code arbitrarily these values.
Why these 4 values and not others?
I would like to get another QA point of view here.
Katrin maybe?

-- 
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 10877] Add Order Record processing

2014-07-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10877

--- Comment #22 from Kyle M Hall k...@bywatersolutions.com ---
-1 is the standard value for 'ordered' in Koha. This feature is to process
order records so the items are by definition ordered and not any other status.
Additionally we grab the itemtype from the system preference, and we set the
branch selects to the logged in branch. I wouldn't say it's arbitrary. If you
have any suggestions on how to better handle this, I'd be open to making
changes. As the author of the feature this builds on, I think you are probably
in the best position to qa this patch.

Kyle

(In reply to Jonathan Druart from comment #21)
 (In reply to Kyle M Hall from comment #18)
  Comment on attachment 29406 [details] [review] [review]
  ::: acqui/addorderiso2709.pl
  @@ +270,5 @@
my @serials  = $input-param('serial');
my @ind_tag   = $input-param('ind_tag');
my @indicator = $input-param('indicator');
   +
   +if ($is_order) {
  
  This is so we can pre-set the items to a notforloan value of 'ordered', and
  to preset the home and holding fields to the current branch, as well as
  pre-set the itemtype.
 
 Yes but you hard-code arbitrarily these values.
 Why these 4 values and not others?
 I would like to get another QA point of view here.
 Katrin maybe?

-- 
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 10877] Add Order Record processing

2014-07-16 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10877

Kyle M Hall k...@bywatersolutions.com changed:

   What|Removed |Added

  Attachment #29406|0   |1
is obsolete||

--- Comment #19 from Kyle M Hall k...@bywatersolutions.com ---
Created attachment 29759
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=29759action=edit
Bug 10877 - Add Order Record processing

Order Record Processing will allow a library to stage an order record
file which is a standard marc file with some additional information in
it about how to create items automatically ( quantity, itemtype, etc ).
The location of these fields is defined in the system preference
MarcFieldsToOrder from bug 7180.

The workflow is thus:
1) A librarian uploads an order record file, and marks the batch as an
order file during the staging process.
2) The librarian selects an acquisitions basket and chooses from a
staged order file
3) From here, the librarian can view all the records that will be
created, along with quantity and other data ( from bug 7180 ). The
librarian will *not* see the item fields, as those are automatically
created using the minimum data needed ( branches, itype ).
4) The librarian hits save and the items are automatically generated
on order.

Later ( using features not directly tied to this feature ), the
librarian will receive a new marc batch file with items attached
( including itemnumbers ). The vendor will have this information
because it was sent via EDI ( bug 7736 ). The librarian will then use
the marc record staging feature to overlay those bare bones item records
with the full data ( via bug 7131 ).

-- 
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 10877] Add Order Record processing

2014-07-16 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10877

--- Comment #18 from Kyle M Hall k...@bywatersolutions.com ---
Comment on attachment 29406
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=29406
Bug 10877 - Add Order Record processing

Review of attachment 29406:
 -- 
(http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.htmlbug=10877attachment=29406)
-

::: C4/ImportBatch.pm
@@ +967,3 @@
  =cut
  
  sub GetImportBatchRangeDesc {

Agreed. There are no unit tests for this. I think it would be extremely
difficult to unit test. However, the additions I've made to it are close to
trivial.

::: acqui/addorderiso2709.pl
@@ +270,5 @@
  my @serials  = $input-param('serial');
  my @ind_tag   = $input-param('ind_tag');
  my @indicator = $input-param('indicator');
 +
 +if ($is_order) {

This is so we can pre-set the items to a notforloan value of 'ordered', and to
preset the home and holding fields to the current branch, as well as pre-set
the itemtype.

@@ +295,5 @@
 +  GetMarcFromKohaField('items.itype');
 +push( @tags, $itype_field );
 +push( @subfields,$itype_subfield );
 +push( @field_values, $infos-{itype} );
 +warn ITYPE:  . $infos-{itype};

Will fix!

@@ +359,1 @@
  

While I agree, I wanted to make as few changes as possible to that subroutine.

@@ +450,5 @@
  item_action = $item_action
  );
  batch_info($template, $batch);
 +
 +return \@list;

I just thought it sensible to have the sub return something. Considering no
caller of the sub takes in the return value, I expect it will be compiled away.
I can remove this if you think it prudent.

::: installer/data/mysql/updatedatabase.pl
@@ +8565,5 @@
 +$dbh-do(ALTER TABLE import_batches ADD is_order BOOLEAN NOT NULL 
 DEFAULT '0' AFTER comments);
 +   print Upgrade to $DBversion done (Bug 10877 - Add 'Order Record' 
 processing)\n;
 +   SetVersion ($DBversion);
 +
 +}

Will fix!

::: koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-add-to-basket.inc
@@ +18,4 @@
  lia href=/cgi-bin/koha/acqui/z3950_search.pl?booksellerid=[% 
 booksellerid %]amp;basketno=[% basketno %]From an external source/a/li
  lia href=/cgi-bin/koha/acqui/addorderiso2709.pl?booksellerid=[% 
 booksellerid %]amp;basketno=[% basketno %] From a staged file/a/li
  [% IF ( CAN_user_circulate ) %]lia 
 href=/cgi-bin/koha/circ/reserveratios.pl?booksellerid=[% booksellerid 
 %]amp;basketno=[% basketno %]From titles with highest hold 
 ratios/a/li[% END %]
 +lia href=/cgi-bin/koha/acqui/addorderiso2709.pl?booksellerid=[% 
 booksellerid %]amp;basketno=[% basketno %]amp;is_order=1 From a staged 
 order file/a/li

Will fix!

::: koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt
@@ +145,5 @@
 +$(#checkAll).click();
 +
 +$(#all_budget_id).hide();
 +$('label[for=all_budget_id]').hide();
 +[% END %]

I believe this is causing issues do to the fact that this patch targeted an
earlier version of bug 7180. I will update the patch.

-- 
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 10877] Add Order Record processing

2014-07-16 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10877

Kyle M Hall k...@bywatersolutions.com 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 10877] Add Order Record processing

2014-07-16 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10877

Kyle M Hall k...@bywatersolutions.com changed:

   What|Removed |Added

  Attachment #29759|0   |1
is obsolete||

--- Comment #20 from Kyle M Hall k...@bywatersolutions.com ---
Created attachment 29760
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=29760action=edit
Bug 10877 - Add Order Record processing

Order Record Processing will allow a library to stage an order record
file which is a standard marc file with some additional information in
it about how to create items automatically ( quantity, itemtype, etc ).
The location of these fields is defined in the system preference
MarcFieldsToOrder from bug 7180.

The workflow is thus:
1) A librarian uploads an order record file, and marks the batch as an
order file during the staging process.
2) The librarian selects an acquisitions basket and chooses from a
staged order file
3) From here, the librarian can view all the records that will be
created, along with quantity and other data ( from bug 7180 ). The
librarian will *not* see the item fields, as those are automatically
created using the minimum data needed ( branches, itype ).
4) The librarian hits save and the items are automatically generated
on order.

Later ( using features not directly tied to this feature ), the
librarian will receive a new marc batch file with items attached
( including itemnumbers ). The vendor will have this information
because it was sent via EDI ( bug 7736 ). The librarian will then use
the marc record staging feature to overlay those bare bones item records
with the full data ( via bug 7131 ).

Signed-off-by: Aaron Sakovich asakov...@hmcpl.org

-- 
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 10877] Add Order Record processing

2014-07-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10877

M. de Rooy m.de.r...@rijksmuseum.nl changed:

   What|Removed |Added

 CC||m.de.r...@rijksmuseum.nl
   Patch complexity|--- |Small patch
   Assignee|koha-b...@lists.koha-commun |k...@bywatersolutions.com
   |ity.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 10877] Add Order Record processing

2014-07-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10877

Jonathan Druart jonathan.dru...@biblibre.com changed:

   What|Removed |Added

 Status|Signed Off  |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 10877] Add Order Record processing

2014-07-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10877

--- Comment #17 from Jonathan Druart jonathan.dru...@biblibre.com ---
Comment on attachment 29406
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=29406
Bug 10877 - Add Order Record processing

Review of attachment 29406:
 -- 
(http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.htmlbug=10877attachment=29406)
-

::: C4/ImportBatch.pm
@@ +967,3 @@
  =cut
  
  sub GetImportBatchRangeDesc {

You should provide unit test here, but it seems to be quite difficult here (no
test exists for this module).

::: acqui/addorderiso2709.pl
@@ +270,5 @@
  my @serials  = $input-param('serial');
  my @ind_tag   = $input-param('ind_tag');
  my @indicator = $input-param('indicator');
 +
 +if ($is_order) {

Could you detail why you process these 4 fields?

@@ +295,5 @@
 +  GetMarcFromKohaField('items.itype');
 +push( @tags, $itype_field );
 +push( @subfields,$itype_subfield );
 +push( @field_values, $infos-{itype} );
 +warn ITYPE:  . $infos-{itype};

useless warn

@@ +359,1 @@
  

hum, good candidate for an hashref param.

@@ +450,5 @@
  item_action = $item_action
  );
  batch_info($template, $batch);
 +
 +return \@list;

Why did you change this return?

::: installer/data/mysql/updatedatabase.pl
@@ +8565,5 @@
 +$dbh-do(ALTER TABLE import_batches ADD is_order BOOLEAN NOT NULL 
 DEFAULT '0' AFTER comments);
 +   print Upgrade to $DBversion done (Bug 10877 - Add 'Order Record' 
 processing)\n;
 +   SetVersion ($DBversion);
 +
 +}

FAIL   pod
*** WARNING: =head2 without preceding higher level  in file
installer/data/mysql/updatedatabase.pl

Just add an blank line before =head1

::: koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-add-to-basket.inc
@@ +18,4 @@
  lia href=/cgi-bin/koha/acqui/z3950_search.pl?booksellerid=[% 
 booksellerid %]amp;basketno=[% basketno %]From an external source/a/li
  lia href=/cgi-bin/koha/acqui/addorderiso2709.pl?booksellerid=[% 
 booksellerid %]amp;basketno=[% basketno %] From a staged file/a/li
  [% IF ( CAN_user_circulate ) %]lia 
 href=/cgi-bin/koha/circ/reserveratios.pl?booksellerid=[% booksellerid 
 %]amp;basketno=[% basketno %]From titles with highest hold 
 ratios/a/li[% END %]
 +lia href=/cgi-bin/koha/acqui/addorderiso2709.pl?booksellerid=[% 
 booksellerid %]amp;basketno=[% basketno %]amp;is_order=1 From a staged 
 order file/a/li

Maybe should be put just after from a staged file?

::: koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt
@@ +145,5 @@
 +$(#checkAll).click();
 +
 +$(#all_budget_id).hide();
 +$('label[for=all_budget_id]').hide();
 +[% END %]

I don't understand the trick here.
Please check because the behavior is buggy (try to check/uncheck Show all
fund, the fund list will become empty).

-- 
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 10877] Add Order Record processing

2014-07-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10877

Aaron Sakovich asakov...@hmcpl.org changed:

   What|Removed |Added

 Status|Needs Signoff   |Signed Off
 CC||asakov...@hmcpl.org

--- Comment #16 from Aaron Sakovich asakov...@hmcpl.org ---
We've tested this extensively and have seen no problems with the upload and
automatic order generation.

-- 
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 10877] Add Order Record processing

2014-07-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10877

Kyle M Hall k...@bywatersolutions.com changed:

   What|Removed |Added

 Status|Patch doesn't apply |Needs Signoff

-- 
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 10877] Add Order Record processing

2014-07-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10877

Kyle M Hall k...@bywatersolutions.com changed:

   What|Removed |Added

  Attachment #24468|0   |1
is obsolete||

--- Comment #14 from Kyle M Hall k...@bywatersolutions.com ---
Created attachment 29405
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=29405action=edit
Bug 10877 - Add Order Record processing

Order Record Processing will allow a library to stage an order record
file which is a standard marc file with some additional information in
it about how to create items automatically ( quantity, itemtype, etc ).
The location of these fields is defined in the system preference
MarcFieldsToOrder from bug 7180.

The workflow is thus:
1) A librarian uploads an order record file, and marks the batch as an
order file during the staging process.
2) The librarian selects an acquisitions basket and chooses from a
staged order file
3) From here, the librarian can view all the records that will be
created, along with quantity and other data ( from bug 7180 ). The
librarian will *not* see the item fields, as those are automatically
created using the minimum data needed ( branches, itype ).
4) The librarian hits save and the items are automatically generated
on order.

Later ( using features not directly tied to this feature ), the
librarian will receive a new marc batch file with items attached
( including itemnumbers ). The vendor will have this information
because it was sent via EDI ( bug 7736 ). The librarian will then use
the marc record staging feature to overlay those bare bones item records
with the full data ( via bug 7131 ).

-- 
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 10877] Add Order Record processing

2014-07-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10877

Kyle M Hall k...@bywatersolutions.com changed:

   What|Removed |Added

  Attachment #29405|0   |1
is obsolete||

--- Comment #15 from Kyle M Hall k...@bywatersolutions.com ---
Created attachment 29406
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=29406action=edit
Bug 10877 - Add Order Record processing

Order Record Processing will allow a library to stage an order record
file which is a standard marc file with some additional information in
it about how to create items automatically ( quantity, itemtype, etc ).
The location of these fields is defined in the system preference
MarcFieldsToOrder from bug 7180.

The workflow is thus:
1) A librarian uploads an order record file, and marks the batch as an
order file during the staging process.
2) The librarian selects an acquisitions basket and chooses from a
staged order file
3) From here, the librarian can view all the records that will be
created, along with quantity and other data ( from bug 7180 ). The
librarian will *not* see the item fields, as those are automatically
created using the minimum data needed ( branches, itype ).
4) The librarian hits save and the items are automatically generated
on order.

Later ( using features not directly tied to this feature ), the
librarian will receive a new marc batch file with items attached
( including itemnumbers ). The vendor will have this information
because it was sent via EDI ( bug 7736 ). The librarian will then use
the marc record staging feature to overlay those bare bones item records
with the full data ( via bug 7131 ).

-- 
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 10877] Add Order Record processing

2014-05-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10877

Paola Rossi paola.ro...@cineca.it changed:

   What|Removed |Added

 Status|Needs Signoff   |Patch doesn't apply
 CC||paola.ro...@cineca.it

--- Comment #13 from Paola Rossi paola.ro...@cineca.it ---
I test against master 3.15.00.052

Applying: Bug 10877 - Add Order Record processing
fatal: sha1 information is lacking or useless (acqui/addorderiso2709.pl).
Repository lacks necessary blobs to fall back on 3-way merge.
Cannot fall back to three-way merge.
Patch failed at 0001 Bug 10877 - Add Order Record processing

So I pass the patch to Patch doesn't apply status

-- 
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 10877] Add Order Record processing

2014-01-16 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10877

Kyle M Hall k...@bywatersolutions.com changed:

   What|Removed |Added

  Attachment #21429|0   |1
is obsolete||

--- Comment #10 from Kyle M Hall k...@bywatersolutions.com ---
Created attachment 24466
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=24466action=edit
Bug 10877 - Add Order Record processing

Order Record Processing will allow a library to stage an order record
file which is a standard marc file with some additional information in
it about how to create items automatically ( quantity, itemtype, etc ).
The location of these fields is defined in the system preference
MarcFieldsToOrder from bug 7180.

The workflow is thus:
1) A librarian uploads an order record file, and marks the batch as an
order file during the staging process.
2) The librarian selects an acquisitions basket and chooses from a
staged order file
3) From here, the librarian can view all the records that will be
created, along with quantity and other data ( from bug 7180 ). The
librarian will *not* see the item fields, as those are automatically
created using the minimum data needed ( branches, itype ).
4) The librarian hits save and the items are automatically generated
on order.

Later ( using features not directly tied to this feature ), the
librarian will receive a new marc batch file with items attached
( including itemnumbers ). The vendor will have this information
because it was sent via EDI ( bug 7736 ). The librarian will then use
the marc record staging feature to overlay those bare bones item records
with the full data ( via bug 7131 ).

-- 
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 10877] Add Order Record processing

2014-01-16 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10877

Kyle M Hall k...@bywatersolutions.com changed:

   What|Removed |Added

  Attachment #24466|0   |1
is obsolete||

--- Comment #11 from Kyle M Hall k...@bywatersolutions.com ---
Created attachment 24467
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=24467action=edit
Bug 10877 - Add Order Record processing

Order Record Processing will allow a library to stage an order record
file which is a standard marc file with some additional information in
it about how to create items automatically ( quantity, itemtype, etc ).
The location of these fields is defined in the system preference
MarcFieldsToOrder from bug 7180.

The workflow is thus:
1) A librarian uploads an order record file, and marks the batch as an
order file during the staging process.
2) The librarian selects an acquisitions basket and chooses from a
staged order file
3) From here, the librarian can view all the records that will be
created, along with quantity and other data ( from bug 7180 ). The
librarian will *not* see the item fields, as those are automatically
created using the minimum data needed ( branches, itype ).
4) The librarian hits save and the items are automatically generated
on order.

Later ( using features not directly tied to this feature ), the
librarian will receive a new marc batch file with items attached
( including itemnumbers ). The vendor will have this information
because it was sent via EDI ( bug 7736 ). The librarian will then use
the marc record staging feature to overlay those bare bones item records
with the full data ( via bug 7131 ).

-- 
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 10877] Add Order Record processing

2014-01-16 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10877

Kyle M Hall k...@bywatersolutions.com changed:

   What|Removed |Added

  Attachment #24467|0   |1
is obsolete||

--- Comment #12 from Kyle M Hall k...@bywatersolutions.com ---
Created attachment 24468
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=24468action=edit
Bug 10877 - Add Order Record processing

Order Record Processing will allow a library to stage an order record
file which is a standard marc file with some additional information in
it about how to create items automatically ( quantity, itemtype, etc ).
The location of these fields is defined in the system preference
MarcFieldsToOrder from bug 7180.

The workflow is thus:
1) A librarian uploads an order record file, and marks the batch as an
order file during the staging process.
2) The librarian selects an acquisitions basket and chooses from a
staged order file
3) From here, the librarian can view all the records that will be
created, along with quantity and other data ( from bug 7180 ). The
librarian will *not* see the item fields, as those are automatically
created using the minimum data needed ( branches, itype ).
4) The librarian hits save and the items are automatically generated
on order.

Later ( using features not directly tied to this feature ), the
librarian will receive a new marc batch file with items attached
( including itemnumbers ). The vendor will have this information
because it was sent via EDI ( bug 7736 ). The librarian will then use
the marc record staging feature to overlay those bare bones item records
with the full data ( via bug 7131 ).

-- 
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 10877] Add Order Record processing

2014-01-16 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10877

Kyle M Hall k...@bywatersolutions.com changed:

   What|Removed |Added

 Status|Patch doesn't apply |Needs Signoff

-- 
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 10877] Add Order Record processing

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

Nicole C. Engard neng...@gmail.com changed:

   What|Removed |Added

 CC||neng...@gmail.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 10877] Add Order Record processing

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

I'm just a bot git...@bugs.koha-community.org changed:

   What|Removed |Added

 Status|Needs Signoff   |Patch doesn't apply
   When did the bot|2013-09-29 00:00:00 |2013-10-27
last check this||

--- Comment #8 from I'm just a bot git...@bugs.koha-community.org ---
Applying: Bug 7180: Add UT for C4::Budgets::GetBudgetByCode
Using index info to reconstruct a base tree...
Mt/db_dependent/Budgets.t
Falling back to patching base and 3-way merge...
Auto-merging t/db_dependent/Budgets.t
CONFLICT (content): Merge conflict in t/db_dependent/Budgets.t
Patch failed at 0001 Bug 7180: Add UT for C4::Budgets::GetBudgetByCode
The copy of the patch that failed is found in:
   /home/christopher/git/koha/.git/rebase-apply/patch
When you have resolved this problem, run git am --continue.
If you prefer to skip this patch, run git am --skip instead.
To restore the original branch and stop patching, run git am --abort.

-- 
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 10877] Add Order Record processing

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

--- Comment #9 from I'm just a bot git...@bugs.koha-community.org ---
This bug depends on bug7180 which is in status Needs Signoff but the patches
for it do not apply cleanly

-- 
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 10877] Add Order Record processing

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

I'm just a bot git...@bugs.koha-community.org changed:

   What|Removed |Added

   When did the bot||2013-09-29
last check this||

--- Comment #7 from I'm just a bot git...@bugs.koha-community.org ---
Patch applied cleanly, go forth and signoff

-- 
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 10877] Add Order Record processing

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

Kyle M Hall k...@bywatersolutions.com changed:

   What|Removed |Added

  Attachment #21006|0   |1
is obsolete||

--- Comment #6 from Kyle M Hall k...@bywatersolutions.com ---
Created attachment 21429
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=21429action=edit
Bug 10877 - Add Order Record processing

Order Record Processing will allow a library to stage an order record
file which is a standard marc file with some additional information in
it about how to create items automatically ( quantity, itemtype, etc ).
The location of these fields is defined in the system preference
MarcFieldsToOrder from bug 7180.

The workflow is thus:
1) A librarian uploads an order record file, and marks the batch as an
order file during the staging process.
2) The librarian selects an acquisitions basket and chooses from a
staged order file
3) From here, the librarian can view all the records that will be
created, along with quantity and other data ( from bug 7180 ). The
librarian will *not* see the item fields, as those are automatically
created using the minimum data needed ( branches, itype ).
4) The librarian hits save and the items are automatically generated
on order.

Later ( using features not directly tied to this feature ), the
librarian will receive a new marc batch file with items attached
( including itemnumbers ). The vendor will have this information
because it was sent via EDI ( bug 7736 ). The librarian will then use
the marc record staging feature to overlay those bare bones item records
with the full data ( via bug 7131 ).

-- 
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 10877] Add Order Record processing

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

I'm just a bot git...@bugs.koha-community.org changed:

   What|Removed |Added

 Status|Needs Signoff   |Patch doesn't apply
 CC||git...@bugs.koha-community.
   ||org

--- Comment #4 from I'm just a bot git...@bugs.koha-community.org ---
Applying: Bug 10877 - Add Order Record processing
Repository lacks necessary blobs to fall back on 3-way merge.
Cannot fall back to three-way merge.
Patch failed at 0001 Bug 10877 - Add Order Record processing
The copy of the patch that failed is found in:
   /home/christopher/git/koha/.git/rebase-apply/patch
When you have resolved this problem, run git am --continue.
If you prefer to skip this patch, run git am --skip instead.
To restore the original branch and stop patching, run git am --abort.

-- 
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 10877] Add Order Record processing

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

Jonathan Druart jonathan.dru...@biblibre.com changed:

   What|Removed |Added

 Status|Patch doesn't apply |Needs Signoff
 CC||jonathan.dru...@biblibre.co
   ||m

--- Comment #5 from Jonathan Druart jonathan.dru...@biblibre.com ---
Depend on 7180.

-- 
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 10877] Add Order Record processing

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

Kyle M Hall k...@bywatersolutions.com changed:

   What|Removed |Added

  Attachment #20994|0   |1
is obsolete||

--- Comment #3 from Kyle M Hall k...@bywatersolutions.com ---
Created attachment 21006
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=21006action=edit
Bug 10877 - Add Order Record processing

Order Record Processing will allow a library to stage an order record
file which is a standard marc file with some additional information in
it about how to create items automatically ( quantity, itemtype, etc ).
The location of these fields is defined in the system preference
MarcFieldsToOrder from bug 7180.

The workflow is thus:
1) A librarian uploads an order record file, and marks the batch as an
order file during the staging process.
2) The librarian selects an acquisitions basket and chooses from a
staged order file
3) From here, the librarian can view all the records that will be
created, along with quantity and other data ( from bug 7180 ). The
librarian will *not* see the item fields, as those are automatically
created using the minimum data needed ( branches, itype ).
4) The librarian hits save and the items are automatically generated
on order.

Later ( using features not directly tied to this feature ), the
librarian will receive a new marc batch file with items attached
( including itemnumbers ). The vendor will have this information
because it was sent via EDI ( bug 7736 ). The librarian will then use
the marc record staging feature to overlay those bare bones item records
with the full data ( via bug 7131 ).

-- 
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 10877] Add Order Record processing

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

--- Comment #1 from Kyle M Hall k...@bywatersolutions.com ---
Bug 7130 should be 7131.

-- 
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 10877] Add Order Record processing

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

Kyle M Hall k...@bywatersolutions.com changed:

   What|Removed |Added

 Depends on||7180

-- 
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 10877] Add Order Record processing

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

Kyle M Hall k...@bywatersolutions.com changed:

   What|Removed |Added

 Status|NEW |Needs Signoff

-- 
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 10877] Add Order Record processing

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

--- Comment #2 from Kyle M Hall k...@bywatersolutions.com ---
Created attachment 20994
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=20994action=edit
Bug 10877 - Add Order Record processing

Order Record Processing will allow a library to stage an order record
file which is a standard marc file with some additional information in
it about how to create items automatically ( quantity, itemtype, etc ).
The location of these fields is defined in the system preference
MarcFieldsToOrder from bug 7180.

The workflow is thus:
1) A librarian uploads an order record file, and marks the batch as an
order file during the staging process.
2) The librarian selects an acquisitions basket and chooses from a
staged order file
3) From here, the librarian can view all the records that will be
created, along with quantity and other data ( from bug 7180 ). The
librarian will *not* see the item fields, as those are automatically
created using the minimum data needed ( branches, itype ).
4) The librarian hits save and the items are automatically generated
on order.

Later ( using features not directly tied to this feature ), the
librarian will receive a new marc batch file with items attached
( including itemnumbers ). The vendor will have this information
because it was sent via EDI ( bug 7736 ). The librarian will then use
the marc record staging feature to overlay those bare bones item records
with the full data ( via bug 7131 ).

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