项目结构
12079
└─ 302.jianghu-finance├─ app│ ├─ common│ │ ├─ jianghuKnexUtil.js│ │ └─ README.md│ ├─ constant│ │ ├─ constant.js│ │ └─ error.js│ ├─ controller│ │ ├─ controllerUtil│ │ │ └─ resourceUtil.js│ │ ├─ README.md│ │ └─ resource.js│ ├─ service│ │ ├─ account.js│ │ ├─ appAccount.js│ │ ├─ assist.js│ │ ├─ common.js│ │ ├─ constant.js│ │ ├─ employee.js│ │ ├─ fundAccountEntry.js│ │ ├─ fundAccountTransferEntry.js│ │ ├─ invoice.js│ │ ├─ period.js│ │ ├─ report.js│ │ ├─ salary.js│ │ ├─ subject.js│ │ ├─ userManagement.js│ │ └─ voucher.js│ └─ view│ ├─ backup│ │ └─ layout│ │ └─ jhLayoutV4.html│ ├─ common│ │ ├─ constantUtil.html│ │ ├─ excelUtil.html│ │ ├─ jianghuJs│ │ │ └─ globalCSSJHV4.html│ │ ├─ tableHeaderAndBorder.html│ │ ├─ voucherTemplateMixin.html│ │ └─ vueFilters.html│ ├─ component│ │ ├─ invoice│ │ │ └─ invoiceVoucherEntry.html│ │ ├─ jianghuJs│ │ │ ├─ jhConfirmInputDialog.html│ │ │ ├─ jhMenuV4.html│ │ │ └─ select-appaId.html│ │ ├─ mobile-hint-block.html│ │ ├─ report-assetLiability-formula.html│ │ ├─ report-cashFlow-assist.html│ │ ├─ report-cashFlow-ex│ │ │ ├─ report-cash-flow-ex-formula.html│ │ │ └─ report-cashFlow-ex.html│ │ ├─ report-cashFlow-formula2.html│ │ ├─ report-profit-formula.html│ │ ├─ select-assist.html│ │ ├─ select-date-range.html│ │ ├─ select-period-date-picker.html│ │ ├─ select-period-range.html│ │ ├─ select-period.html│ │ ├─ select-quarter.html│ │ ├─ select-subject-adjust.html│ │ ├─ select-subject-tree.html│ │ ├─ select-subject.html│ │ ├─ setting│ │ │ ├─ customerList.html│ │ │ ├─ customList.html│ │ │ ├─ departList.html│ │ │ ├─ projectList.html│ │ │ ├─ staffList.html│ │ │ └─ supplierList.html│ │ ├─ subject-assist-dialog.html│ │ └─ voucher│ │ ├─ accountVoucherEntry.html│ │ ├─ accountVoucherGenerate.html│ │ ├─ calculator.html│ │ ├─ checkout-periodCheckout-voucherTemplate.html│ │ ├─ salaryVoucherEntry.html│ │ ├─ voucherEntry.html│ │ ├─ voucherEntry2.html│ │ ├─ voucherFile.html│ │ ├─ voucherPaper.html│ │ ├─ voucherTemplateComputeEditForm.html│ │ ├─ voucherTemplateEditForm.html│ │ ├─ voucherTemplateFundAccountEditForm.html│ │ ├─ voucherTemplateInvoiceEditForm.html│ │ └─ voucherTemplateSalaryEditForm.html│ ├─ page│ │ ├─ account-auxiliaryBalanceSheet.html│ │ ├─ account-auxiliaryDetailedLedger.html│ │ ├─ account-chronological.html│ │ ├─ account-generalLedger.html│ │ ├─ account-multicolumnLedger.html│ │ ├─ account-subjectBalance.html│ │ ├─ account-subjectDetail.html│ │ ├─ account-subjectSummary.html│ │ ├─ appAccountManagement.html│ │ ├─ checkout-periodCheckout.html│ │ ├─ fundAccountEntryManagement.html│ │ ├─ fundAccountManagement.html│ │ ├─ fundAccountTransferEntryManagement.html│ │ ├─ fundLedgerManagement.html│ │ ├─ fundStatementManagement.html│ │ ├─ invoice-invoiceManagement.html│ │ ├─ loginV4.html│ │ ├─ report-assetLiability.html│ │ ├─ report-cashFlow.html│ │ ├─ report-cashFlow3.html│ │ ├─ report-cashFlowQuarter.html│ │ ├─ report-profit.html│ │ ├─ report-profitDept.html│ │ ├─ report-profitProject.html│ │ ├─ report-profitQuarter.html│ │ ├─ report-subjectBalanceYearStartAdjust.html│ │ ├─ report-summary.html│ │ ├─ salary-employeeManagement.html│ │ ├─ salary-insuranceConfigManagement.html│ │ ├─ salary-salaryManagement.html│ │ ├─ setting-archiveManagement.html│ │ ├─ setting-assistManagement.html│ │ ├─ setting-currencyManagement.html│ │ ├─ setting-recordHistoryManagement.html│ │ ├─ setting-subjectBalancePeriodStart.html│ │ ├─ setting-subjectBalanceStart.html│ │ ├─ setting-subjectCashManagement.html│ │ ├─ setting-subjectCashManagement2.html│ │ ├─ setting-subjectManagement.html│ │ ├─ setting-voucherTemplateManagement.html│ │ ├─ userManagement.html│ │ ├─ voucher-printVoucher.html│ │ └─ voucher-voucherManagement.html│ ├─ pageDoc│ │ ├─ account-auxiliaryBalanceSheet.md│ │ ├─ account-auxiliaryDetailedLedger.md│ │ ├─ account-generalLedger.md│ │ ├─ account-multicolumnLedger.md│ │ ├─ account-subjectBalance.md│ │ ├─ account-subjectDetail.md│ │ ├─ checkout-periodCheckout.md│ │ ├─ report-assetLiability.md│ │ ├─ report-cashFlow.md│ │ ├─ report-profit.md│ │ ├─ setting-assistManagement.md│ │ ├─ setting-subjectBalancePeriodStart.md│ │ ├─ setting-subjectManagement.md│ │ ├─ voucher-voucherManagement.md│ │ ├─ _404.md│ │ └─ _sidebar.md│ └─ utility│ └─ jianghuJs│ └─ jianghuAxiosV4.html├─ app.js├─ config│ ├─ config.default.js│ ├─ config.env.example.js│ ├─ config.local.example.js│ ├─ config.local.js│ ├─ config.prod.example.js│ └─ plugin.js├─ jsconfig.json├─ package-lock.json├─ package.json├─ README.md├─ run│ ├─ agent_config.json│ ├─ agent_config_meta.json│ ├─ agent_timing_14752.json│ ├─ application_config.json│ ├─ application_config_meta.json│ └─ router.json├─ sql│ ├─ 1.init.sql│ ├─ 2.user.sql│ ├─ 3.mock.sql│ └─ dev01.appAccount.sql