]> git.evergreen-ils.org Git - working/Evergreen.git/history - Open-ILS/src/perlmods/OpenILS/Application/Acq/Order.pm
Acq: large parts of the UI for making claims to a vendor against lineitems
[working/Evergreen.git] / Open-ILS / src / perlmods / OpenILS / Application / Acq / Order.pm
2010-04-20 senatorAcq: large parts of the UI for making claims to a vendo...
2010-04-01 phasefxUse the AssetCommon version of update_fleshed_copies...
2010-04-01 phasefxUse utility method for firing events
2010-04-01 ericksonfixed function name in lineitem price setting code...
2010-04-01 phasefxfire hold_request.cancel.cancelled_order events for...
2010-04-01 phasefxCancel holds targeting the bib associated with a lineit...
2010-04-01 phasefxdon't make the call to open-ils.cat if there are no...
2010-04-01 phasefxparam tweak to get copies to flesh on lineitem details...
2010-04-01 phasefxresults are fancier in perl; adjust the result test...
2010-04-01 phasefxHar, I looked in Lineitem.pm for an existing lineitem...
2010-03-31 senatorAcq: Indicate funds at stop/warning balance level with...
2010-03-30 senatorAcq: PO interface now tells you if activating a PO...
2010-03-29 phasefxthe reason I wanted to pass in an editor here, so I...
2010-03-29 phasefxuse editor
2010-03-29 phasefxcreate acq.created and acq.rejected events
2010-03-26 ericksonadded note about source of hash keys for user req form...
2010-03-26 ericksonBugfix: param should be params, and notes has issues.
2010-03-26 ericksonSet PO order date at PO activation time
2010-03-26 ericksonMethod reg. docs for Order.pm
2010-03-24 phasefxCancel with Reason for User Requests (tweaked the ML...
2010-03-23 senatorAcq: optionally mark POs as prepayment_required; show...
2010-03-15 senatorAcq: cancel POs, lineitems, or individual copies from...
2010-03-11 senatorAcq: Add PO notes interface and checkbox for vendor_pub...
2010-03-11 phasefximportant to commit the transaction :)
2010-03-11 phasefxcreation method for new user requests, and fix to IDL
2010-03-11 ericksoncreate standalone PO activation routine so PO's can...
2010-03-11 phasefxsome extra options for the acq user request retrieval...
2010-03-09 erickson* Using lineitem estimated_unit_price to store the...
2010-03-01 phasefxRetrieval, cancel, and set no hold methods for acq...
2010-02-19 senatorAcq: complete improvements of receive/unreceive for...
2010-02-19 senatorAcq: Towards slick integration of granular un-receive...
2010-02-18 ericksonsilence more warnings
2010-02-17 ericksonadded initial lineitem cancellation api call. added...
2010-02-11 ericksonmoved user request hold promotion to its own sub. ...
2010-02-10 mikerbackend to support collection of patron purchase reques...
2010-02-09 ericksonconsolidate inactive provider test in the po create...
2010-02-09 ericksondon't allow creation of PO's against inactive providers
2010-02-05 senatorAcq: Give users a way to split one PO into many (one...
2010-01-15 mikerthrowing the switch to go to in-db ingest ... expect...
2009-10-14 ericksonreturn the picklist when creating a new picklist during...
2009-09-04 ericksonthere's no valid reason to call ingest from within...
2009-09-04 ericksontighter control over displaying mark-recived and update...
2009-05-07 ericksonfixed mismatched function name
2009-05-06 ericksondon't require a copy location in import records since...
2009-05-04 ericksoncheck explicit perm on importing on-order record and...
2009-04-21 ericksonfor a given lineitem, give each lid that does not have...
2009-04-21 ericksondon't create dummy barcodes and callnumbers until it...
2009-04-20 ericksonoops, gotta commit
2009-04-20 ericksonmoved picklist delete into order.pm. code re-use
2009-04-20 ericksonfetch lineitems in substream since they are so large
2009-04-20 ericksonrespond after li update, may not be any lid's
2009-04-20 ericksondon't update li on each li detail update, let the calli...
2009-04-20 ericksonadded selection list merge and clone plus some minor...
2009-04-19 ericksonmore enhanced lineitem price setting. updates existing...
2009-04-17 ericksonthinko
2009-04-16 ericksonfixed logic error in check lineitem received. don...
2009-04-16 ericksonimplemented PO receive rollback and api's for li and...
2009-04-16 ericksonmove po/lid receive process into order.pm. added recei...
2009-04-15 ericksonmoved li_detail CUD into order. removed old lid code
2009-04-15 ericksonmoved po create into order.pm. some other refactoring...
2009-04-14 ericksondo the queued ingest dance like vandelay. create asset...
2009-04-13 ericksonmoved generic po bib/cn/copy creation api into order...
2009-04-13 ericksonfixed status update variable for picklist / purchase...
2009-04-10 ericksonset copy location on li detail on import
2009-04-10 ericksonplugged in debit creation
2009-04-09 ericksoncontinuing to slog through the import process
2009-04-08 ericksonmore import work, more to come
2009-04-07 ericksonmoved marc upload into Order.pm
2009-04-07 ericksonporting some more functionality over to the common...
2009-04-07 ericksontrying to bring some coherence to the basic components...