Eledger Properties
ELedgerPropertiesDto Class Descriptions
The ELedger Properties Dto class is a data transfer object used to represent ledger settings.
Properties:
Nace
Description Type: String
Explanation: It is an economic activity coding system used in the European Union. It defines the field of activity of the business.
Example: The code 620201 refers to computer programming activities.
Creator
Description Type: String
Explanation: Specifies the name of the person who created the ledger.
Example: Batuhan Öner
LineCount
Description Type: Integer
Explanation: Specifies the total number of lines in the accounting e-ledger csv model.
Example: 12000
TaxType
Description Type: TaxType (Enum)
Explanation: Specifies the tax type.
Example: IncludeTax - allows the tax detailed creation of the ledger.
Example: ExcludeTax - allows the creation of the ledger without tax details.
IsBranch
Description Type:Boolean
Explanation: İşletmenin bir şube olup olmadığını belirtir.
Example: false (if there is no branch)
BranchName
Description Type: String
Explanation: Specifies the name of the branch.
Example: null (if there is no branch)
BranchNumber
Description Type: String
Explanation: Indicates the branch number.
Example: null (if there is no branch)
LedgerPeriod
Description Type: Boolean
Explanation: Indicates whether the ledger is sent monthly or quarterly.
Example: true (book is sent monthly)
Example: false (book is sent for 3 months)
FiscalYearStart
Description Type: DateTime
Explanation: Specifies the start date of the fiscal year.
Example: 2023-01-01T00:00:00 (beginning of 2023)
FiscalYearEnd
Description Type: DateTime
Explanation: Specifies the end date of the fiscal year.
Example: 2023-12-31T00:00:00 (End of 2023)
AccountingPeriod
Description Type: AccountingPeriod (Enum)
Explanation: Indicates the accounting period.
Example: Accounting Period (normal period)
Example: Interim Accounting Period (liquidation period)
Example: Special Accounting Period
IsLiquidate
Description Type: Boolean
Explanation: It indicates that the company is in liquidation.
Example: false (unless bankrupt)
LiquidateYearStart
Description Type: Nullable<DateTime>
Explanation: Indicates the start date of the liquidation year.
Example: 0001-01-01T00:00:00 (unless bankrupt)
Last updated