Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ExactOnline for coreBOS
#4
(11-28-2015, 09:11 PM)Guido1982 Wrote: If I'm correct you'd like me to move all my classes to 'ExactOnline.php'?

Not necessarily but it is a good and clean way to proceed. You can have a "tools" file and put them in there also.

(11-28-2015, 09:11 PM)Guido1982 Wrote: Right now I've no Javascript, don't know if I'm going to need it, but still I can keep an empty JS file?

Yes, keep the empty .js file, it is loaded by default so if you don't put it you will get warning messages about it not being there.

(11-28-2015, 09:11 PM)Guido1982 Wrote: Right now I use the 'test.php' file to test all kinds of things, but I guess that should be moved to index.php later on? Don't know if it'll do anything in the final version, since this module is meant to do all it's work in the background.

If you don't want to explicitly expose the tests to the users you can leave them in the test file. In fact you can leave them there even if you do expose the results to the user.

(11-28-2015, 09:11 PM)Guido1982 Wrote: I see this composer everywhere on github, never knew what it was. I'll check into this.

The composer files are for automated installs of a sequence of modules. The normal application install just ignores the file. That is for advanced deployment of verticalizations. I think you can safely ignore that file for your current needs but it easy to fill in and doesn't hurt.

(11-28-2015, 09:11 PM)Guido1982 Wrote: As license you mean the license per file I guess?

Yes, correct.

(11-28-2015, 09:11 PM)Guido1982 Wrote: About the content, I'm not sure how to customize (or even create) my 'Settings' page. This is basically the only one I'm going to need. I read the Create Entity PDF from the vTIger team but that didn't give me all the answers.

I don't think the Settings functionality is documented anywhere. It is rather simple: you define a few entries in an array that indicate the icon, title description and file to execute. coreBOS will add the "hammer" settings icon and paint the box for you. When the admin user clicks on the link he will be redirected to the link you indicated, from there on it is all yours, do whatever you need to do.

Start by looking at the existing code. For example I uploaded yesterday our Confidential Information module that has two custom Settings sections:

https://github.com/tsolucio/Confidential-Information/blob/master/modules/ConfidentialInfo/Settings.php#L69
Joe
TSolucio
Reply


Messages In This Thread
ExactOnline for coreBOS - Guido1982 - 11-28-2015, 04:12 PM
RE: ExactOnline for coreBOS - joebordes - 11-28-2015, 06:05 PM
RE: ExactOnline for coreBOS - Guido1982 - 11-28-2015, 09:11 PM
RE: ExactOnline for coreBOS - joebordes - 11-29-2015, 05:15 PM
RE: ExactOnline for coreBOS - Guido1982 - 11-30-2015, 12:14 PM
RE: ExactOnline for coreBOS - Guido1982 - 11-30-2015, 09:55 PM
RE: ExactOnline for coreBOS - joebordes - 11-30-2015, 10:10 PM
RE: ExactOnline for coreBOS - Guido1982 - 12-01-2015, 03:00 PM
RE: ExactOnline for coreBOS - joebordes - 12-01-2015, 10:01 PM
RE: ExactOnline for coreBOS - Guido1982 - 12-02-2015, 08:37 PM
RE: ExactOnline for coreBOS - Guido1982 - 12-03-2015, 03:21 PM
RE: ExactOnline for coreBOS - joebordes - 12-03-2015, 05:11 PM
RE: ExactOnline for coreBOS - joebordes - 12-03-2015, 05:14 PM
RE: ExactOnline for coreBOS - joebordes - 12-03-2015, 05:17 PM
RE: ExactOnline for coreBOS - Guido1982 - 12-08-2015, 10:18 AM
RE: ExactOnline for coreBOS - joebordes - 12-08-2015, 10:24 AM
RE: ExactOnline for coreBOS - Guido1982 - 12-08-2015, 10:29 AM
RE: ExactOnline for coreBOS - joebordes - 12-08-2015, 10:35 AM
RE: ExactOnline for coreBOS - joebordes - 12-08-2015, 10:36 AM
RE: ExactOnline for coreBOS - Guido1982 - 12-15-2015, 12:55 PM
RE: ExactOnline for coreBOS - Guido1982 - 12-16-2015, 10:24 AM
RE: ExactOnline for coreBOS - joebordes - 12-16-2015, 12:28 PM
RE: ExactOnline for coreBOS - Guido1982 - 12-16-2015, 02:21 PM
RE: ExactOnline for coreBOS - joebordes - 12-16-2015, 05:29 PM
RE: ExactOnline for coreBOS - Guido1982 - 12-17-2015, 11:31 AM
RE: ExactOnline for coreBOS - joebordes - 12-17-2015, 09:51 PM
RE: ExactOnline for coreBOS - Guido1982 - 12-18-2015, 11:17 AM
RE: ExactOnline for coreBOS - joebordes - 12-18-2015, 12:01 PM
RE: ExactOnline for coreBOS - Guido1982 - 12-19-2015, 07:12 PM
RE: ExactOnline for coreBOS - joebordes - 12-20-2015, 10:38 AM
RE: ExactOnline for coreBOS - Guido1982 - 12-21-2015, 10:55 AM
RE: ExactOnline for coreBOS - joebordes - 12-21-2015, 11:50 AM
RE: ExactOnline for coreBOS - Guido1982 - 12-28-2015, 04:11 PM
RE: ExactOnline for coreBOS - joebordes - 12-28-2015, 11:23 PM
RE: ExactOnline for coreBOS - Guido1982 - 12-29-2015, 11:01 AM
RE: ExactOnline for coreBOS - joebordes - 12-29-2015, 12:54 PM
RE: ExactOnline for coreBOS - Guido1982 - 12-30-2015, 11:08 AM
RE: ExactOnline for coreBOS - joebordes - 12-30-2015, 12:15 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)