PackageMarks Show in Sales Register

Discussion in 'Free Source Codes' started by tally.manish, Apr 8, 2021.

    
  1. tally.manish

    tally.manish Member


    Dear Experts

    I Want to Show PackageMarks in Sales Register in Tally Prime

    My Code

    [#Line: DSP InvAllocDetails]
    Add : Left Field : After : DSP VchDate : DSP JPackage


    [#Collection: Ledger Vouchers Coll]
    Add : Fetch : AllLedgerEntries.InventoryAllocations.BasicPackageMarks ;;, AllLedgerEntries.InventoryAllocations.BilledQty, AllLedgerEntries.InventoryAllocations.ActualQty
    Compute: Basic : $AllLedgerEntries.InventoryAllocations.BasicPackageMarks
    [#Collection: Specific Vouchers of Company]
    Add : Fetch : AllLedgerEntries.InventoryAllocations.BasicPackageMarks
    Compute: Basic : $InventoryAllocations.BasicPackageMarks

    [Field: DSP JPackage]
    Use: Name Field
    Set as: $InventoryAllocations.BasicPackageMarks
    Width: 5

    [Field: DSP JNum]
    Use: Name Field
    Set as: $BasicNumPackages
    Width: 5

    it is not working please help
     

    Attached Files:



Share This Page