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.
This is an enhancement I want to make soon: as demonstrated [here](https://stackoverflow.com/a/31681602/14378654) it is quite easy using PHPMailer to place a copy of the mail you just sent to the...
I will try and create a checklist of things to check before you commit. This is a living list that will reflect my own mistakes while committing to the project,...
This problem keeps occuring for various reasons. I again have some salesorders where all the lines are gone.
We use corebos as sort of an e-mail client right now, but I think we can do better. First of all I think the e-mail server should be moved to...
Adapt the following existing functions: - getAllTaxes - insertTaxInformation List needs to be appended, missing entries.
Create a cbupdate that transfers all existing available taxes from `vtiger_inventorytaxinfo` and `vtiger_shippingtaxinfo` to the new taxes module
Right now the taxes selected for products and services live on `vtiger_producttaxrel`. We need to create an update that: - Creates the taxcolumns on both products and services - Transfers...
We need to transfer all S&H taxes from `vtiger_inventoryshippingrel` to module tables
Right now, S&H taxes are saved on `vtiger_inventoryshippingrel`. Each module's tables (e.g. `vtiger_salesorder`), should receive columns that represent each individual S&H tax for that record. Note: InventoryDetails and Products/Services don't...