You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create new Loan Security via Quick Entry without the chance to enter a price => “No valid Loan Security Price found”
Now trying to enter the “Loan Security Price” in the child table => field is disabled
Now trying to edit the Row in the form => No “Loan Security Price“ field there.
Trying to enter an Amount => ends up getting reset to 0 every time.
Trying to enter at least a Quantity => application freezes completely, browser tab needs to be closed.
Finally:
6. How is the (diminishing) value of a security at any point a “Price”? It’s not (yet) up for sale, and probably won’t be ever, so it may just be called a (Loan Security) “Market Value”.
RPReplay_Final1698136138.mov
Of course I do know that Loan Security Prices are a separate table and that the Amount is Price x Qty. But do I care? And does the user know or care? When entering a security at a given moment, noone cares about a timeline of values. At the moment there is a single value, and the rest should either be deferred to a later point or handled silently in the background.
So we should either autocreate a “Price” (actually “Market Value”) doc, either when saving the Loan Security doc in the first place (and update it every time it may be changed). Or, maybe better, only create a “Price” (or “Market Value”) doc from an “Initial Price” or “Initial Market Value” as entered initially, once needed. When exactly it may be needed, we will figure out step by step.
To fix every single of these bugs, we need to make sure one fix doesn’t move the rest out of sight. Probably best to start with the freezing, which may be the worst one.
Module
Loan Management
Version
All dev
Installation method
manual install
The text was updated successfully, but these errors were encountered:
Information about bug
Finally:
6. How is the (diminishing) value of a security at any point a “Price”? It’s not (yet) up for sale, and probably won’t be ever, so it may just be called a (Loan Security) “Market Value”.
RPReplay_Final1698136138.mov
Of course I do know that Loan Security Prices are a separate table and that the Amount is Price x Qty. But do I care? And does the user know or care? When entering a security at a given moment, noone cares about a timeline of values. At the moment there is a single value, and the rest should either be deferred to a later point or handled silently in the background.
So we should either autocreate a “Price” (actually “Market Value”) doc, either when saving the Loan Security doc in the first place (and update it every time it may be changed). Or, maybe better, only create a “Price” (or “Market Value”) doc from an “Initial Price” or “Initial Market Value” as entered initially, once needed. When exactly it may be needed, we will figure out step by step.
To fix every single of these bugs, we need to make sure one fix doesn’t move the rest out of sight. Probably best to start with the freezing, which may be the worst one.
Module
Loan Management
Version
All dev
Installation method
manual install
The text was updated successfully, but these errors were encountered: