corebos icon indicating copy to clipboard operation
corebos copied to clipboard

core Business Operating System. An OPEN SOURCE business application that helps small and medium business handle all the day to day tasks.

Results 130 corebos issues
Sort by recently updated
recently updated
newest added

This a NFR really, or enhancement. Whilst in the process of migrating to Corebos/Mysql 55 we discovered a very obscure with issue with PHP and Mysql where if Mysql runs...

enhancement

On [this line](https://github.com/tsolucio/corebos/blob/master/modules/Mobile/api/ws/FilterDetailsWithCount.php#L19) there is a $current_user assignment, but then this variable is not used anywhere. Is it missing a "global $current_user" or is the whole line unnecessary? Please correct...

bug
Mobile

When updating a ticket via Mail Converter use only part of the mail (e.g. use "answer above this line") or some other way to add only the new response and...

enhancement

If we put two __WorkflowFunction__ directives in the same line in an email they fail. I [added a test case that proves this](https://github.com/tsolucio/coreBOSTests/blob/master/modules/com_vtiger_workflow/VTSimpleTemplate.php#L307:L310). We must uncomment the test and modify...

bug

When a tax name changes we should update the label of the corresponding field in the financial fields block

https://github.com/tsolucio/corebos/blob/db2e8cba26eea9ff7b5f88cfee1e67858d87fe77/include/js/general.js#L5274-L5284

enhancement

https://discussions.corebos.org/showthread.php?tid=1226

enhancement

- Add two columns to the vtiger_potstagehistory table: ``` daysbwstage INT daysoflife INT ``` - Modify the potential save process to fill in these columns as the sales stage changes...

enhancement

Similar to the [current_user metavariable which we already have](http://corebos.org/documentation/doku.php?id=en:using_filters#current_user) we should add a **current_userandgroup** metavariable that will list all records assigned to the current user and any group he belongs...

enhancement

I suggest creating a filter for list only unread messages This useful for user's focus in new messages only ![mailmanagerunreadfilter](https://user-images.githubusercontent.com/1237191/44479989-6c4f7880-a642-11e8-9492-8960d38ca8cd.png) https://discussions.corebos.org/showthread.php?tid=1223

enhancement