Bill Settlement Report Done (Bill Details)

TODO: Rename Bill Details Permission to Bill Settlement Report
This commit is contained in:
Amritanshu
2019-08-21 10:02:28 +05:30
parent 0f00d96dc9
commit 243c3cb280
19 changed files with 494 additions and 54 deletions

View File

@ -0,0 +1,13 @@
import {BillSettlementReportModule} from './bill-settlement-report.module';
describe('BillSettlementReportModule', () => {
let pbillSettlementReportModule: BillSettlementReportModule;
beforeEach(() => {
pbillSettlementReportModule = new BillSettlementReportModule();
});
it('should create an instance', () => {
expect(pbillSettlementReportModule).toBeTruthy();
});
});