Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 3 online users. » 0 Member(s) | 1 Guest(s) 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,135
|
MariaDB Version
Forum: Administrator Support
Last Post: joebordes
11-01-2024, 11:49 AM
» Replies: 1
» Views: 617
|
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: 717
|
PRODUCTS IN ACCOUNTS BY O...
Forum: User Support
Last Post: jonathanmoore858
08-03-2024, 04:14 PM
» Replies: 4
» Views: 2,757
|
Zapier | Integration
Forum: Modules/Extension Support
Last Post: bernardgbailey
07-29-2024, 11:45 PM
» Replies: 7
» Views: 9,843
|
Versión PHP recomendada
Forum: International
Last Post: joebordes
07-04-2024, 05:42 PM
» Replies: 7
» Views: 3,319
|
Could Someone Give me Adv...
Forum: Open Discussions
Last Post: joebordes
06-27-2024, 08:32 AM
» Replies: 1
» Views: 1,697
|
RESTRICTED FILE
Forum: Administrator Support
Last Post: inspectorflint
06-22-2024, 08:08 AM
» Replies: 7
» Views: 5,654
|
GENDOC imágenes
Forum: Open Discussions
Last Post: joebordes
06-02-2024, 05:11 PM
» Replies: 4
» Views: 2,020
|
|
|
help with report sql |
Posted by: rslemer - 01-29-2020, 09:44 PM - Forum: Administrator Support
- Replies (13)
|
|
I need create a sql report, and try this command
SELECT sum( vtiger_cobropago.amount) as 'Soma Valor', sum(vtiger_cobropago.cost) as 'Soma Custos' , sum(vtiger_cobropago.benefit) as 'Soma Liquido',
COALESCE(CONCAT(vtiger_users.first_name,vtiger_users.last_name),vtiger_groups.groupname)
FROM vtiger_cobropago INNER JOIN vtiger_crmentity ON vtiger_cobropago.cobropagoid = vtiger_crmentity.crmid LEFT JOIN vtiger_users ON vtiger_crmentity.smownerid = vtiger_users.id LEFT JOIN vtiger_groups ON vtiger_crmentity.smownerid = vtiger_groups.groupid WHERE vtiger_crmentity.deleted=0 AND (( vtiger_crmentity.modifiedtime BETWEEN '2020-01-01 00:00:00' AND '2020-01-31 23:59:59') AND (( vtiger_cobropago.paid = '1') )) AND vtiger_cobropago.cobropagoid > 0 group BY COALESCE(CONCAT(vtiger_users.first_name,vtiger_users.last_name),vtiger_groups.groupname)
Working in sql directly command, in mySQL but in SQL reports, not
I think problem is with a user name
How i can solved that?
Thanks!
|
|
|
Report Pivot table |
Posted by: rslemer - 01-28-2020, 02:01 AM - Forum: Administrator Support
- Replies (3)
|
|
Is possible I created a report as pivot table like as
I have field user in employes module
I plan related with a assigned to in payments
and listen in columns, sum of amount, cost and paid
I should started choose how module first? ( employee or payments ? )
First field aggregation is a user ( in employes ) and second is amount in payments ( sum )
but system not show anything in report
how I do wrong?
|
|
|
gsuite - OAuth |
Posted by: rslemer - 01-27-2020, 06:14 PM - Forum: Administrator Support
- Replies (1)
|
|
Today I use a g suite to provides my email service
coreBOS need setting a non secure app to get and send emails from gsuite
Gsuite alert this option is deactived soon
There any plan to change a way coreBOS connect with gsuite?
deadline is 2021-fev-15
|
|
|
Forecast and Budget Control |
Posted by: rslemer - 01-24-2020, 07:32 PM - Forum: Administrator Support
- Replies (8)
|
|
I wish use that module, but a way to calculate the goal is different of default
I didn't use the opportunities, but will use all payments marked as paid, in specif period
The ideia is calculated, only the values, received, and really confirmed value in your bank account.
For example
User created a payments in module, opportunity, service contracts, tickets, etc, in that specific period
When a financial guy ( user ) will marked that's payment as confirmed in bank account
I will considering this value in goal of this salesman ( user ) in this specif period
How I can change a way system calculate a goal in this module?
and listed each payments is considering for this goal, in detail view too
Thanks
|
|
|
What does the entityfield directive in the autocomplete map do? |
Posted by: Guido1982 - 01-22-2020, 04:59 PM - Forum: Administrator Support
- Replies (5)
|
|
If you had this in a FieldInfo map:
PHP Code: <field> <fieldname>contact_id</fieldname> <features> <feature> <name>searchmodule</name> <value>Contacts</value> </feature> <feature> <name>searchfields</name> <values> <value> <module>Contacts</module> <value>firstname,lastname</value> </value> </values> </feature> <feature> <name>searchcondition</name> <value>contains</value> </feature> <feature> <name>entityfield</name> <values> <value> <module>Contacts</module> <value>firstname</value> </value> </values> </feature> <feature> <name>showfields</name> <values> <value> <module>Contacts</module> <value>firstname,lastname</value> </value> </values> </feature> <feature> <name>fillfields</name> <values> <value> <module>Contacts</module> <value>leadsource=leadsource,assigned_user_id=assigned_user_id,closingdate=support_end_date</value> </value> </values> </feature> <feature> <name>mincharstosearch</name> <value>1</value> </feature> </features> </field>
What does the 'entityfield' directive do?
|
|
|
|