Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
Kivii.Biz.Finances.V2.0
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
陶然
Kivii.Biz.Finances.V2.0
Commits
fab67818
Commit
fab67818
authored
May 27, 2024
by
Neo Turing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
升级
parent
7bc338f6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
AssemblyInfo.cs
Src/Properties/AssemblyInfo.cs
+2
-2
RestfulInvoice.cs
Src/Transforms/RestfulInvoice.cs
+1
-1
No files found.
Src/Properties/AssemblyInfo.cs
View file @
fab67818
...
...
@@ -33,5 +33,5 @@ using System.Runtime.InteropServices;
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("5.4.2024.
311
0")]
[assembly: AssemblyFileVersion("5.4.2024.
311
0")]
[assembly: AssemblyVersion("5.4.2024.
527
0")]
[assembly: AssemblyFileVersion("5.4.2024.
527
0")]
Src/Transforms/RestfulInvoice.cs
View file @
fab67818
...
...
@@ -251,7 +251,7 @@ namespace Kivii.Finances.Transforms
foreach
(
var
item
in
Items
)
{
(
item
.
OperateTime
==
DateTime
.
MinValue
||
item
.
OperateTime
==
DateTime
.
MaxValue
).
ThrowIfTrue
(
"缺少开票日期信息!"
);
item
.
SerialCode
.
ThrowIfNullOrEmpty
(
"缺少发票代码信息!"
);
//
item.SerialCode.ThrowIfNullOrEmpty("缺少发票代码信息!");
item
.
SerialNumber
.
ThrowIfNullOrEmpty
(
"缺少发票号码信息!"
);
item
.
Type
.
ThrowIfNullOrEmpty
(
"缺少发票类型信息!"
);
(
item
.
TaxRate
<
0
||
item
.
TaxRate
>
1
).
ThrowIfTrue
(
"缺少发票税率信息!"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment