-
Isn't there already code in there that loads a print view CSS? I'm not at a computer with the code installed handy, but that's my recollection.
Regards,
- Brian.
2009-11-09 22:02:17 UTC in XRMS CRM
-
My memory is hazy, but I'd say go ahead and commit the code.
Regards,
- Brian.
2009-11-05 10:44:25 UTC in XRMS CRM
-
I replied to your query a few days ago. See Above. If you have more specific questions, please ask them. (Sorry for the typos in my previous post, I was clearly typing too quickly)
Regards,
- Brian.
2009-10-06 17:59:01 UTC in XRMS CRM
-
Using the XRMS database or the plugin API does not create a derivative work. Because of the nature of enterprise-grade CRM systems, they must often be interfaced with proprietary software. It has always been my intention and the intention of the other developers who have worked on XRMS who have been consulted that XRMS should allow for this kind of integration in a way that did not put people...
2009-09-29 12:36:41 UTC in XRMS CRM
-
1. back up your database (you should be doing this on a regular basis anyway)
- stop MySQL
- run mysqldump
- restart MySQL
2. make a new directory to install the upgrade into under your web root
3. upload the new files
4. configure to point to your database
5. log in to the new location and run the database structure update
6. test
7. reconfigure the root to point...
2009-09-05 16:05:07 UTC in XRMS CRM
-
This has been fixed in CVS.
2009-08-13 17:27:33 UTC in XRMS CRM
-
I'm not aware of any official PHP message that would say "Hacking Attempt", so some googling and a call to your hosting provider may be in order.
Needless to say, I do not get this error when using the pager that appears on many, many pages in XRMS.
Regards,
- Brian.
2009-07-21 12:33:09 UTC in XRMS CRM
-
These "headers already sent" errors are a nasty result of the way PHP code and HTML can be mixed together.
Accordibng to the error, you most likely have whitespace after the closing ?> tag in i18n.php, probably because that file was hand-edited in your environment.
You have two options: remove the whitespace, or remove the closing tag. Either should solve the problem...
2009-07-08 18:03:03 UTC in XRMS CRM
-
First check the opportunity status setup in the adminisatration menu. The string isn't really meaningful, but there is a separate closed status indicator available for each status.
At an airport right now, so sorry for the lack of specificity.
Brian.
2009-07-02 18:18:04 UTC in XRMS CRM
-
As I said in response to this thread over four years ago, most enterprise CRM installations use logical delete only for a whole host of reasons. That's how XRMS was designed.
There is a purge option in the administrative section now that purges deleted records that did not exist when I responded to the message years agoe.
Regards,
- Brian.
2009-06-25 18:27:22 UTC in XRMS CRM