View: core.cash_flow_heading_scrud_view
Schema | core |
Materialized View Name | cash_flow_heading_scrud_view |
Owner | postgres |
Tablespace | DEFAULT |
Description | |
CREATE OR REPLACE VIEW core.cash_flow_heading_scrud_view
AS
SELECT cash_flow_headings.cash_flow_heading_id,
cash_flow_headings.cash_flow_heading_code,
cash_flow_headings.cash_flow_heading_name,
cash_flow_headings.cash_flow_heading_type,
cash_flow_headings.is_debit,
cash_flow_headings.is_sales,
cash_flow_headings.is_purchase
FROM core.cash_flow_headings;