3 issues which makes EspoCRM the rock bottom perfect system

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • theode
    Member
    • Jul 2014
    • 36

    #31
    ok...worked...in which file change Mr. Mrs. Dr. Drs to german?

    Comment

    • yuri
      Member
      • Mar 2014
      • 8467

      #32

      application\Espo\Modules\Crm\Resources\metadata\en tityDefs\Contact.php
      If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

      Comment

      • theode
        Member
        • Jul 2014
        • 36

        #33
        changed the words in entire source code and it does not work? is it somewhere in the database? what am I missing?


        Thats my last problem before going live tomorrow.!
        Last edited by theode; 08-12-2014, 10:13 PM.

        Comment

        • yuri
          Member
          • Mar 2014
          • 8467

          #34
          Translation in language files.
          If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

          Comment

          • theode
            Member
            • Jul 2014
            • 36

            #35
            I have the problem that my
            Code:
                "collection": {
                    "textFilterFields": ["account","accountId","accountRole","accountType","accounts","address","addressCity","addressCountry"]
                }
            is causing error 500 on search....

            Comment

            • yuri
              Member
              • Mar 2014
              • 8467

              #36
              Maybe you need wrap it into {..}

              PHP Code:
              {
                  "collection": {
                      "textFilterFields": ["account","accountId","accountRole","accountType","accounts","address","addressCity","addressCountry"]
                  }
              } 
              
              If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

              Comment

              • theode
                Member
                • Jul 2014
                • 36

                #37
                but then its loosing the rest of the file...The file is like this and then it shows all my custom columns. in
                custom/Espo/Custom/Resources/metadata/entityDefs/Lead.json

                Code:
                {
                
                
                    "fields": {
                      
                        "anfrage": {
                            "type": "text",
                            "required": false,
                            "isCustom": true
                        },
                        "angebot": {
                            "type": "text",
                            "required": false,
                            "isCustom": true
                        },
                        "iDALT": {
                            "type": "int",
                            "required": false,
                            "isCustom": true
                        }
                    }
                
                }
                but if I have the

                Code:
                [COLOR=#000000][COLOR=#007700]{
                    [/COLOR][COLOR=#DD0000]"collection"[/COLOR][COLOR=#007700]: {
                        [/COLOR][COLOR=#DD0000]"textFilterFields"[/COLOR][COLOR=#007700]: [[/COLOR][COLOR=#DD0000]"account"[/COLOR][COLOR=#007700],[/COLOR][COLOR=#DD0000]"anfrage[/COLOR][COLOR=#DD0000]","angebot","iDALT"[/COLOR][COLOR=#007700]]
                    }
                } [/COLOR][/COLOR]
                in it, it broke the custom fields also if I try various variation of where I put brackets


                Comment

                • theode
                  Member
                  • Jul 2014
                  • 36

                  #38
                  ok I have another problem.
                  I vaidated JSON file but then I have a problem with this field

                  Code:
                   
                  (
                  [controller] => Lead
                  )
                  , InputData:  - SQLSTATE[42S22]: Column not found: 1054 Unknown column 'lead.opportunity_amount_converted' in 'where clause' [] []
                  [2014-09-22 09:30:48] Espo.ERROR: Display Error: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'lead.opportunity_amount_converted' in 'where clause', Code: 42S22 URL: /CRM/api/v1/Lead?maxSize=100&offset=0&sortBy=createdAt&asc=false&where%5B0%5D%5Btype%5D=textFilter&where%5B0%5D%5Bvalue%5D=LBS [] []
                  [2014-09-22 09:30:58] Espo.ERROR: API [GET]:/:controller, Params:Array
                  (
                      [controller] => Lead
                  )
                  , InputData:  - SQLSTATE[42S22]: Column not found: 1054 Unknown column 'lead.opportunity_amount_converted' in 'where clause' [] []
                  [2014-09-22 09:30:58] Espo.ERROR: Display Error: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'lead.opportunity_amount_converted' in 'where clause', Code: 42S22 URL: /CRM/api/v1/Lead?maxSize=100&offset=0&sortBy=createdAt&asc=false&where%5B0%5D%5Btype%5D=textFilter&where%5B0%5D%5Bvalue%5D=%25LBS%25 [] []
                  [2014-09-22 09:31:08] Espo.ERROR: API [GET]:/:controller, Params:Array
                  so it seems he wants inside the sql a field which isn't there nor used by us????
                  please help, this is very imortant!
                  Last edited by theode; 09-22-2014, 09:43 AM.

                  Comment

                  • yuri
                    Member
                    • Mar 2014
                    • 8467

                    #39
                    Hi

                    Maybe some JSON still broken.
                    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

                    Comment

                    • theode
                      Member
                      • Jul 2014
                      • 36

                      #40
                      the export function acts crazy
                      it goes to http://domain.de/CRM/?entryPoint=dow...=541fff8e14977 ask for a password and does nothing

                      Comment

                      • yuri
                        Member
                        • Mar 2014
                        • 8467

                        #41
                        Seems it's problem with your server configuration. This shouldn't ask for password.
                        If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

                        Comment

                        Working...