Syncronaisation

Discussion in 'Tally Developer' started by mahgs, Jul 20, 2015.

    
  1. mahgs

    mahgs Member


    Dear experts:
    One of my valuable customer use Tally.ERP9 in Ho.They want synchronaisation from branch to Ho.We based one problem,in ho we used 5 different companies,in branch side we plan use one company for fast data entry.i had give one udf value(Ho company name ) in voucher then this voucher sync to Ho (udf company Name)eg in payment voucher-udf value Kings sea foods" then this voucher sync "Kings sea foods" in ho data.Please help me and Kindly give the solution
     


  2. gcbeldar

    gcbeldar New Member


    Hope this logic may yield "Creating Sync Rule for each Company at Branch based on UDF filter (Companywise)"
     


  3. mahgs

    mahgs Member


    Dear gcbeldar:

    I did not Know the collection and how to Filter this collection,Please find the attachment and kindly help me sir.
     

    Attached Files:



  4. mahgs

    mahgs Member


    Dear gcbeldar ;
    i am alter my code but i did not get the result


    [#Part: VCHTitle2Left]

    Add: Lines : After :VCH Ref:VehicNAmLin

    [Line :VehicNAmLin]
    Field :Medium Prompt,VechcNamFld,Short Prompt,VchicNoFld,Simple Prompt,KFCCmpNamFld
    Local :Field :Medium Prompt :Set as:"Vehicle Name:"
    Local :Field :Short Prompt :Set as :"Vehicle No.:"
    Local :Field :Simple Prompt :Set as :"Company Name:"
    Space Top :1 mms
    Invisible :not (@@ispurchase or @@ispayment)

    [Field :VechcNamFld]
    Use :NameField
    Set as :$VechcNam
    Storage :VechcNam
    Set Always :Yes

    [Field :VchicNoFld]
    Use :NAmeField
    Set as :$KSFVehicleNumber
    Storage :KSFVehicleNumber
    Set Always :Yes


    [Field :KFCCmpNamFld]
    Use :NAmeField
    Set as :$KFCCmpNam
    Storage :KFCCmpNam
    Table :CompanyName
    Show Table :On Blank
    Set Always :Yes

    [Collection :CompanyName]
    Title :"List of Companies"
    List :"King Sea Food","Theva and co","Diamond Transport"



    [System :Udf]
    VechcNam :String :1001
    KSFVehicleNumber :String :1002
    KFCCmpNam :String :1003



    ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;Sync filter

    [*Collection: SVSendRemoteMsgs]
    Type : Vouchers : ServerRule
    ChildOf : ##SVServerRule
    Max : ##SVMaxServerMsgs
    Sort : @@Default: @@ServerRuleVchSortOrder
    Filter : NonDeletedVoucher,CompanyNamFilter


    [System :Formula]
    CompanyNamFilter :mad:@CmpMailNAme=$KFCCmpNam

    ;;Eof

    Please find the code,and guide me whats i am wrong,kindly help me
     


  5. mahgs

    mahgs Member


    Dear Admin;

    Can you help me for this issue
     


  6. mahgs

    mahgs Member


    Dear gcbeldar ;

    i did not complete this project,i cant filter,Kindly solve this problem
     


Share This Page