Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 5 online users. » 1 Member(s) | 1 Guest(s) Applebot, Bing, Google
|
Latest Threads |
Finetuning the way you se...
Forum: coreBOS Development
Last Post: alexandy40d
12-06-2024, 07:38 AM
» Replies: 4
» Views: 8,131
|
MariaDB Version
Forum: Administrator Support
Last Post: joebordes
11-01-2024, 11:49 AM
» Replies: 1
» Views: 613
|
Product Catalog / parts c...
Forum: Modules/Extension Support
Last Post: joebordes
09-15-2024, 09:40 AM
» Replies: 1
» Views: 1,106
|
Challenges and Best Pract...
Forum: coreBOS Development
Last Post: wishforbes
08-30-2024, 04:21 PM
» Replies: 0
» Views: 716
|
PRODUCTS IN ACCOUNTS BY O...
Forum: User Support
Last Post: jonathanmoore858
08-03-2024, 04:14 PM
» Replies: 4
» Views: 2,752
|
Zapier | Integration
Forum: Modules/Extension Support
Last Post: bernardgbailey
07-29-2024, 11:45 PM
» Replies: 7
» Views: 9,838
|
Versión PHP recomendada
Forum: International
Last Post: joebordes
07-04-2024, 05:42 PM
» Replies: 7
» Views: 3,316
|
Could Someone Give me Adv...
Forum: Open Discussions
Last Post: joebordes
06-27-2024, 08:32 AM
» Replies: 1
» Views: 1,693
|
RESTRICTED FILE
Forum: Administrator Support
Last Post: inspectorflint
06-22-2024, 08:08 AM
» Replies: 7
» Views: 5,646
|
GENDOC imágenes
Forum: Open Discussions
Last Post: joebordes
06-02-2024, 05:11 PM
» Replies: 4
» Views: 2,017
|
|
|
Mail Manager error |
Posted by: LorenzoGreco - 09-14-2021, 08:47 AM - Forum: Modules/Extension Support
- Replies (8)
|
|
Hi all
i've coreBOS 8.0 (2aa8606cf20210902)
i've a problem (again) with Finding Relation in mail manager
when i try to attach an inbound email to an existing contact it doen't work.
Opnening Browser inspection i found this error
VM6211:1 Uncaught SyntaxError: Unexpected token S in JSON at position 0
at JSON.parse (<anonymous>)
at Object.<anonymous> (VM5980 MailManager.js:604)
at i (jquery.js:2)
at Object.fireWith [as resolveWith] (jquery.js:2)
at y (jquery.js:4)
at XMLHttpRequest.c (jquery.js:4)
(anonymous) @ VM5980 MailManager.js:604
i @ jquery.js:2
fireWith @ jquery.js:2
y @ jquery.js:4
c @ jquery.js:4
XMLHttpRequest.send (async)
send @ csrf-magic.js:52
send @ jquery.js:4
ajax @ jquery.js:4
mail_associate @ VM5980 MailManager.js:598
mail_associate_actions @ VM5980 MailManager.js:663
onchange @ index.php?action=index&module=MailManager:1
ListPicker._handleMouseUp @ unknown
For Your Knowledge, perhaps is my vps iussue:
to send email i have to change in file class.phpmailer.php:769
public function isSMTP()
{
$this->Mailer = 'sendmail'; /* original was smtp */
have a nice day
Lorenzo
|
|
|
Suggestion - autenthication to made changes |
Posted by: rslemer - 07-13-2021, 06:20 PM - Forum: Administrator Support
- No Replies
|
|
Some situations need confirmation of user are for certify or authorize user confirm changes, for example, in data more private
or in another situation, some sensitive data could be necessary user with more hierarchy of logged user authorize thats changes
I suggest, system implement, that, in this cases, system "block" screen and ask for a password or user and password to release changes.
with a modal screen, or pop up.
Today in coreBOS when that's situation, I means when profile has many restritions, not possible one user started changes and another user only authorize that
|
|
|
Module for user mention |
Posted by: garenas - 07-12-2021, 11:49 PM - Forum: Modules/Extension Support
- Replies (3)
|
|
Good morning everyone.
Hoping you are very well.
Joe Bordes would like to know if you have a module similar to that of mentioning users with @Gabi for example.
Or it is possible to use in version 7.0 coreBOS the one from its4you /vtiger-extensions/mention-users/
I remain attentive to your comments
First of all, Thanks
Greetings!
|
|
|
Automatic fill adress fields |
Posted by: inspectorflint - 07-01-2021, 02:55 PM - Forum: Administrator Support
- Replies (3)
|
|
Hello:
I need to configure the invoice module in coreBos 8 in order to make the invoices with the vendor data, instead od accounts data. I have created a field related to vendors , but I would need the address fields to be filled in, in the same way as with accounts.
I have found a global variable, Application_Billing_Address_Checked , with this definition: Al seleccionar una Cuenta/Contacto/Vendedor en la ventana emergente, la aplicación te pregunta si debe rellenar las direcciones. Esta variable establece la casilla de verificación Dirección de Facturación.
But when I fix it to 1, the option to fill adress fields when a vendor is selected don´t show.
In this case, vendedor seems to vendor, o this global variable dont work for this?. Thanks
Regards
|
|
|
Change the default tax type in sale order |
Posted by: addady2 - 06-17-2021, 11:44 AM - Forum: Administrator Support
- Replies (2)
|
|
Hi,
I would like to change the default tax type when creating new in sale order, invoice etc.
I modify:
Smarty/templates/Inventory/ProductDetailsEditView.tpl
diff
Code: <select class="small" id="taxtype" name="taxtype" onchange="decideTaxDiv(); calcTotal();">
- <OPTION value="individual" {$individual_selected}>{$APP.LBL_INDIVIDUAL}</OPTION>
<OPTION value="group" {$group_selected}>{$APP.LBL_GROUP}</OPTION>
+ <OPTION value="individual" {$individual_selected}>{$APP.LBL_INDIVIDUAL}</OPTION>
</select>
and delete
./Smarty/templates_c/25.............df_0.file.ProductDetailsEditView.tpl.php
But it didn't help.
Any idea?
|
|
|
Scheduled Reports |
Posted by: radu - 06-15-2021, 12:28 PM - Forum: Administrator Support
- Replies (4)
|
|
Hello,
I tryed to schedule e-mail from a default report in a fresh installation and did not received the e-mail. The outgoing e-mail is configured ok, the system can send e-mails otherwise. Can someone tell me what debug procedure should I use to trouble shoot this? I can't confirm it on the demo site because i don't think mails are configured there.
Thanks
|
|
|
|