-
Posts
6,683 -
Joined
-
Last visited
-
Days Won
838
Everything posted by Paul
-
Maybe it can just be a write-in, I dunno.. but I agree, both DOB and gender fields disabled out of the box.
-
Also, separately, I don't know if we really want to get into the gender debate. ??
-
That's the thing.. which makes this 2 feature requests. New fields + ability to hide/disable fields. Right now you can set which are required fields, though First, Last, Email is always required, we'd have to add another option for whether to show the field at all. I think it'd be a good feature, people sure ask enough about removing fields, but it's two feature requests.
-
There is no hard limit, but we do not recommend a very large number. Multi-company is intended for a single organization that operates multiple brands/companies. It's not meant for companies to offer addon companies to their customers/resellers. If you're thinking of offering Blesta to your customers/resellers as addon companies, I'd highly recommend becoming a reseller and setting them up with their own installations instead. See https://www.blesta.com/resellers/ It takes time to process automation tasks the more data and companies you have. Depending on hardware, number of addon companies, and data stored, automation tasks could take a significant amount of time to run.
-
First, very nice integration, looks great! If it's prompting the user to login again, the session is not being maintained. I noticed that you mentioned www. your domain, and later http://domain, if this hostname difference exists from the URL the user logs into to the link in your client area, it could explain it.
-
On second thought, please PM the file to me or email to sales@. There is some internal debate as to whether we should publish this, so better if it's not public just yet.
-
Thanks for the suggestion. What are some compelling reasons you'd want to allow/disallow a client from creating contacts? And if they can't create them, should they be able to see them if an admin creates them? And if they can see them, and not create them, should they be able to update or view them?
-
I'd say go ahead and attach the MySQL Workbench file so we can open it, and maybe Tyson can help with those remaining relationships. I'd love to keep a copy of the file on hand, so we can update it going forward, and provide a visual and download within the documentation. Really appreciate the contribution!
-
You must check "everything".
-
You can create custom client fields, but it looks like they only apply to the primary contact (client contact) and not other contacts. Is this a request to make custom client fields work for other contacts also, or specifically to add these as standard fields?
-
Sounds like your API user doesn't have permission to do this. Are you using the new API keys or the remote access key? If API keys, check that you have full permissions.
-
Nothing built in at the moment. You could possibly use a mod_security rule, which could detect it.. otherwise, a feature request https://requests.blesta.com/
-
Dev docs are a section of our documentation at https://docs.blesta.com/display/dev
-
The only emails that are queue'd are invoices. You can edit the invoice and uncheck the Email option. If the mail is queue'd in your SMTP spooler, then you'd have to delete it from your mail server.
-
The log only logs the text version of the email template. Maybe you have a discrepancy between your HTML and Text versions? You should check. Not sure what you mean by the signatures are wrong in the UI, but correct when you edit them. Screenshot?
-
Oh, for templates.. check also that you've updated both HTML and text versions.
-
Upgrading doesn't really revert any settings, and email templates will send as they are shown in the UI. If you're seeing the wrong information going out, I would be very suspicious that you may have another install somewhere using a different database, for which your cron is running against. It's impossible for Blesta to send an email using an old email template, because the old template is not stored anywhere.. when you save changes, they are immediate and completely replaced.
-
If I remember right, Cody architected the database originally on paper. I'm not sure if that paper still exists, and if it does it wouldn't be complete now. If I had a diagram, I'd be happy to share it, but I don't. We should probably make one we can add to the dev docs though.
-
Yes, welcome! If you need anything, let us know!
-
Well, I can't argue that. I never really did understand the master reseller thing.
-
Well that's a bummer. They should just make it FOSS (Free Open Source Software). Let someone else maintain it if they want, and don't force people to find another solution.
-
Interesting.. so like another multi-select for Countries under the Client Filtering Options section (With maybe all countries selected by default)? Not sure how this will impact performance, but I can see it being useful. Would this be useful to anyone else?
-
The cron log is rotated out automatically. Check your rotation policy at Settings > System > Basic Setup. Also check that the automation task "Clean up Logs" is scheduled to run under Settings > Company > Automation. Since the cron runs every 5 minutes, and there are many tasks to process, it's normal for there to be a lot of records. Just don't arbitrarily delete things, the system relies on the existence of certain logs in the way it schedules/processes things, and manually deleting things can cause things to run in-duplicate.