项目结构

12079
  1. └─ 302.jianghu-finance
  2. ├─ app
  3. ├─ common
  4. ├─ jianghuKnexUtil.js
  5. └─ README.md
  6. ├─ constant
  7. ├─ constant.js
  8. └─ error.js
  9. ├─ controller
  10. ├─ controllerUtil
  11. └─ resourceUtil.js
  12. ├─ README.md
  13. └─ resource.js
  14. ├─ service
  15. ├─ account.js
  16. ├─ appAccount.js
  17. ├─ assist.js
  18. ├─ common.js
  19. ├─ constant.js
  20. ├─ employee.js
  21. ├─ fundAccountEntry.js
  22. ├─ fundAccountTransferEntry.js
  23. ├─ invoice.js
  24. ├─ period.js
  25. ├─ report.js
  26. ├─ salary.js
  27. ├─ subject.js
  28. ├─ userManagement.js
  29. └─ voucher.js
  30. └─ view
  31. ├─ backup
  32. └─ layout
  33. └─ jhLayoutV4.html
  34. ├─ common
  35. ├─ constantUtil.html
  36. ├─ excelUtil.html
  37. ├─ jianghuJs
  38. └─ globalCSSJHV4.html
  39. ├─ tableHeaderAndBorder.html
  40. ├─ voucherTemplateMixin.html
  41. └─ vueFilters.html
  42. ├─ component
  43. ├─ invoice
  44. └─ invoiceVoucherEntry.html
  45. ├─ jianghuJs
  46. ├─ jhConfirmInputDialog.html
  47. ├─ jhMenuV4.html
  48. └─ select-appaId.html
  49. ├─ mobile-hint-block.html
  50. ├─ report-assetLiability-formula.html
  51. ├─ report-cashFlow-assist.html
  52. ├─ report-cashFlow-ex
  53. ├─ report-cash-flow-ex-formula.html
  54. └─ report-cashFlow-ex.html
  55. ├─ report-cashFlow-formula2.html
  56. ├─ report-profit-formula.html
  57. ├─ select-assist.html
  58. ├─ select-date-range.html
  59. ├─ select-period-date-picker.html
  60. ├─ select-period-range.html
  61. ├─ select-period.html
  62. ├─ select-quarter.html
  63. ├─ select-subject-adjust.html
  64. ├─ select-subject-tree.html
  65. ├─ select-subject.html
  66. ├─ setting
  67. ├─ customerList.html
  68. ├─ customList.html
  69. ├─ departList.html
  70. ├─ projectList.html
  71. ├─ staffList.html
  72. └─ supplierList.html
  73. ├─ subject-assist-dialog.html
  74. └─ voucher
  75. ├─ accountVoucherEntry.html
  76. ├─ accountVoucherGenerate.html
  77. ├─ calculator.html
  78. ├─ checkout-periodCheckout-voucherTemplate.html
  79. ├─ salaryVoucherEntry.html
  80. ├─ voucherEntry.html
  81. ├─ voucherEntry2.html
  82. ├─ voucherFile.html
  83. ├─ voucherPaper.html
  84. ├─ voucherTemplateComputeEditForm.html
  85. ├─ voucherTemplateEditForm.html
  86. ├─ voucherTemplateFundAccountEditForm.html
  87. ├─ voucherTemplateInvoiceEditForm.html
  88. └─ voucherTemplateSalaryEditForm.html
  89. ├─ page
  90. ├─ account-auxiliaryBalanceSheet.html
  91. ├─ account-auxiliaryDetailedLedger.html
  92. ├─ account-chronological.html
  93. ├─ account-generalLedger.html
  94. ├─ account-multicolumnLedger.html
  95. ├─ account-subjectBalance.html
  96. ├─ account-subjectDetail.html
  97. ├─ account-subjectSummary.html
  98. ├─ appAccountManagement.html
  99. ├─ checkout-periodCheckout.html
  100. ├─ fundAccountEntryManagement.html
  101. ├─ fundAccountManagement.html
  102. ├─ fundAccountTransferEntryManagement.html
  103. ├─ fundLedgerManagement.html
  104. ├─ fundStatementManagement.html
  105. ├─ invoice-invoiceManagement.html
  106. ├─ loginV4.html
  107. ├─ report-assetLiability.html
  108. ├─ report-cashFlow.html
  109. ├─ report-cashFlow3.html
  110. ├─ report-cashFlowQuarter.html
  111. ├─ report-profit.html
  112. ├─ report-profitDept.html
  113. ├─ report-profitProject.html
  114. ├─ report-profitQuarter.html
  115. ├─ report-subjectBalanceYearStartAdjust.html
  116. ├─ report-summary.html
  117. ├─ salary-employeeManagement.html
  118. ├─ salary-insuranceConfigManagement.html
  119. ├─ salary-salaryManagement.html
  120. ├─ setting-archiveManagement.html
  121. ├─ setting-assistManagement.html
  122. ├─ setting-currencyManagement.html
  123. ├─ setting-recordHistoryManagement.html
  124. ├─ setting-subjectBalancePeriodStart.html
  125. ├─ setting-subjectBalanceStart.html
  126. ├─ setting-subjectCashManagement.html
  127. ├─ setting-subjectCashManagement2.html
  128. ├─ setting-subjectManagement.html
  129. ├─ setting-voucherTemplateManagement.html
  130. ├─ userManagement.html
  131. ├─ voucher-printVoucher.html
  132. └─ voucher-voucherManagement.html
  133. ├─ pageDoc
  134. ├─ account-auxiliaryBalanceSheet.md
  135. ├─ account-auxiliaryDetailedLedger.md
  136. ├─ account-generalLedger.md
  137. ├─ account-multicolumnLedger.md
  138. ├─ account-subjectBalance.md
  139. ├─ account-subjectDetail.md
  140. ├─ checkout-periodCheckout.md
  141. ├─ report-assetLiability.md
  142. ├─ report-cashFlow.md
  143. ├─ report-profit.md
  144. ├─ setting-assistManagement.md
  145. ├─ setting-subjectBalancePeriodStart.md
  146. ├─ setting-subjectManagement.md
  147. ├─ voucher-voucherManagement.md
  148. ├─ _404.md
  149. └─ _sidebar.md
  150. └─ utility
  151. └─ jianghuJs
  152. └─ jianghuAxiosV4.html
  153. ├─ app.js
  154. ├─ config
  155. ├─ config.default.js
  156. ├─ config.env.example.js
  157. ├─ config.local.example.js
  158. ├─ config.local.js
  159. ├─ config.prod.example.js
  160. └─ plugin.js
  161. ├─ jsconfig.json
  162. ├─ package-lock.json
  163. ├─ package.json
  164. ├─ README.md
  165. ├─ run
  166. ├─ agent_config.json
  167. ├─ agent_config_meta.json
  168. ├─ agent_timing_14752.json
  169. ├─ application_config.json
  170. ├─ application_config_meta.json
  171. └─ router.json
  172. ├─ sql
  173. ├─ 1.init.sql
  174. ├─ 2.user.sql
  175. ├─ 3.mock.sql
  176. └─ dev01.appAccount.sql