Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 5 online users. » 0 Member(s) | 1 Guest(s) Applebot, Bing, Google, Yandex
|
Latest Threads |
Finetuning the way you se...
Forum: coreBOS Development
Last Post: alexandy40d
12-06-2024, 07:38 AM
» Replies: 4
» Views: 8,134
|
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: 717
|
PRODUCTS IN ACCOUNTS BY O...
Forum: User Support
Last Post: jonathanmoore858
08-03-2024, 04:14 PM
» Replies: 4
» Views: 2,755
|
Zapier | Integration
Forum: Modules/Extension Support
Last Post: bernardgbailey
07-29-2024, 11:45 PM
» Replies: 7
» Views: 9,840
|
Versión PHP recomendada
Forum: International
Last Post: joebordes
07-04-2024, 05:42 PM
» Replies: 7
» Views: 3,317
|
Could Someone Give me Adv...
Forum: Open Discussions
Last Post: joebordes
06-27-2024, 08:32 AM
» Replies: 1
» Views: 1,695
|
RESTRICTED FILE
Forum: Administrator Support
Last Post: inspectorflint
06-22-2024, 08:08 AM
» Replies: 7
» Views: 5,649
|
GENDOC imágenes
Forum: Open Discussions
Last Post: joebordes
06-02-2024, 05:11 PM
» Replies: 4
» Views: 2,018
|
|
|
Autocomplete product/service search on inventiry lines MULTICURRENCY |
Posted by: Svemar - 10-05-2020, 12:05 PM - Forum: Administrator Support
- Replies (7)
|
|
Hi,
We are using multicurrency function for our products, but ususally issuing Quotes/SO/Inv in fixed currency EUR.
Recently find out that depending on the method how we are selecting the products (via products popup OR via autocomplete search) differetnt prices are filled.
Popup selection fills the prices converted to the base currency (corect way), but autoseach fills fill Unconverted price (just the number, without the currency convertion).
With best regards
Marijus
|
|
|
Copias seguridad FTP o SSH |
Posted by: JesusPC - 09-11-2020, 04:10 PM - Forum: International
- Replies (2)
|
|
Buenas tardes
Llevo haciendo copias de seguridad desde el servidor linux a otro servidor windows y este segundo ya no está disponible.
Tengo otro servidor en la nube que me gustaría recibiera copias de seguridad de coreBOS porque de ese modo, cuando realizo copias comnpltas del servidor, ya se incluirían las de coreBOS.
¿Alguna ayuda de como debería hacerlo para que sean automáticas, me avise si hay errores y no tenga que estar encima del proceso a diario?
Imagino que la opción SSH puesto que es mas seguro, pero eso de momento no me preocupa porque puedo permitir conexión exclusivamente la IP de origen (IP fiaja), pero como sea mas facil puesto que no tengo mucha idea de linux.
|
|
|
Automatically filling relation type fields when creating a record from a related one |
Posted by: gedas - 09-08-2020, 06:37 AM - Forum: Administrator Support
- Replies (4)
|
|
Hi,
We are trying to define a Business Mapping that would automatically fill some of the fields on a new record when creating a new record from a related one (i.e. Asset -> Support Ticket; Sales Order -> Purchase Order).
This works fine with Text type fields, however, we cannot make this work for Relation type fields on the creating record.
What would be the proper way to do this to make it work?
Example: we need the Mapping to fill the "Asset" field (cf_713) in the Support Ticket record with the Asset name when creating Support Ticket from Asset. "Asset" field (cf_713) is relation type. Map name is Assets2HelpDesk.
<map>
<originmodule>
<originid>40</originid>
<originname>Assets</originname>
</originmodule>
<targetmodule>
<targetid>13</targetid>
<targetname>HelpDesk</targetname>
</targetmodule>
<fields>
<field>
<fieldname>cf_713</fieldname>
<Orgfields>
<Orgfield>
<OrgfieldName>assetname</OrgfieldName>
<OrgfieldID>FIELD</OrgfieldID>
</Orgfield>
</Orgfields>
</field>
</fields>
</map>
Many thanks.
|
|
|
Increase the height of the description field |
Posted by: addady2 - 09-06-2020, 08:11 AM - Forum: Administrator Support
- Replies (4)
|
|
Hi,
I want to increase the height of the description field when in full edit mode.
I previous version of Corebos I did it by modify themes/softed/style.css height parameter in the textarea section:
Code: textarea {
width:95%;
height:70px; <<<<<<<<<<<<<<<<<<<<
border:1px solid #dadada;
}
Now in the new version that have new UI everything change and I'm lost.
Could you please give me some direction in which file/section to do it.
Thank you
|
|
|
|