help on customised invoice

Discussion in 'Tally Developer' started by Johar, Apr 24, 2019.

    
  1. Johar

    Johar Member


    Sir,

    I have created two different invoice but there is problem it shows below ERROR --
    [Form : AComInv]
    No Parts


    This is code i have used :----

    [Form : AComInv]
    Option : COutInv : $Diss = "Outstation"
    Option : CLocInv : $Diss = "Local"

    [!Form : CLocInv]
    Use : GST InvoiceAnalysis
    Parts : AMains


    Thanks
    Johar
     


  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    [Form : AComInv]
    Parts : AMains
    Option : COutInv : $Diss = "Outstation"
    Option : CLocInv : $Diss = "Local"

    [!Form : CLocInv]
    Use : GST InvoiceAnalysis
     


  3. Johar

    Johar Member


    Ok Sir, Thanks
     


  4. Johar

    Johar Member


    Sir,
    First it was showing "NO PARTS" Now after changing as below it shows "NO VISIBLE PARTS", can anyone solve the problem.

    Thanks

    [Form : AComInv]
    Parts : AMains
    Option : COutInv : $Diss = "Outstation"
    Option : CLocInv : $Diss = "Local"

    [!Form : CLocInv]
    Use : GST InvoiceAnalysis
    Parts : AMains,AInvLogo, AInvTitle, AInvBody, AInvDetails
    Bottom Parts : AInvBott, VCHGSTAnalysisDetails, AInvSubMain

    [!Form : COutInv]
    Use : GST InvoiceAnalysis
    Parts : AMains,AInvLogoI, AInvTitleI, AInvBodyI, AInvDetailsI
    Bottom Parts : AInvBottI, VCHGSTAnalysisDetails, AInvSubMainI
     


  5. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    You should be very specific on the error messages........ the error message also gives hint.....on the problem

    In your case, you have designed your own invoice format.....
    but in
    [Report : AComInv]
    Use : STDInvoice

    Remove "Use : STDInvoice" as it is not required.

    Next time please attach a screenshot...........
     


  6. Johar

    Johar Member


    Thanks Sir, My problem is solved the problem was in Option now it is rectified and working fine.
     


Share This Page