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

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

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