merge conflict
This commit is contained in:
commit
06b9f90383
@ -693,7 +693,7 @@ if (!empty($usemargins) && $user->rights->margins->creer) {
|
|||||||
/* When changing predefined product, we reload list of supplier prices required for margin combo */
|
/* When changing predefined product, we reload list of supplier prices required for margin combo */
|
||||||
$("#idprod, #idprodfournprice").change(function()
|
$("#idprod, #idprodfournprice").change(function()
|
||||||
{
|
{
|
||||||
console.log("Call method change() 1 after change on #idprod or #idprodfournprice (senderissupplier=<?php echo $senderissupplier; ?>). this.val = "+$(this).val());
|
console.log("Call method change() after change on #idprod or #idprodfournprice (senderissupplier=<?php echo $senderissupplier; ?>). this.val = "+$(this).val());
|
||||||
|
|
||||||
setforpredef(); // TODO Keep vat combo visible and set it to first entry into list that match result of get_default_tva
|
setforpredef(); // TODO Keep vat combo visible and set it to first entry into list that match result of get_default_tva
|
||||||
jQuery('#trlinefordates').show();
|
jQuery('#trlinefordates').show();
|
||||||
@ -752,7 +752,6 @@ if (!empty($usemargins) && $user->rights->margins->creer) {
|
|||||||
if (!empty($conf->global->FCKEDITOR_ENABLE_DETAILS)) { ?>
|
if (!empty($conf->global->FCKEDITOR_ENABLE_DETAILS)) { ?>
|
||||||
if (typeof CKEDITOR == "object" && typeof CKEDITOR.instances != "undefined")
|
if (typeof CKEDITOR == "object" && typeof CKEDITOR.instances != "undefined")
|
||||||
{
|
{
|
||||||
var editor = CKEDITOR.instances['dp_desc'];
|
|
||||||
var editor = CKEDITOR.instances['dp_desc'];
|
var editor = CKEDITOR.instances['dp_desc'];
|
||||||
if (editor) {
|
if (editor) {
|
||||||
editor.setData(proddesc);
|
editor.setData(proddesc);
|
||||||
|
|||||||
@ -103,8 +103,9 @@ create table llx_product
|
|||||||
desiredstock float DEFAULT 0,
|
desiredstock float DEFAULT 0,
|
||||||
fk_unit integer DEFAULT NULL,
|
fk_unit integer DEFAULT NULL,
|
||||||
price_autogen tinyint DEFAULT 0,
|
price_autogen tinyint DEFAULT 0,
|
||||||
fk_default_bom integer DEFAULT NULL,-- Used when product was generated by a project or is specifif to a project
|
fk_project integer DEFAULT NULL, -- Used when product was generated by a project or is specifif to a project
|
||||||
fk_project integer DEFAULT NULL,
|
|
||||||
mandatory_period tinyint DEFAULT 0 -- is used to signal to the user that the start and end dates are mandatory for this type of product the fk_product_type == 1 (service) (non-blocking action)
|
mandatory_period tinyint DEFAULT 0 -- is used to signal to the user that the start and end dates are mandatory for this type of product the fk_product_type == 1 (service) (non-blocking action)
|
||||||
|
|
||||||
|
fk_default_bom integer DEFAULT NULL,
|
||||||
|
fk_project integer DEFAULT NULL -- Used when the product was generated by a project or is specific to a project
|
||||||
)ENGINE=innodb;
|
)ENGINE=innodb;
|
||||||
|
|||||||
@ -399,9 +399,11 @@ ProductSupplierExtraFields=Additional Attributes (Supplier Prices)
|
|||||||
DeleteLinkedProduct=Delete the child product linked to the combination
|
DeleteLinkedProduct=Delete the child product linked to the combination
|
||||||
PMPValue=Weighted average price
|
PMPValue=Weighted average price
|
||||||
PMPValueShort=WAP
|
PMPValueShort=WAP
|
||||||
|
|
||||||
mandatoryperiod=Mandatory periods
|
mandatoryperiod=Mandatory periods
|
||||||
mandatoryPeriodNeedTobeSet=Attention periods not entered and mandatory
|
mandatoryPeriodNeedTobeSet=Attention periods not entered and mandatory
|
||||||
mandatoryPeriodNeedTobeSetMsgValidate=A service requires a start and end period
|
mandatoryPeriodNeedTobeSetMsgValidate=A service requires a start and end period
|
||||||
mandatoryHelper=Message to the user on the need to enter a start date and an end date on a service when creating / validating an invoice, commercial proposal, sales order. <br> This action is not blocking in the process of confirmation
|
mandatoryHelper=Message to the user on the need to enter a start date and an end date on a service when creating / validating an invoice, commercial proposal, sales order. <br> This action is not blocking in the process of confirmation
|
||||||
DefaultBOM=Default BOM
|
DefaultBOM=Default BOM
|
||||||
DefaultBOMDesc=The default BOM recommended to use to manufacture this product. This field can be set only if nature of product is '%s'.
|
DefaultBOMDesc=The default BOM recommended to use to manufacture this product. This field can be set only if nature of product is '%s'.
|
||||||
|
|
||||||
|
|||||||
@ -234,7 +234,7 @@ input.button.massactionconfirmed {
|
|||||||
margin: 4px;
|
margin: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
input:invalid, select:invalid, input.--error , select.--error, input.error {
|
input:invalid, select:invalid, input.--error , select.--error {
|
||||||
border-color: #ea1212;
|
border-color: #ea1212;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user