<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Fri Feb 09 00:27:09 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary add field=key&field=summary to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>FOLIO Jira</title>
    <link>https://folio-org.atlassian.net</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>1001.0.0-SNAPSHOT</version>
        <build-number>100246</build-number>
        <build-date>07-02-2024</build-date>
    </build-info>

<item>
            <title>[UXPROD-2825] RA-Fine/fee Summary Cluster</title>
                <link>https://folio-org.atlassian.net/browse/UXPROD-2825</link>
                <project id="10000" key="UXPROD">UX Product</project>
                    <description>&lt;p&gt;Similar to 
    &lt;span class=&quot;jira-issue-macro&quot; data-jira-key=&quot;UXPROD-2023&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/UXPROD-2023&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;RA-Fine/fee Cluster&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10322?size=medium&quot; /&gt;
            UXPROD-2023
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-current jira-macro-single-issue-export-pdf&quot;&gt;In Progress&lt;/span&gt;
            &lt;/span&gt;
, but this is an aggregate instead of line items.&lt;/p&gt;

&lt;p&gt;For every owning library, patron type, and fine type, calculate: total $ assessed, total $ paid, total $ forgiven, remaining balance. Filter by date range, include date range as column in table.&lt;/p&gt;

&lt;p&gt;What is the correct date to use for the filter? The date the fee account was created? The date of last activity on this account? Maybe use date_created from feesfines_account by default.&lt;/p&gt;

&lt;p&gt;How to calculate remaining balance? One option is &quot;remaining&quot; from accounts, but is that really the latest balance or just the result of one transaction? Is it overwritten each time (correctly)? Another option is to tally up payments and waives (and refunds??) and use that to calculate remaining?&lt;/p&gt;</description>
                <environment></environment>
        <key id="13621">UXPROD-2825</key>
            <summary>RA-Fine/fee Summary Cluster</summary>
                <type id="10002" iconUrl="https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10322?size=medium">New Feature</type>
                            <parent id="13597">UXPROD-1319</parent>
                                    <priority id="10005" iconUrl="https://dev.folio.org/assets/jira-priority/tbd.svg">TBD</priority>
                        <status id="3" iconUrl="https://folio-org.atlassian.net/images/icons/statuses/inprogress.png" description="This issue is being actively worked on at the moment by the assignee.">In Progress</status>
                    <statusCategory id="4" key="indeterminate" colorName="yellow"/>
                                    <resolution id="-1">Unresolved</resolution>
                                                        <assignee accountid="5d24ec917d35310c14407dda">Angela Zoss</assignee>
                                                                <reporter accountid="5d24ec917d35310c14407dda">Angela Zoss</reporter>
                                    <labels>
                            <label>po-mvp</label>
                            <label>report-cluster</label>
                            <label>reporting</label>
                            <label>team-mvp</label>
                    </labels>
                <created>Thu, 19 Nov 2020 20:26:15 +0000</created>
                <updated>Tue, 7 Dec 2021 13:11:43 +0000</updated>
                                                                                <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                <comments>
                                                            <comment id="18248" author="5d24ec917d35310c14407dda" created="Fri, 20 Nov 2020 19:00:05 +0000"  >&lt;p&gt;Some notes based on playing with the system a bit:&lt;/p&gt;

&lt;p&gt;The feesfines_feefineactions table tracks a few different actions. In &quot;type_action,&quot; you might see:&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;The same word that you see in the &quot;fee_fine_type&quot; column in feesfines_accounts; this is the action that occurs when a fine is created. the amount_action column and balance column should be the same for this action type.&lt;/li&gt;
	&lt;li&gt;&quot;Paid partially&quot;; payment where balance is not yet 0&lt;/li&gt;
	&lt;li&gt;&quot;Paid fully&quot;; balance should be 0&lt;/li&gt;
	&lt;li&gt;&quot;Waived partially&quot;; part of fine waived, some balance remaining&lt;/li&gt;
	&lt;li&gt;&quot;Waived fully&quot;; remaining balance waived&lt;/li&gt;
	&lt;li&gt;&quot;Refunded fully&quot;: if patron has made a payment, it can be refunded (partially or fully)&lt;/li&gt;
	&lt;li&gt;&quot;Credited fully&quot;: this is an interesting one; I think if you refund a payment when the balance is already 0, the system auto-creates a credit (basically, a payment of a negative amount) so the balance stays at zero and the patron doesn&apos;t go back to having a fine. I couldn&apos;t get the system to let me overpay, which would be another reason to issue a refund, so I&apos;m not sure how all of that would show up.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Takeaways for this report: waiving/refunding should decrease the balance appropriately in the actions table, but might have to keep track of refunds and credits to make sure everything correctly totals up to the full original balance. Also, need to use &quot;type_action&quot; column to determine whether the amount in &quot;amount_action&quot; was added to or subtracted from the account balance. Looks like everything subtracts except for refund and the initial action taken to open an account.&lt;/p&gt;</comment>
                                                            <comment id="18249" author="557058:8eb52188-0565-4921-b55b-b0b42e919590" created="Wed, 3 Feb 2021 17:33:26 +0000"  >&lt;p&gt;Not sure how date range is applied in this report? Is it all actions within the date range? Or all fees incurred in that date range? For example, if an overdue fine was incurred three months ago, and I run a report for yesterday, will I see that something incurred three months ago was paid yesterday? But I wouldn&apos;t see when it was incurred? Some more detail would be helpful in ranking this.&lt;/p&gt;</comment>
                                                            <comment id="18250" author="5d24ec917d35310c14407dda" created="Wed, 3 Feb 2021 20:07:18 +0000"  >&lt;p&gt;Good questions! &lt;/p&gt;

&lt;p&gt;We proposed this report as an extension of &lt;a href=&quot;https://folio-org.atlassian.net/browse/UXPROD-2023&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://folio-org.atlassian.net/browse/UXPROD-2023&lt;/a&gt; (which is based on &lt;a href=&quot;https://folio-org.atlassian.net/browse/REP-201&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://folio-org.atlassian.net/browse/REP-201&lt;/a&gt; and &lt;a href=&quot;https://folio-org.atlassian.net/browse/REP-254&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://folio-org.atlassian.net/browse/REP-254&lt;/a&gt;). I think we we&apos;re expecting this to be run as some kind of annual report, rather than something that produces a list of open fines/fees, but I think your question may still apply. I know from personal experience that some fines are incurred many years before they are paid...&lt;/p&gt;

&lt;p&gt;Do you have a suggestion for how a date range filter might work best for this kind of report? Or in a report like this that you would find useful? If there might be different date filtering needs, we could also provide several date range options.&lt;/p&gt;

&lt;p&gt;One thought, though, is that even if the filter is set for actions in a particular range, we could still include the information about the date the fee was incurred, regardless of when it occurred.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                                                <inwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="33314">REP-171</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="33376">REP-88</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10053" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Back End Estimate</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10124"><![CDATA[XXL < 30 days]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10000" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummarycf">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10057" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Development Team</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10174"><![CDATA[Reporting]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10014" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue key="$xmlutils.escape($text)">Reporting: LDP-based Reports</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10019" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i020wv:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10071" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Rank: 5Colleges (Full Jul 2021)</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10225"><![CDATA[R3]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10067" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Rank: Chalmers (Impl Aut 2019)</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10206"><![CDATA[R4]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10068" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Rank: Chicago (MVP Sum 2020)</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10210"><![CDATA[R3]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10069" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Rank: Cornell (Full Sum 2021)</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10214"><![CDATA[R2]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10070" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Rank: Duke (Full Sum 2021)</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10218"><![CDATA[R1]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10074" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Rank: GBV (MVP Sum 2020)</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10241"><![CDATA[R4]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10089" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Rank: TAMU (MVP Jan 2021)</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10314"><![CDATA[R1]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10091" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Rank: U of AL (MVP Oct 2020)</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10325"><![CDATA[R2]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                <customfield id="customfield_10061" key="com.atlassian.jira.plugin.system.customfieldtypes:multiselect">
                        <customfieldname>Report Functional Area(s)</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10194"><![CDATA[Resource Access]]></customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10020" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10024" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>[CHART] Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Wed, 3 Feb 2021 17:33:26 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                </customfields>
    </item>
</channel>
</rss>