name: payed
label: 已付款
filter_scope: space
filters: !<tag:yaml.org,2002:js/function> |-
  function () {

      return [
        ["finished","=",true]
      ];

  }
columns:
  - field: real_date
    width: 150
  - field: name
    width: 220
  - field: contract
    width: 280
  - field: account
    width: 280
  - field: amount
    width: 120
  - field: finished
    width: 100
sort:
  - - real_date
    - desc
filter_fields:
  - account
  - contract
  - real_date
