Accounting Companion Logo Accounting Companion
HomeBlog
TallyConnector
Version
  • TallyConnector
    • Abstractions
    • Core
    • Models
      • Base
        • DTO
          • AllInventoryEntriesDTO
          • AllLedgerEntryDTO
          • BaseCompanyDTO
          • BaseInventoryEntryDTO
          • BaseLedgerEntryDTO
          • BatchAllocationDTO
          • BillAllocationsDTO
          • CompanyDTO
          • DeliveryNotesDTO
          • EwayBillDetailsDTO
          • GSTRateDetailsDTO
          • GSTRegistrationDTO
          • GSTRegistrationDetailDTO
          • InventoryEntriesDTO
          • LedgerEntryDTO
          • VoucherDTO
        • Masters
        • Meta
        • AllInventoryEntries
        • AllLedgerEntry
        • BaseCompany
        • BaseInventoryEntry
        • BaseLedgerEntry
        • BaseVoucher
        • BaseVoucherDTO
        • BatchAllocation
        • BillAllocations
        • BillRefType
        • Company
        • CompanyOnDisk
        • DeliveryNotes
        • EwayBillDetails
        • GSTRateDetails
        • GSTRegistration
        • GSTRegistrationDetail
        • InventoryEntries
        • LedgerEntry
        • Voucher
        • VoucherViewType
      • Common
      • TallyPrime
      • InstalledTallyApp
      • TallyProcessInfo
    • Services
Class
Inherits object / MetaObject

BaseLedgerEntryDTO

Inheritance Chain
object → MetaObject

Constructors

BaseLedgerEntryDTO()

Properties

IndexNumber → string
LedgerName → string
LedgerTaxType → string
LedgerType → string
IsDeemedPositive → string
Amount → string
GSTRateDetails → List < GSTRateDetailsDTO >
DefaultXmlRootElementName → string

Methods

ReadFromXml(XElement, XmlSerializationOptions)

Parameters

element XElement
options Opt XmlSerializationOptions
WriteToXml(XmlSerializationOptions?) →XElement

Parameters

options Opt XmlSerializationOptions
GeneratePath(string) → string

Parameters

suffix string

Fields

_pathPrefix
string