Accounting Companion Logo Accounting Companion
HomeBlog
TallyConnector
Version
  • TallyConnector
    • Abstractions
    • Core
    • Models
      • Base
        • DTO
        • 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

BaseInventoryEntry

Constructors

BaseInventoryEntry()

Properties

UserDescriptions → List < string >
IndexNumber → int
StockItemName → string
BOMName → string
IsScrap → bool ?
Discount → decimal ?
IsDeemedPositive → bool
Rate → TallyRateField
ActualQuantity → TallyQuantityField
BilledQuantity → TallyQuantityField
Amount → TallyAmountField
BatchAllocations → List < BatchAllocation >
GSTRateDetails → List < GSTRateDetails >
Meta → BaseInventoryEntryMeta

Methods

ReadFromXml(XElement, XmlSerializationOptions?)

Parameters

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

Parameters

options Opt XmlSerializationOptions