Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bakalarka
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Radek Puš
bakalarka
Commits
c4daa418
Commit
c4daa418
authored
5 years ago
by
Radek Puš
Browse files
Options
Downloads
Patches
Plain Diff
import layout for airbank
parent
3893caa0
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Core/Core/BusinessLogic/ImportCSVLogic/DocumentLayout.cs
+8
-8
8 additions, 8 deletions
Core/Core/BusinessLogic/ImportCSVLogic/DocumentLayout.cs
with
8 additions
and
8 deletions
Core/Core/BusinessLogic/ImportCSVLogic/DocumentLayout.cs
+
8
−
8
View file @
c4daa418
...
...
@@ -11,19 +11,19 @@ namespace Core.BusinessLogic.ImportCSVLogic
public
string
AccountType
{
get
;
set
;
}
[
Name
(
"číslo účtu"
)]
public
string
Account
{
get
;
set
;
}
[
Name
(
"datum zaúčtování"
)]
[
Name
(
new
string
[]
{
"datum zaúčtování"
,
"datum provedení"
}
)]
public
string
Date
{
get
;
set
;
}
[
Name
(
"částka"
)]
[
Name
(
new
string
[]
{
"částka"
,
"částka v měně účtu"
}
)]
public
string
Amount
{
get
;
set
;
}
[
Name
(
"měna"
)]
[
Name
(
new
string
[]
{
"měna"
,
"původní měna úhrady"
}
)]
public
string
Currency
{
get
;
set
;
}
[
Name
(
"zůstatek"
)]
public
string
SenderAccountBallance
{
get
;
set
;
}
[
Name
(
new
string
[]
{
"číslo účtu protiúčtu"
,
"protiúčet"
})]
[
Name
(
new
string
[]
{
"číslo účtu protiúčtu"
,
"protiúčet"
,
"číslo účtu protistrany"
})]
public
string
RecipientAccount
{
get
;
set
;
}
[
Name
(
new
string
[]
{
"kód banky protiúčtu"
,
"bankovní kód protiúčtu"
})]
[
Name
(
new
string
[]
{
"kód banky protiúčtu"
,
"bankovní kód protiúčtu"
})]
public
string
RecipientBankCode
{
get
;
set
;
}
[
Name
(
new
string
[]
{
"název účtu protiúčtu"
,
"název protiúčtu"
})]
[
Name
(
new
string
[]
{
"název účtu protiúčtu"
,
"název protiúčtu"
,
"název účtu protistrany"
})]
public
string
RecipientAccountName
{
get
;
set
;
}
[
Name
(
"konstantní symbol"
)]
public
string
ConstantSymbol
{
get
;
set
;
}
...
...
@@ -31,11 +31,11 @@ namespace Core.BusinessLogic.ImportCSVLogic
public
string
VariableSymbol
{
get
;
set
;
}
[
Name
(
"specifický symbol"
)]
public
string
SpecificSymbol
{
get
;
set
;
}
[
Name
(
new
string
[]
{
"označení operace"
,
"typ transakce"
})]
[
Name
(
new
string
[]
{
"označení operace"
,
"typ transakce"
,
"typ úhrady"
})]
public
string
TransactionType
{
get
;
set
;
}
[
Name
(
"id transakce"
)]
public
string
ID
{
get
;
set
;
}
[
Name
(
"poznámka"
)]
[
Name
(
"poznámka"
,
"poznámka k úhradě"
)]
public
string
Note
{
get
;
set
;
}
public
string
Dump
(
string
delimiter
=
"\n"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment