corebos
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.
I've not had time to examine this thoroughly, but here is the way I found this: We have a custom picklist in the Products module, called 'Product sort' (not very...
If I setup the search for, for instance, SalesOrders and include the `account_id` in the `showfields` directive, the autocomplete result will show me the account ID, not the accountname as...
When you have a profile that is allowed to see InventoryDetails but is not allowed to see certain fields (for example: costprice) and a user belonging to that profile creates...
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
Luke1982 @Luke1982 11:45 Something else I'd like to run by you. I'm getting some feedback from the product autocomplete. This company has products that are called '35' or '45' in...
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...
I think the select in the basic search in listview should get an extra default option called 'all columns'. Leaving the option at that and submitting a search should then...
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...
Right now we use the timezone of the first found admin user when we are executing things like scheduled reports or workflows without a clear user context. I would like...