跳至內容

會計系統

出自ProgWiki

會計系統,預定以ASP.NET MVC4與SQL Server方式改寫。改寫後的版本預定採用LGPL方式授權,如有任何改進建議,歡迎回報。

開發環境

  • IDE:Visual Studio 2012
  • 資料庫:SQL Server 2012
  • 報表:Crystal Reports
  • 用戶端:jQuery、jQuery UI、jqGrid

參考資料

  1. 參考資料1,ACCESS會計管理系統
    • 書名:活用ACCESS會計管理系統 開發與運用
    • 作者:平南
    • 出版社:金禾資訊
    • ISBN 9861491066
    • 經原作者同意以註明出處後改寫成Web版
  2. 參考資料2,會計相關用語(中英翻譯)
  3. 參考資料3,交換票據相關用語

資料表

最初版本

  • 以下Table為以SQL Server匯入參考資料1的書附光碟(檔案:會計管理系統2003.mde)再輸出成SQL指令碼,以取得未設關聯的最初版本的資料表

資料表名稱與欄位名稱英文化後的版本

  • 未完

資料表

檢視

預存程序

Model

  • 檔案:\Models\AccountingModels.cs (未完)

Controller

  • 未完

AccountingController.cs

  • 檔案:\Controllers\AccountingController.cs (功能選單用)

AccountingAccountsController.cs

  • 檔案:\Controllers\AccountingAccountsController.cs (會計科目)

AccountingBankAccountController.cs

  • 檔案:\Controllers\AccountingBankAccountController.cs (銀行帳戶)

AccountingCategoryController.cs

  • 檔案:\Controllers\AccountingCategoryController.cs (會計類別)

AccountingCostCenterController.cs

  • 檔案:\Controllers\AccountingCostCenterController.cs (成本中心)

AccountingCurrencyController.cs

  • 檔案:\Controllers\AccountingCurrencyController.cs (貨幣)

AccountingLedgerController.cs

  • 檔案:\Controllers\AccountingLedgerController.cs (分類帳)

AccountingSummonsController.cs

  • 檔案:\Controllers\AccountingSummonsController.cs (傳票)

AccountingSummonsDetailsController.cs

  • 檔案:\Controllers\AccountingSummonsDetailsController.cs (傳票明細)

View

Index.cshtml

  • 檔案:\Views\Accounting\Index.cshtml (用途:功能選單)

Accounts.cshtml

  • 檔案:\Views\Accounting\Accounts.cshtml (用途:會計科目)

BankAccount.cshtml

  • 檔案:\Views\Accounting\BankAccount.cshtml (用途:銀行帳號)

Category.cshtml

  • 檔案:\Views\Accounting\Category.cshtml (用途:會計類別)

CostCenter.cshtml

  • 檔案:\Views\Accounting\CostCenter.cshtml (用途:成本中心)

Currency.cshtml

  • 檔案:\Views\Accounting\Currency.cshtml (用途:貨幣)

Currency.cshtml

  • 檔案:\Views\Accounting\Currency.cshtml (用途:貨幣)

Journal.cshtml

  • 檔案:\Views\Accounting\Journal.cshtml (用途:日記帳)

Ledger.cshtml

  • 檔案:\Views\Accounting\Ledger.cshtml (用途:分類帳)

Summons.cshtml

  • 檔案:\Views\Accounting\Summons.cshtml (用途:傳票)

_SummonsDetails.cshtml

  • 檔案:\Views\Accounting\_SummonsDetails.cshtml (用途:傳票明細)