armisa-models
Version:
models of armisa!
174 lines (172 loc) • 5.07 kB
text/typescript
export type IArmisaPageKey =
| 'login-modal'
| 'create-new-business'
| 'bank-save'
| 'account-save'
| 'account-tree-chart'
| 'detailedAccount-save'
| 'detailedAccount-tree-chart'
| 'voucher-view'
| 'voucher-new'
| 'voucher-update'
| 'insert-voucher-from-excel'
| 'codesetting'
| 'codingsetting'
| 'warehouse-save'
| 'good-save'
| 'equipments-save'
| 'mulfunction-save'
| 'troubleshoot-save'
| 'degree-save'
| 'user-new'
| 'users-list'
| 'users-roles'
| 'site-save'
| 'mechanism-save'
| 'troubles-mulfunction-save'
| 'net-system-save'
| 'searcher-vouchers'
| 'contact-save'
| 'visitor-create'
| 'saleManagers-create'
| 'purchasManagers-create'
| 'purchasManagers-create'
| 'markaz-create'
| 'drivers-creat'
| 'cars-creat'
| 'unit-save'
| 'service-save'
| 'contractor-save'
| 'chart-save'
| 'goodsPrice'
| 'goodsDiscount'
| 'letter-creat'
| 'letter-list'
| 'Stir-Creat'
| 'Stir-list'
| 'Call-List'
| 'note-view'
| 'note-list'
| 'sms-creat'
| 'sms-list'
| 'appointement-creat'
| 'appointment-list'
| 'mission-creat'
| 'vacation-creat'
| 'codingsetting'
| 'codesetting'
| 'datesetting'
| 'goodsPrice'
| 'goodsDiscount'
| 'costCenter-save'
| 'customer-save'
| 'personnel-save'
| 'publicSellingSettinglist'
| 'sellingNumberSettinglist'
| 'publicReturnOfSellingSettinglist'
| 'priceControl'
| 'VATtype'
| 'bankAccount'
| 'publicTreasurySettingIn'
| 'publicTreasurySettingOut'
| 'TreasuryRelocationSetting'
| 'TreasuryContraSettingIn'
| 'TreasuryContraSettingOut'
| 'publicsettinglist'
| 'numbersettinglist'
| 'voucher-report-balance-filter'
| 'voucher-report-balance-list'
| 'voucher-report-moror-filter'
| 'voucher-report-moror-list'
| 'voucher-report-turnover-filter'
| 'voucher-report-turnover-list'
| 'voucher-numbering'
| 'voucher-controling-filter'
| 'voucher-controling-list'
| 'voucher-config'
| 'title-main-info-config'
| 'insert-data'
| 'import-voucher-select-type'
| 'import-voucher-excel'
| 'import-account-select-type'
| 'import-account-excel'
| 'import-account-json'
| 'import-account-text'
| 'import-detailed-account-select-type'
| 'import-detailed-account-excel'
| 'import-detailed-account-json'
| 'import-detailed-account-text'
| 'import-from-window-amisa'
| 'import-config-from-windows'
| 'insert-attached-data'
| 'insert-financial-period'
| 'select-active-data'
| 'transfer-account-code'
| 'transfer-detailed-account-code'
| 'backuping-data'
| 'deleting-data'
| 'add-new-custom-report'
| 'edit-custom-report'
| 'daftar-ruzname-filter'
| 'daftar-ruzname-no-integration'
| 'daftar-ruzname-daily-integration'
| 'daftar-ruzname-monthly-integration'
| 'daftar-kol-filter'
| 'daftar-kol-no-integration'
| 'daftar-kol-daily-integration'
| 'daftar-kol-monthly-integration'
| 'workflow-orders-indent-list'
| 'workflow-orders-indent-new'
| 'workflow-orders-indent-update'
| 'workflow-orders-sales-list'
| 'workflow-orders-sales-new'
| 'workflow-orders-sales-update'
| 'workflow-warehouse-receipt-list'
| 'workflow-warehouse-receipt-new'
| 'workflow-warehouse-receipt-update'
| 'workflow-warehouse-remittance-list'
| 'workflow-warehouse-remittance-new'
| 'workflow-warehouse-remittance-update'
| 'workflow-invoice-purchase-list'
| 'workflow-invoice-purchase-new'
| 'workflow-invoice-purchase-update'
| 'workflow-invoice-sale-list'
| 'workflow-invoice-sale-new'
| 'workflow-invoice-sale-update'
| 'workflow-cash-dishonour-paid-list'
| 'workflow-cash-dishonour-paid-new'
| 'workflow-cash-dishonour-paid-update'
| 'workflow-cash-dishonour-receive-list'
| 'workflow-cash-dishonour-receive-new'
| 'workflow-cash-dishonour-receive-update'
| 'workflow-cash-give-received-list'
| 'workflow-cash-give-received-new'
| 'workflow-cash-give-received-update'
| 'workflow-cash-pay-list'
| 'workflow-cash-pay-new'
| 'workflow-cash-pay-update'
| 'workflow-cash-receive-list'
| 'workflow-cash-receive-new'
| 'workflow-cash-receive-update'
| 'workflow-cash-receipt-paid-list'
| 'workflow-cash-receipt-paid-new'
| 'workflow-cash-receipt-paid-update'
| 'workflow-cash-receipt-received-list'
| 'workflow-cash-receipt-received-new'
| 'workflow-cash-receipt-received-update'
| 'workflow-cash-spent-received-list'
| 'workflow-cash-spent-received-new'
| 'workflow-cash-spent-received-update'
| 'workflow-event-create-list'
| 'workflow-event-create-new'
| 'workflow-event-create-update'
| 'workflow-event-cancel-list'
| 'workflow-event-cancel-new'
| 'workflow-event-cancel-update'
| 'workflow-event-decline-list'
| 'workflow-event-decline-new'
| 'workflow-event-decline-update'
| 'workflow-event-success-list'
| 'workflow-event-success-new'
| 'workflow-event-success-update'
;