Skip to content

Commit

Permalink
fix init bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardorchis committed Feb 15, 2021
1 parent 23f225c commit e09c0f3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Finance/FinanceConsole/FormAccountLogin.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ private void Window_Loaded(object sender, RoutedEventArgs e)
{
if (255 == CommondHandler.Test())
{
CommondHandler.Process("init");
CommondHandler.Process("init -f");
CommondHandler.Process("act.init finance_demo -f");
}
}

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
#### 项目介绍
一个简单的财务会计软件,能够录入会计凭证,并根据凭证自动生成三大报表。详情查看:https://www.cnblogs.com/edwardorchis/p/10506391.html

#### 如何快速开始
[https://www.cnblogs.com/edwardorchis/p/14405910.html](https://www.cnblogs.com/edwardorchis/p/14405910.html)

#### 软件架构
WPF的客户端+自宿主.Net Web API

Expand Down

0 comments on commit e09c0f3

Please sign in to comment.