Skip to content
Snippets Groups Projects
  • George Hickman's avatar
    68d90a9c
    Payment Request Feedback (#1472) · 68d90a9c
    George Hickman authored
    * Rename PaymentRequest.value -> requested_value
    
    * Add PaymentRequest.paid_value
    
    * Expose "actual" value of a PaymentRequest
    
    "Actual" value is paid_value when it exists or requested_value
    otherwise.  This adds a property so it can get used with an instance and
    updates the payments block QuerySet to let the database pick the right
    values.
    
    * Fix displaying form errors in messages
    
    This sends one message per error and no longer uses Django's error
    markup since our styles rendered the messages poorly.
    
    * Update comment when changing PaymentRequest status
    68d90a9c
    History
    Payment Request Feedback (#1472)
    George Hickman authored
    * Rename PaymentRequest.value -> requested_value
    
    * Add PaymentRequest.paid_value
    
    * Expose "actual" value of a PaymentRequest
    
    "Actual" value is paid_value when it exists or requested_value
    otherwise.  This adds a property so it can get used with an instance and
    updates the payments block QuerySet to let the database pick the right
    values.
    
    * Fix displaying form errors in messages
    
    This sends one message per error and no longer uses Django's error
    markup since our styles rendered the messages poorly.
    
    * Update comment when changing PaymentRequest status