3.0 Sprint 4

1. Sprint Release

  • 3.0 - Sprint 4
  • Release date – April 1, 2016

2. Tag Name:  3.0 Sprint 4 Items

3.  Deliverables

Database Changes: (Relevant only for upgrades)

Oracle: https://github.com/openlibraryenvironment/ole/blob/3.0-Sprint-4/ole-app/ole-db/ole-sql/ole-liquibase-upgrade-sql/src/main/resources/org/kuali/ole/sql/oracle/3.0.sql

MySQL: https://github.com/openlibraryenvironment/ole/blob/3.0-Sprint-4/ole-app/ole-db/ole-sql/ole-liquibase-upgrade-sql/src/main/resources/org/kuali/ole/sql/mysql/3.0.sql

1) OLE-6445

            Added system parameters CR_ITEMS_COUNT_TOWARD_LOANED_ITEMS_COUNT,

            NOTIFY_CLAIMS_RETURNED_TO_PATRON, CLAIMS_RETURNED_NOTICE_TITLE,
            CLAIMS_RETURNED_NOTICE_CONTENT, CLAIMS_RETURNED_FOUND_NO_FEES_NOTICE_TITLE,
            CLAIMS_RETURNED_FOUND_NO_FEES_NOTICE_CONTENT, CLAIMS_RETURNED_FOUND_FINES_OWED_NOTICE_TITLE,
            CLAIMS_RETURNED_FOUND_FINES_OWED_NOTICE_CONTENT, CR_ITEM_SEARCH_COUNT_BEFORE_ITEM_BILLED,
            CLAIMS_RETURNED_NOT_FOUND_FINES_OWED_NOTICE_TITLE, CLAIMS_RETURNED_NOT_FOUND_FINES_OWED_NOTICE_CONTENT,
            CLAIMS_RETURNED_NOT_FOUND_NOTICE_TITLE, CLAIMS_RETURNED_NOT_FOUND_NOTICE_CONTENT,
            CLAIMS_RETURNED_NOT_FOUND_NO_FEES_NOTICE_TITLE, CLAIMS_RETURNED_NOT_FOUND_NO_FEES_NOTICE_CONTENT

            Inserted record to the table OLE_PTRN_PAY_STA_T with PAY_STA_CODE=PAY_SUSPENDED.

            Inserted record to the table OLE_DLVR_ITEM_AVAIL_STAT_T with ITEM_AVAIL_STAT_CD=MISSING.

            Added columns NUM_CLAIMS_RTRN_NOTICES_SENT ,  CLAIMS_SEARCH_COUNT,  LAST_CLAIMS_RTRN_SEARCH_DT to the table OLE_DLVR_LOAN_T.

           Increased the field size to 100 for the column NTC_TYP in table OLE_DLVR_LOAN_NOTICE_T and OLE_DLVR_LOAN_NOTICE_HSTRY_T.

2) OLE-7917

             Added system parameter POBA_CANCEL_PDF_CREATION to the table KRCR_PARM_T to control PDF generation in PO.

System parameters:

1) OLE-6445

            Added system parameters CR_ITEMS_COUNT_TOWARD_LOANED_ITEMS_COUNT,

            NOTIFY_CLAIMS_RETURNED_TO_PATRON, CLAIMS_RETURNED_NOTICE_TITLE,
            CLAIMS_RETURNED_NOTICE_CONTENT, CLAIMS_RETURNED_FOUND_NO_FEES_NOTICE_TITLE,
            CLAIMS_RETURNED_FOUND_NO_FEES_NOTICE_CONTENT, CLAIMS_RETURNED_FOUND_FINES_OWED_NOTICE_TITLE,
            CLAIMS_RETURNED_FOUND_FINES_OWED_NOTICE_CONTENT, CR_ITEM_SEARCH_COUNT_BEFORE_ITEM_BILLED,
            CLAIMS_RETURNED_NOT_FOUND_FINES_OWED_NOTICE_TITLE, CLAIMS_RETURNED_NOT_FOUND_FINES_OWED_NOTICE_CONTENT,
            CLAIMS_RETURNED_NOT_FOUND_NOTICE_TITLE, CLAIMS_RETURNED_NOT_FOUND_NOTICE_CONTENT,
            CLAIMS_RETURNED_NOT_FOUND_NO_FEES_NOTICE_TITLE, CLAIMS_RETURNED_NOT_FOUND_NO_FEES_NOTICE_CONTENT

2) OLE-7917

             Added system parameter POBA_CANCEL_PDF_CREATION to the table KRCR_PARM_T to control PDF generation in PO.


Workflow xml change:

Nil

Drools files:

1) OLE-6445

            https://github.com/openlibraryenvironment/ole/blob/3.0-Sprint-4/ole-app/olefs/src/it/resources/org/kuali/ole/deliver/rules/demo/claimsReturned/CLAIMS-RETURNED.drl - newly created file, needs to be ingested.

2) OLE-8543

         https://github.com/openlibraryenvironment/ole/blob/3.0-Sprint-4/ole-app/olefs/src/it/resources/org/kuali/ole/deliver/rules/demo/fines/daily-fines.drl
         https://github.com/openlibraryenvironment/ole/blob/3.0-Sprint-4/ole-app/olefs/src/it/resources/org/kuali/ole/deliver/rules/demo/fines/short-term.drl

         - both the files are modified, needs to be ingested.


4. Jiras

S.No.Component/sKeySummaryPriorityIssue TypeLabelsComments
1Select & AcquireOLE-5831Donor Encumbered Report has no links to POsMajorBug/Defect  
2DeliverOLE-5928No Request Cancelled NoticesMajorBug/DefectMustHave, SOAS 
3DeliverOLE-6164no way for operator to manually mark an item as lost, bill for replacementMajorEnhancement (PP)MustHave 
4DeliverOLE-6267Loan Screen - invalid barcodes needs to provide more info to operatorMajorEnhancement  
5DescribeOLE-6294Extent of Ownership statements not in orderMajorEnhancementUsability 
6DeliverOLE-6445Claims Return flag does not function as neededBlockerEnhancement (PP)MustHave

Total item count based on the parameter CR_items_count_toward_loaned_items_count

is missed, rest of the features are available.

7DeliverOLE-6819Cancelling a request should take the operator back to an updated request lookup screenMajorEnhancementMustHave 
8DeliverOLE-6820Staff should be able to cancel multiple requests at a timeMajorEnhancementMustHave 
9Select & AcquireOLE-6861Add Journal Title search to Serials ReceivingMinorBug/DefectPenn 
10Select & AcquireOLE-7844Uploading txt file in non-ANSI format via a Purchase Order Bulk Amendment document causes stack traceMinorBug/DefectMustHave, SOAS 
11Describe, Select & Acquire, System IntegrationOLE-7876Exported eHoldings splits into two fieldsMinorBug/DefectERM, MustHave 
12Select & AcquireOLE-7917Need Option To SUppress PDF Creation During FY CloseMajorEnhancementMustHave 
13Deliver, Describe, Select & AcquireOLE-8394OC-88 Parameters added to default Search Workbench values not workingMajorBug/DefectMustHave, SOAS, xModule 
14System IntegrationOLE-8463api service 'cancelRequest' is not workingMajorBug/DefectMustHave 
15Select & AcquireOLE-8477Open Quantity problem for PO line itemsMajorBug/Defect  
16DescribeOLE-8482Some edits to bib records are not being included in the incremental exportsMajorBug/DefectMustHave, SOAS 
17Describe, System IntegrationOLE-8499Saving item deletes and re-inserts item donors with new id valuesMajorBug/Defect  
18DescribeOLE-8506Call number prefix mapping not working as expected in OLE 2.1MajorBug/DefectMustHave 
19DeliverOLE-8543Overdue, recalled items with expired requests are not charged overdue fines at recalled rateMajorBug/DefectDrools, MustHave 
20Select & AcquireOLE-8582Option for Account Summary to be shown in original currencyMajorEnhancementMustHave, SOAS 
21Select & AcquireOLE-8699Rethink PO and Invoice InterrelationshipsMajorEnhancementMustHave, SOAS 
22DescribeOLE-8706Item marked staff-only not included in deletes fileMajorBug/DefectMustHave 
23DescribeOLE-8772Global Edit incident report on 2nd result setMajorBug/DefectMustHave 
24DescribeOLE-8773Adding additional search parameters creates incident reportMajorBug/DefectMustHave 
25DeliverOLE-8810If an item has an existing request and is overdue, the current borrower should be blocked from borrowing, renewing, and placing reservations.MajorEnhancementMustHave, SOAS 
26DescribeOLE-8814Batch delete failure:MajorBug/Defect  
27Select & AcquireOLE-8815Saving Invoice before adding line item causes stack traceCriticalBug/Defect  

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Operated as a Community Resource by the Open Library Foundation