feat: create report tenant
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
6fbb2e33b2
commit
ff0ef28783
|
@ -6,6 +6,7 @@ export default <ReportConfigEntity>{
|
||||||
...IncomeReportPerItemMaster,
|
...IncomeReportPerItemMaster,
|
||||||
group_name: REPORT_GROUP.tenant_report,
|
group_name: REPORT_GROUP.tenant_report,
|
||||||
unique_name: `${REPORT_GROUP.tenant_report}__income_per_item_master`,
|
unique_name: `${REPORT_GROUP.tenant_report}__income_per_item_master`,
|
||||||
|
label: 'Pendapatan',
|
||||||
whereCondition(filterModel) {
|
whereCondition(filterModel) {
|
||||||
const queryFilter = [];
|
const queryFilter = [];
|
||||||
const breakdown = filterModel.tr_item__breakdown_bundling;
|
const breakdown = filterModel.tr_item__breakdown_bundling;
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
import { REPORT_GROUP } from '../../../constant';
|
|
||||||
import { ReportConfigEntity } from '../../../entities/report-config.entity';
|
|
||||||
import IncomeReportPerItem from '../../transaction-report/configs/income-per-item';
|
|
||||||
|
|
||||||
export default <ReportConfigEntity>{
|
|
||||||
...IncomeReportPerItem,
|
|
||||||
group_name: REPORT_GROUP.tenant_report,
|
|
||||||
unique_name: `${REPORT_GROUP.tenant_report}__income_per_item`,
|
|
||||||
};
|
|
|
@ -1,8 +1,6 @@
|
||||||
import { ReportConfigEntity } from '../../entities/report-config.entity';
|
import { ReportConfigEntity } from '../../entities/report-config.entity';
|
||||||
import IncomeReportPerItem from './configs/income-per-item';
|
|
||||||
import IncomeReportPerItemMaster from './configs/income-per-item-master';
|
import IncomeReportPerItemMaster from './configs/income-per-item-master';
|
||||||
|
|
||||||
export const TenantReportConfig: ReportConfigEntity[] = [
|
export const TenantReportConfig: ReportConfigEntity[] = [
|
||||||
IncomeReportPerItem,
|
|
||||||
IncomeReportPerItemMaster,
|
IncomeReportPerItemMaster,
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue