~koi-accounting-modules-maintainer/koi-accounting-modules/7.0-fixed-asset

« back to all changes in this revision

Viewing changes to koi_account_query/report/query_cash_voucher_line.py

  • Committer: Andhitia Rama
  • Date: 2015-04-15 23:07:16 UTC
  • Revision ID: andhitia.r@gmail.com-20150415230716-y9w0qe9o33xntdxj
Revisi

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
                                            name = 'data_voucherType_imprestReceipt'
104
104
                                            )
105
105
                                    ) AS c ON b.voucher_type_id = c.res_id
 
106
                        WHERE   b.state != 'cancel' OR
 
107
                                b.state != 'draft' OR
 
108
                                b.state != 'confirm' OR
 
109
                                b.state != 'approve'
 
110
 
106
111
                    )
107
112
                    """
108
113