Joe Bordes

Results 49 issues of Joe Bordes

MailManager index.tpl load the same email template twice: https://github.com/tsolucio/corebos/blob/master/Smarty/templates/modules/MailManager/index.tpl#L50:L55 but that email template contains HTML elements with unique IDs so they get duplicated and the browser complains. We must find...

InventoryDetails module is not correctly configured to support multicurrency. We must change the uitype of the fields, add some other fields, fill them, and test. http://corebos.org/documentation/doku.php?id=en:devel:multicurrency

bug
help wanted

When displayed in the mobile UI, pictures are not resized at all. I think they should be optimized to the screens they are displayed on (or at least reduced to...

bug
Mobile

If you have 2 custom fields of photo type in a module, when you try to press the second field to invoke the camera, you are pushed back to listview...

bug
Mobile

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://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