help ! Alternate Qty Total in Gst Analysis Part

Discussion in 'Free Source Codes' started by Rohit001, Oct 22, 2021.

    
  1. Rohit001

    Rohit001 Member


    ; GST Analysis -- Qty Column Addition
    [#Part: VCH GST AnalysisDetails]

    Total:VCHGSTQty

    [#Line : VCHGSTInvPrintTitle1]

    Local : Field : VCHGSTQty : Set As : "Qty"
    Local : Field : VCHGSTQty : Align : Center

    [#Line : VCHGSTInvPrintTitle2]

    Local : Field : VCHGSTQty : Set As : "Total"
    Local : Field : VCHGSTQty : Align : Center
    [#Line : GST VCHGSTInvPrintTotal]

    Local : Field : VCHGSTQty : Set As : $$Total:VCHGSTQty
    Local : Field : VCHGSTQty : Align : Centre
    [Field : VCHGSTQty]

    Use : Number Field
    Width : 12
    Align : Centre
    [#Line : GST VCHGSTInvPrintBody]

    Add : Right Field : Before : VCHGSTInvPrint TaxValue : VCHGSTQty
    Local : Field : VCHGSTQty : Set As :$$Sprintf:"%s %s":$HSNwiseQTY:$HSNwiseQTYUQC
    [#Collection : GSTAnalysisPrintSummary]

    Aggr Compute : HSNwiseQTY : Sum : $Obj_T_BQty ;@@SecUnitVal ;$GSTItemActualQty
    Compute : HSNwiseQTYUQC : $GSTStockItemUOM

    [#Object : InventoryEntry]

    Obj_T_BQty : $$Number:$Obj_T_BQty1
    Obj_T_BQty1:($$String:$BilledQty:Symbol,ShortForm,Secondary)
    ;; ************************************************************************
     


  2. Rohit001

    Rohit001 Member



  3. Rohit001

    Rohit001 Member


    Anybody help please
     


  4. Jayashri

    Jayashri Member


    try this


    [#Line : GST VCHGSTInvPrintBody]
    Add : Right Field : Before : VCHGSTInvPrint TaxValue : VCHGSTQty
    Local : Field : VCHGSTQty : Set As : $$Sprintf:"%s %s":$HSNwiseQTY:$HSNwiseQTYUQC

    [#Line : VCHGSTInvPrintTitle1]
    Local : Field : VCHGSTQty : Set As : "Qty"

    [#Line : VCHGSTInvPrintTitle2]
    Local : Field : VCHGSTQty : Set As : "Total"

    [#Line : GST VCHGSTInvPrintTotal]
    Local : Field : VCHGSTQty : Set As : ""
    Local : Field : VCHGSTQty : Align : Centre

    [Field : VCHGSTQty]
    Use : Name Field
    Width : 6
    Align : Centre

    [#Collection : GSTAnalysisPrintSummary]
    Aggr Compute : HSNwiseQTY : Sum : $GSTItemActualQty;BilledQty
    Compute : HSNwiseQTYUQC : $GSTStockItemUOM
     


Share This Page