UNPKG

amisa-paths

Version:
27 lines (26 loc) 805 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Accounting = void 0; class Accounting { constructor() { this.Turnovor = { controller: 'Turnover', report: 'Report' }; this.Review = { controller: 'Review', report: 'Report' }; this.SaveVoucher = { controller: 'voucher', search: 'Search', save: 'save', getByHeadId: 'GetById', getByLindId: 'GetByLineId', editById: 'EditById', delete: 'Delete' }; this.SearchVouchers = { controller: '', search: 'search', delete: 'delete', lock: 'lock', unLock: 'unLock', }; } } exports.Accounting = Accounting;