Git Product home page Git Product logo

ce-mobile-crm's Introduction

***********************************************************************************
*                  CE Mobile CRM (Community Edition Mobile CRM)
*    Is a mobile client based on the hard work from the folks over at
*    jQuery Mobile so please be sure to visit their site at jquerymobile.com
*
*          This file must be included in any re-distribution of the software
*
*                         Initial Code Contributed By:
*                                KDESolutions
*
*
***********************************************************************************

To use the CE CRM Mobile application with your installation of SugarCRM simply copy
the files and folders to a subdirectory underneath your SugarCRM installation. Then
navigate to that subdirectory from your mobile device. You will be prompted for a login
simply login with the same credentials you use for the web based client.

***** NOTE: This program uses whatever protocol is accessed for the file. So if you access
the file by going to http://www.yoursite.com/sugarcrm/mobile/index.html then you will be
sending your information over the interenet unsecure. The password is encoded client side so
it will never be sent in clear text, however you should always use SSL when accessing mobile
applications.

As jquerymobile continues to progress, we will work to incorporate those changes into this application
hopefully this will lead to 1 version for all platforms.

Release 0.0.2.4 Change Log
--- Updated jquery.mobile to 1.0b2 (issue 15)
--- Fixed transition after logging in (issue 16)
--- Fixed logout button
--- Improved login page
--- Fixed missing semicolons
--- Fixed links color on HomePage

Release 0.0.2.3 Change Log
--- Fixed back buttons (issue 4)
--- Fixed LDAP auth (issue 12)
--- Updated jquery.mobile to 1.0b1-20110701 (issue 4)
--- Cleaned project structure

Release 0.0.2.2 Change Log
--- Fixed login failed (issue 5, issue 7)
--- Fixed logout on contact detail page
--- Fixed various typos
--- Improved login page : now using a form to remember inputs and submit on enter key
--- Added .htaccess
--- Improved makefile
--- Fixed "Page keeps refreshing after login" (issue 8)

Release 0.0.2.1 Change Log
--- Fixed bug with hyperlinks not opening correctly.

Alpha 2 Change Log
--- Application re-factored for better performance and to incorporate jQuery Mobile Alpha 3
--- List Views now remember where you were in the list and takes you back to this location until the
    application is closed or refreshed.
--- Detail views no longer require another ajax request for relationships
--- Detail views no long collapse this was done to allow for smoother scrolling and all around better
    performance
--- Application re-factored to scope variables
--- Application re-factored to access object properties using the "." instead of ["property-name"]
--- Format of labels and data changed in details screen to increase usability
--- Empty data fields are no longer displayed in detailed lists reducing the amount of scrolling
    for records that don't have fields populated.
--- Removed unnecessary calls to API if list data hasn't changed
--- Moving back to a detail record after viewing a related record no longer requires a round trip
    to the server
--- Home button added to Detail views for direct navigation
--- Currency now displayed based on currency name and currency amount for details view
    *NOTE List view is coded to work but currently the get_entries method for the REST API
     is not returning it. If this gets resolved the list should show the currency as well.
--- Handling Session timeouts to redirect automatically to the login page
--- Added Log Out menu to main page

Release 1.0.0.0 Change Log
--- Added Create options for all modules
--- Upgraded to the released version of jQuery
--- 

ce-mobile-crm's People

Contributors

teamkde avatar jmdelehaye avatar

Watchers

James Cloos avatar

ce-mobile-crm's Issues

LDAP Authentication Fails

What steps will reproduce the problem?
1. Enter login information for an external authentication only user.
2. Attempt login.

What is the expected output? What do you see instead?
"Login failed."

What version of the product are you using? On what operating system?
Using 0.2.2 on Windows Server 2008 running Apache 2.2x.

Please provide any additional information below.

I was working with the latest release version (0.2.2) of your app, and it's 
been working great with the LDAP setup we have.  However, in the last 3 hours 
authentication just stopped working.  The rest of the site is authenticating 
just fine via LDAP, and I can log in as the admin user via the mobile app just 
fine, just not as any of the external auth users.

I deleted the mobile folder and copied the original files back in, just in case 
something had gotten corrupted or changed somehow, but it behaves the same way. 
 I went back to the SVN release from the 6/17, which was working with LDAP just 
fine, and that no longer works either.

Can you think of any reason LDAP authentication in your app would just break 
like that?  It's obviously some sort of external influence, but I'm not aware 
of any changes made and the rest of the site seems unaffected.

Original issue reported on code.google.com by [email protected] on 22 Jun 2011 at 8:19

Add CRUD methods for all record types

Add in UIs and methods for all Create, Update, and Delete methods. This will 
allow records to be created on the go.

I have started this code, by adding a menu to the home page and created initial 
UIs for selecting the type of record you want to create along with the initial 
name, description fields for the record types.

The adding of records, validation, and error handling all still needs to be 
done. In the meantime if you want to remove the menu it's easy enough just hide 
the menu button until it's completed.

Original issue reported on code.google.com by [email protected] on 15 Sep 2011 at 2:39

Login page flashes after logging in

What steps will reproduce the problem?
1. Enter valid login crendentials
2. Click login button

What is the expected output? What do you see instead?
Expected output is to be taken directly to the home page. Instead you see the 
login page displayed again for a split second then taken to the home page.

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 8 Aug 2011 at 3:03

German Language Translation

file l10n/ui_resources_de_DE.js
var RES_LOGIN_MESSAGE = "Geben Sie Ihren Benutzernamen und das Passwort ein, 
klicken Sie anschließend auf Anmeldung";
var RES_LOGIN_TITLE = "Anmeldung";
var RES_LOGOUT_LABEL = "Abmeldung";
var RES_HOME_LABEL = "Home";
var RES_MAIN_MENU_LABEL = "Menü";
var RES_BACK_LABEL = "Rückvergleich";
var RES_USERNAME_LABEL = "Benutzername";
var RES_PASSWORD_LABEL = "Passwort";
var RES_ACCOUNTS_LABEL = "Firmen";
var RES_ACCOUNT_LABEL = "Firma";
var RES_CONTACTS_LABEL = "Kontakte";
var RES_CONTACT_LABEL = "Kontakt";
var RES_OPPORTUNITIES_LABEL = "Möglichkeiten";
var RES_OPPORTUNITY_LABEL = "Möglichkeit";
var RES_LEADS_LABEL = "Leads";
var RES_LEAD_LABEL = "Lead";
var RES_CALLS_LABEL = "Anrufe";
var RES_CALL_LABEL = "Anruf";
var RES_MEETINGS_LABEL = "Meetings";
var RES_MEETING_LABEL = "Meeting";
var RES_TASKS_LABEL = "Aufgaben";
var RES_TASK_LABEL = "Aufgabe";
var RES_NOTES_LABEL = "Notizen";
var RES_NOTE_LABEL = "Notiz";
var RES_CAMPAIGN_LABEL = "Kampagnen";
var RES_CAMPAIGNS_LABEL = "Kampagne";
var RES_USER_LABEL = "Benutzer";
var RES_USERS_LABEL = "Benutzer";
var RES_LOGIN_PAGE_HEADER = "CE CRM Mobil";
var RES_ADD_BUTTON = "Hinzufügen";
var RES_SAVE_BUTTON = "Speichern";
var RES_CANCEL_BUTTON = "Löschen";
var RES_ADD_NEW_ACCOUNT_VALIDATION_FAILED = "Eines oder mehrere Felder fehlen, 
bitte überprüfen Sie das Formular und versuchen Sie es erneut";
var RES_SELECT_NEW_TYPE = "Typ auswählen";
var RES_OVERVIEW_LABEL = "Überblick";
var RES_MORE_INFORMATION_LABEL = "Weitere Informationen";
var RES_OTHER_LABEL = "Weitere";
var RES_ACCOUNT_BILLING_ADDRESS_LABEL = "Rechnungsadresse";
var RES_ACCOUNT_SHIPPING_ADDRESS_LABEL = "Lieferadresse";
var RES_ACCOUNT_INDUSTRY_LABEL = "Branche";
var RES_ACCOUNT_REVENUE_LABEL = "Jahreseinkommen";
var RES_ACCOUNT_EMPLOYEES_LABEL = "Mitarbeiter";
var RES_ACCOUNT_SIC_LABEL = "SIC Code";
var RES_ACCOUNT_TICKER_LABEL = "WKN";
var RES_ACCOUNT_MEMBER_LABEL = "Mitglied von";
var RES_ACCOUNT_OWNERSHIP_LABEL = "Eigentümer";
var RES_ACCOUNT_CAMPAIGN_LABEL = "Kampagne";
var RES_ACCOUNT_RATING_LABEL = "Einstufung";
var RES_NEW_ACCOUNT_PAGE_TITLE = "Neuer Kontakt";
var RES_EDIT_ACCOUNT_PAGE_TITLE = "Kontakt bearbeiten";
var RES_NEW_ACCOUNT_NAME_LABEL = "Name";
var RES_NEW_ACCOUNT_OFFICE_PHONE_LABEL = "Firmennummer";
var RES_NEW_ACCOUNT_WEBSITE_LABEL = "Website";
var RES_NEW_ACCOUNT_PHONE_FAX_LABEL = "Fax";
var RES_NEW_ACCOUNT_STREET_LABEL = "Straße";
var RES_NEW_ACCOUNT_CITY_LABEL = "Stadt";
var RES_NEW_ACCOUNT_STATE_LABEL = "Bundesland";
var RES_NEW_ACCOUNT_POSTAL_CODE_LABEL = "Postleitzahl";
var RES_NEW_ACCOUNT_COUNTRY_LABEL = "Land";
var RES_CONTACT_REPORTS_TO_LABEL = "Berichtet an";
var RES_OPPORTUNITY_NAME_LABEL = "Verkaufschance Name";
var RES_OPPORTUNITY_AMOUNT_WITH_CURRENCY_LABEL = "Verkaufschance Währung";
var RES_OPPORTUNITY_AMOUNT_LABEL = "Optionale Menge";
var RES_OPPORTUNITY_EXPECTED_CLOSE_DATE_LABEL = "Abschluss geplant:";
var RES_OPPORTUNITY_SALES_STAGE_LABEL = "Verkaufschance Betrag";
var RES_OPPORTUNITY_PROBABILITY_LABEL = "Wahrscheinlichkeit";
var RES_OPPORTUNITY_NEXT_STEP_LABEL = "Nächster Schritt";
var RES_LEAD_REFERRED_BY = "Berichtet von";
var RES_TASK_DUE_DATE_LABEL = "Fälligkeitsdatum";
var RES_TASK_PRIORITY_LABEL = "Priorität";
var RES_OFFICE_PHONE_LABEL = "Firmennummer";
var RES_FAX_LABEL = "Fax";
var RES_DESCRIPTION_LABEL = "Beschreibung";
var RES_EMAIL_ADDRESS_LABEL = "E-Mail Adresse";
var RES_LEAD_SOURCE_LABEL = "Quelle";
var RES_RELATED_ITEM_NAME_LABEL = "Name";
var RES_TYPE_LABEL = "Typ";
var RES_NAME_LABEL = "Name";
var RES_TITLE_LABEL = "Titel";
var RES_MOBILE_PHONE_LABEL = "Mobil";
var RES_DEPARTMENT_LABEL = "Abteilung";
var RES_PRIMARY_ADDRESS_LABEL = "Hauptadresse";
var RES_PRIMARY_EMAIL_LABEL = "Haupt E-Mail Adresse";
var RES_OTHER_ADDRESS_LABEL = "Weitere Adresse";
var RES_WEBSITE_LABEL = "Website";
var RES_SUBJECT = "Thema";
var RES_STATUS_LABEL = "Stand";
var RES_START_DATE_TIME_LABEL = "Startdatum - und Zeit";
var RES_START_DATE_LABEL = "Startdatum";
var RES_DURATION_LABEL = "Laufzeit";
var RES_LOCATION_LABEL = "Ort";
var RES_REMINDER_LABEL = "Erinnerung";
var RES_DETAILS_LABEL = "Details";
var RES_ASSIGNED_TO_LABEL = "Zugewiesen an";
var RES_DATE_MODIFIED_LABEL = "Änderungsdatum";
var RES_DATE_CREATED_LABEL = "Erstellungsdatum";
var RES_DO_NOT_CALL = "*Hinweis: Dieser Kontakt möchte nicht telefonisch 
kontaktiert werden";
var RES_LOG_CALL_QUESTION = "Möchten Sie den Anruf mitloggen?";
var RES_LOG_CALL_REASON = "Grund des Anrufs?";
var RES_ABOUT_APPLICATION_MENU_ITEM = "Über CE Mobile CRM";
var RES_ABOUT_APPLICATION_HEADER = "Über CE Mobile CRM";
var RES_NEW_CONTACT_PAGE_TITLE = "*Neuer Kontakt";
var RES_NEW_CONTACT_FIRST_NAME_LABEL = "Vorname";
var RES_NEW_CONTACT_LAST_NAME_LABEL = "Nachname";
var RES_NEW_CONTACT_OFFICE_PHONE_LABEL = "Geschäftlich";
var RES_NEW_CONTACT_MOBILE_PHONE_LABEL = "Mobil";
var RES_NEW_CONTACT_PHONE_FAX_LABEL = "Fax";
var RES_NEW_CONTACT_TITLE_LABEL = "Position";
var RES_NEW_CONTACT_EMAIL_LABEL = "E-Mail";
var RES_NEW_CONTACT_DEPARTMENT_LABEL = "Abteilung";
var RES_NAVIGATE_RECORDS_PREV_LABEL = "Zurück";
var RES_NAVIGATE_RECORDS_NEXT_LABEL = "Weiter";
var RES_SETTINGS_PROTOCOL_HTTP_LABEL = "HTTP";
var RES_SETTINGS_PROTOCOL_HTTPS_LABEL = "HTTPS";
var RES_SETTINGS_PROTOCOL_SELECTION_LABEL = "Ausgewähltes Protokoll";
var RES_SETTINGS_SERVER_ADDRESS_LABEL = "SugarCRM Server Adresse";
var RES_SETTINGS_SAVE_CONFIG_LABEL = "Änderung speichern";
var RES_NEW_OPPORTUNITY_PAGE_TITLE = "*Neue Verkaufschance";
var RES_NEW_OPPORTUNITY_NAME_LABEL = "Name";
var RES_ACCOUNT_NAME_LABEL = "Name der Firma";
var RES_SEARCH_ICON_LABEL = "Suche";
var RES_SELECT_MODULES_TO_SEARCH = "Wählen Sie weitere Module die in der Suche 
integriert werden sollen";
var RES_SEARCH_PAGE_HEADER = "Suche";
var RES_SEARCH_PAGE_BUTTON = "Suche Performance";
var RES_INFO_TITLE = "Information";
var RES_NO_RECORDS_TEXT = "In dieser Richtung befinden sich keine 
Aufzeichnungen mehr";
var RES_OK_BUTTON = "Ok";
var RES_FIELD_LABEL_ACCOUNT_TYPE = "Typ";
var RES_FIELD_LABEL_INDUSTRY = "Branche";
var RES_FIELD_LABEL_ANNUAL_REVENUE = "Jahreseinkommen";
var RES_FIELD_LABEL_EMPLOYEES = "Mitarbeiter";
var RES_FIELD_LABEL_SIC_CODE = "SIC Code";
var RES_FIELD_LABEL_TICKER_SYMBOL = "WKN";
var RES_FIELD_LABEL_MEMBER_OF = "Mitglied von";
var RES_FIELD_LABEL_OWNERSHIP = "Eigentümer";
var RES_FIELD_LABEL_CAMPAIGN = "Kampagne";
var RES_FIELD_LABEL_RATING = "Einstufung";
var RES_FIELD_LABEL_ASSIGNED_TO = "Zugewiesen an";
var RES_FIELD_LABEL_DATE_MODIFIED = "Änderungsdatum";
var RES_FIELD_LABEL_DATE_CREATED = "Erstellungsdatum";
var RES_FIELD_LABEL_WEBSITE = "Website";
var RES_FIELD_LABEL_BILLING_ADDRESS = "Rechnungsadresse";
var RES_FIELD_LABEL_SHIPPING_ADDRESS = "Lieferadresse";
var RES_FIELD_LABEL_EMAIL = "E-Mail";
var RES_DIVIDER_LABEL_MORE_INFO = "Weitere Informationen";
var RES_DIVIDER_LABEL_OTHER_INFO = "Andere Informationen";
var RES_ACTION_DELETE = "Löschen";
var RES_ACTION_EDIT = "Bearbeiten";
var RES_ACTION_DO_NOT_CALL = "*Hinweis: Dieser Kontakt möchte nicht 
telefonisch kontaktiert werden";
var RES_ACTION_CONFIRM_DELETE = "Möchten Sie diese Aufzeichnung wirklich 
löschen?";
var RES_ACTION_BACK = "Zurück";
var RES_ACTION_LOADING_RECORDS = "Lade...";
var RES_ACTION_USE_CURRENT_ADDRESS = "Aktuellen Standort verwenden";
var RES_ACTION_COPY_BILLING_ADDRESS = "Kopieren der Rechnungsadresse";
var RES_NOTIFICATION = "Leider konnten keine passenden Suchergebnisse gefunden 
werden";
var RES_NOTIFICATION_GEOLOCATE_ERROR = "Ihr Standort konnte nicht ausfindig 
gemacht werden";
var RES_SEARCH_RESULTS_TITLE = "Suchergebnisse";
var RES_CURRENCY_LABEL = "Währung";



Original issue reported on code.google.com by [email protected] on 1 Aug 2012 at 10:30

tel links have a hardcoded +1

What steps will reproduce the problem?
1. Select a lead, contact or company
2. press a phone number
3. iPhone tries to dial the phone number

What is the expected output? What do you see instead?
It should dial the number as displayed (eg. +49 89 7673690) instead it dials a 
+1 in front and then the number (+1 +49 89 7673690)

What version of the product are you using? On what operating system?
latest version on Safari on iOS

Please provide any additional information below.
Solution: remove the +1 in front of the "tel" links (yes, there are people 
outside the US using that software...) and get your phone numbers in the 
Database right (http://tools.ietf.org/html/rfc3966 ).

Original issue reported on code.google.com by [email protected] on 23 Jul 2012 at 9:05

Login Expiration

What steps will reproduce the problem?
1. Login @ the mobile site.
2. Navigate to another web page.
3. Return to the mobile site.

What is the expected output? What do you see instead?
The user does not expect to be logged out, and instead expects to be able to 
continue their mobile session.  The log out occurs even when browsing away for 
a moment, by accident or otherwise.

What version of the product are you using? On what operating system?
Saw this issue with 0.2.2 on an Android mobile phone.  Installed 0.2.3 today, 
but didn't see any release notes relating to persistent login.

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 13 Jul 2011 at 7:25

Accounts deleted from SugarCRM still appear in ce-mobile-crm

What steps will reproduce the problem?
1. login to ce-mobile-crm directory from iPhone
2. select Accounts
3. old Accounts still visible

What is the expected output? What do you see instead?

Can't page back or forward. Get message "There are no more records in that 
direction"


What version of the product are you using? On what operating system?
v0.0.2.4 on Mac OSX Lion


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 7 May 2012 at 1:40

Attachments:

Do no works on sugar crm ce 6.5.x

What steps will reproduce the problem?
1. Upgrade sugar ce 6.5.x
2. run mobile
3. when you will log in then a popup menssaje says something like one or more 
fields are missing.

What is the expected output? What do you see instead?

All the modules and the correct operation.


What version of the product are you using? On what operating system?

the lastest
Please provide any additional information below.
[email protected]


Original issue reported on code.google.com by [email protected] on 28 May 2013 at 6:07

Beta Test 2.3 Results

Beta Test 2.3 on 8-17-11

I was asked to post these results from my communication with Dave Floyd

Here is my server configuration and mobile device
Windows 2003 Servers
IIS6
Sugar 5.5.4
PHP 5.2.10
MySQL 5
Apple IOS 4.2.1
Model 3G

Here are the results after hours of testing:

The login is successful using any user account
the account page loads ok (if the user is not restricted into a ROLE)
the contact page loads ok (if the user is not restricted into a ROLE)
...for example the ADMIN user can load the {account and contact pages via 
mobile app}
but a standard user will not be able to load any data. So there is a role 
delineation issue that needs to be addressed.

All other mobile pages regardless of the Users and Roles:
the opportunity page does not load
the leads page does not load
the calls page does not load
the meetings page does not load
the task page does not load


Some other testing information for you regarding the account interaction 
scripts:
Through the ADMIN login when you access the accounts icon.  You can select an 
account and it pulls up just fine.  If you try to access the contents from 
within the "account view" you get this:

Account Details main view ok
 1. Contacts Tab view is ok, if you go inside this tab you get
- office phone dials ok
- email pulls up email client ok
- address pulls up apple maps ok
- shows opportunity tab with correct contents
- Leads shows No Data
- Calls shows No Data
- Meetings shows No Data
- Tasks states that it in progress

2.Opportunities Tab view shows ok
- shows the contacts listed ok
- Leads shows No Data
- Calls shows No Data
- Meetings shows No Data

3. Leads Tab No Data

4. Calls Tab
- from the account view it shows the call names, dates, and times
- if you click on a meeting it pulls up with this
- Contacts No Data
- Leads No Data
- Notes No Data

5. Meetings Tab
- from the account view it shows the meetings names, dates, and times
- if you click on a meeting it pulls up with this
- Contacts No Data
- Leads No Data
- Notes No Data

6. Tasks Tab
- No Data


The Contacts Icon:
when this page is accessed it performs identically to the accounts page, all 
contact names show up and the opportunity tab shows the correct opportunity 
name, the phone dialing, email client prompt, and apple maps all pull up ok 
when clicked.  the other Task, Meetings, Calls, and Leads show No Data.

I hope this helps your team towards improving the projects success.  Let me 
know if you would like me to set up a couple of test user accounts for you with 
the different role delineations so your team can look at the output of the code 
live.  I can be contacted via email at [email protected]

Thanks for all the hard work on this project!

Original issue reported on code.google.com by jrp918%[email protected] on 19 Aug 2011 at 5:27

Duplicate records appear when editing an account

What steps will reproduce the problem?
1. Create a new account
2. Immediately edit the account
3. Add a value to a field
4. Save the record
5. Go back to the accounts list

What is the expected output? What do you see instead?
The expected output would be to see the account that was edited updated. 
Instead a second account with the same name is created.


Original issue reported on code.google.com by [email protected] on 18 Aug 2012 at 2:24

Adding search module

Is that in your immediate plans? Navigating through all accounts and contacts 
to find the one we want is impossible

Original issue reported on code.google.com by [email protected] on 5 Jul 2011 at 6:25

No way to login mobile Sugar with the phone (works perfectly from the pc browser)

What steps will reproduce the problem?
1. Loading the page from a samsung playerstar
2. entering user and password
3. cliking on "login"

What is the expected output? What do you see instead?
I am supposed to see the CE Mobile CRM v0.0.2.4 home page as it appears in my 
pc browser. But nothing happens after cliking on "login" button. In addition, 
images do not show up (no nice CE Mobile CRM v0.0.2.4 interface, but text only) 
and a list of bullets and empty modules.

What version of the product are you using? On what operating system?
CE Mobile CRM v0.0.2.4, Sugarcrm Version 6.2.3 (Construction 6658), the server 
uses Linux.

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 6 Nov 2011 at 8:18

Add multi-language support to the application

Move all text labels to a seperate .js file that will be global variables used 
to render all application labels. Then individuals can simply provide another 
.js file with translations for another language to be available for the 
application.


Original issue reported on code.google.com by [email protected] on 15 Apr 2011 at 2:00

Update to Beta 2 of jQuery Mobile

In an effort to identify any breaking changes caused by updates to the jQuery 
framework, and also to add performance improvements as soon as possible. Please 
update to jQuery Mobile Beta 2.

Original issue reported on code.google.com by [email protected] on 8 Aug 2011 at 2:54

Back navigation does not function correctly when editing records

What steps will reproduce the problem?
1. Edit a record
2. Save the record
3. Click the "back" button
4. Notice it attempts to take you back to the edit form.

What is the expected output? What do you see instead?
Expected output would be clicking "back" on the account list screen takes you 
back to the main screen, or if viewed from another linked record, takes you 
back to that record.

Navigation stack needs to have the edit screen removed from the stack so that 
it does not take you back to that screen but rather the screen before it. The 
edit screens should never be added to the navigation stack.

Original issue reported on code.google.com by [email protected] on 18 Aug 2012 at 2:31

Add Leads, Opportuties, etc

Is is possible to add leads, opportunities, etc using this interface? If not, 
would you please consider adding the functionality. Thanks.



Original issue reported on code.google.com by [email protected] on 29 Jan 2012 at 9:06

  • Merged into: #18

No data displayed

What steps will reproduce the problem?
1. Installed products
2. login
3. show lead, account, etc pages but no data displayed

What is the expected output? What do you see instead?
should show leads but no data displayed

What version of the product are you using? On what operating system?
community 6.3 on linux

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 8 Dec 2011 at 3:07

No Data Displayed for account or contact

What steps will reproduce the problem?
1. Installed product
2. Was able to login
3. Able to go to account screen.  No data displayed

What is the expected output? Account or Contact data
What do you see instead?  No data for the account or contact


What version of the product are you using? Latest release 
ce-mobile-crm-0.0.2.4.zip

On what operating system? CENT OS


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 18 Oct 2011 at 3:45

Fix stuck on "Loading"

What steps will reproduce the problem?
Unsure of how to reproduce this problem but it apparently happens when 
connecting to certain versions of the SugarCRM server.

What is the expected output? What do you see instead?
The expected output is that the list of Accounts, Opportunities, etc.. is 
displayed. Instead the Loading panel is displayed and nothing happens.

One of the individuals that was using the application already looked into this 
and found the resolution. Apparently some versions of SugarCRM require the 
specific fields to be included in the REST calls to get data. Other versions 
will return all fields if none are specified. To ensure greater compatibility 
all calls should include the fields that will be used and this should resolve 
the issue.


Original issue reported on code.google.com by [email protected] on 15 Apr 2011 at 2:03

Page keeps refreshing after login

I am seeing this in the error log:

[Mon May 30 14:46:00 2011] [error] [client 76.173.47.192] PHP Warning:  
session_id() expects parameter 1 to be string, array given in 
/www/sugar/service/core/SoapHelperWebService.php on line 198, referer: 
http://sugar.xxx.com/m/

Original issue reported on code.google.com by [email protected] on 30 May 2011 at 9:48

Login Failed (fresh install)

What steps will reproduce the problem?
1. Create a user 'testuser'
2. Login to Sugar and set password to 'test1234'
3. Attempt to login via CE Mobile

What is the expected output? What do you see instead?
Expect to see Home Screen, instead get 'login failed' response

What version of the product are you using? On what operating system?
OpenSUSE 11.1 (Kernel 2.6.27.56-0.1-pae) in VMware
PHP 5.2.14, Apache 2.2.10, MySQL 5.0.67
Sugar CE 6.2.0b3 and CE Mobile 0.2.1

Please provide any additional information below.
Fresh install, no other software loaded, always happens on all users.

GET -> 
http://192.168.1.68/sugar/service/v2/rest.php?method=login&input_type=JSON&respo
nse_type=JSON&rest_data=%5B%7B%22password%22%3A%2216d7a4fca7442dda3ad93c9a726597
e4%22%2C%22user_name%22%3A%22testuser%22%7D%2C%22SugarCrm%22%2C%7B%22name%22%3A%
22language%22%2C%22value%22%2C%22en_US%22%7D%5D

RESPONSE -> {"name":"Invalid Login","number":10,"description":"Login attempt 
failed please check the username and password"}

Firebug reports;
input_type  JSON
method  login
response_type   JSON
rest_data   [{"password":"16d7a4fca7442dda3ad93c9a726597e4","user_name":"testuser"
},"SugarCrm",{"name":"language","value","en_US"}]

Original issue reported on code.google.com by [email protected] on 17 Apr 2011 at 1:34

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.