-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into NEW/32460/SELECT_OBJECT_TABS
- Loading branch information
Showing
18 changed files
with
313 additions
and
262 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
* Copyright (C) 2007-2010 Jean Heimburger <[email protected]> | ||
* Copyright (C) 2011 Juanjo Menent <[email protected]> | ||
* Copyright (C) 2012 Regis Houssin <[email protected]> | ||
* Copyright (C) 2013-2024 Alexandre Spangaro <[email protected]> | ||
* Copyright (C) 2013-2025 Alexandre Spangaro <[email protected]> | ||
* Copyright (C) 2013-2016 Olivier Geffroy <[email protected]> | ||
* Copyright (C) 2013-2016 Florian Henry <[email protected]> | ||
* Copyright (C) 2018-2024 Frédéric France <[email protected]> | ||
|
@@ -1276,12 +1276,10 @@ function writebookkeeping() { | |
// Subledger account | ||
print "<td>"; | ||
print '</td>'; | ||
print "<td>"; | ||
$tmpvatrate = (empty($def_tva[$key][$k]) ? (empty($arrayofvat[$key][$k]) ? '' : $arrayofvat[$key][$k]) : implode(', ', $def_tva[$key][$k])); | ||
$labelvatrate = $langs->trans("Taxes").' '.$tmpvatrate.' %'; | ||
$labelvatrate .= ($numtax ? ' - Localtax '.$numtax : ''); | ||
print "<td>" . $bookkeepingstatic->accountingLabelForOperation($companystatic->getNomUrl(0, 'supplier'), $invoicestatic->ref_supplier, $labelvatrate) . "</td>"; | ||
print "</td>"; | ||
print '<td class="right nowraponall amount">'.($mt >= 0 ? price($mt) : '')."</td>"; | ||
print '<td class="right nowraponall amount">'.($mt < 0 ? price(-$mt) : '')."</td>"; | ||
print "</tr>"; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<?php | ||
/* Copyright (C) 2013-2018 Jean-François FERRY <[email protected]> | ||
* Copyright (C) 2016 Christophe Battarel <[email protected]> | ||
* Copyright (C) 2022-2023 Udo Tamm <[email protected]> | ||
* Copyright (C) 2023 Alexandre Spangaro <[email protected]> | ||
* Copyright (C) 2024 MDW <[email protected]> | ||
* Copyright (C) 2024 Frédéric France <[email protected]> | ||
* Copyright (C) 2024 Benjamin Falière <[email protected]> | ||
/* Copyright (C) 2013-2018 Jean-François FERRY <[email protected]> | ||
* Copyright (C) 2016 Christophe Battarel <[email protected]> | ||
* Copyright (C) 2022-2023 Udo Tamm <[email protected]> | ||
* Copyright (C) 2023 Alexandre Spangaro <[email protected]> | ||
* Copyright (C) 2024 MDW <[email protected]> | ||
* Copyright (C) 2024 Frédéric France <[email protected]> | ||
* Copyright (C) 2024-2025 Benjamin Falière <[email protected]> | ||
* | ||
* This program is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
|
@@ -563,7 +563,7 @@ | |
|
||
// Auto assign ticket to user who created it | ||
print '<tr class="oddeven">'; | ||
print '<td>'.$langs->trans("TicketsAutoAssignTicket").'</td>'; | ||
print '<td><label for="TICKET_AUTO_ASSIGN_USER_CREATE" class="block">'.$langs->trans("TicketsAutoAssignTicket").'</label></td>'; | ||
print '<td class="left">'; | ||
print '<input class="minwidth100" type="text" id="TICKET_AUTO_ASSIGN_USER_CREATE" name="TICKET_AUTO_ASSIGN_USER_CREATE" value="'.getDolGlobalString('TICKET_AUTO_ASSIGN_USER_CREATE').'">'; | ||
print '</td>'; | ||
|
@@ -598,19 +598,19 @@ | |
print '</tr>'; | ||
|
||
print '<tr class="oddeven">'; | ||
print '<td>'.$langs->trans("TicketsDelayBeforeFirstAnswer")."</td>"; | ||
print '<td><label for="delay_first_response" class="block">'.$langs->trans("TicketsDelayBeforeFirstAnswer")."</label></td>"; | ||
print '<td class="left"> | ||
<input type="number" value="'.getDolGlobalString('TICKET_DELAY_BEFORE_FIRST_RESPONSE').'" name="delay_first_response" class="width50"> | ||
<input type="number" value="'.getDolGlobalString('TICKET_DELAY_BEFORE_FIRST_RESPONSE').'" id="delay_first_response" name="delay_first_response" class="width50"> | ||
</td>'; | ||
print '<td class="center">'; | ||
print $formcategory->textwithpicto('', $langs->trans("TicketsDelayBeforeFirstAnswerHelp"), 1, 'help'); | ||
print '</td>'; | ||
print '</tr>'; | ||
|
||
print '<tr class="oddeven">'; | ||
print '<td>'.$langs->trans("TicketsDelayBetweenAnswers")."</td>"; | ||
print '<td><label for="delay_between_responses" class="block">'.$langs->trans("TicketsDelayBetweenAnswers")."</label></td>"; | ||
print '<td class="left"> | ||
<input type="number" value="'.getDolGlobalString('TICKET_DELAY_SINCE_LAST_RESPONSE').'" name="delay_between_responses" class="width50"> | ||
<input type="number" value="'.getDolGlobalString('TICKET_DELAY_SINCE_LAST_RESPONSE').'" id="delay_between_responses" name="delay_between_responses" class="width50"> | ||
</td>'; | ||
print '<td class="center">'; | ||
print $formcategory->textwithpicto('', $langs->trans("TicketsDelayBetweenAnswersHelp"), 1, 'help'); | ||
|
@@ -655,18 +655,18 @@ | |
// TODO Use module notification instead... | ||
|
||
// Email to send notifications | ||
print '<tr class="oddeven"><td>'.$langs->trans("TicketEmailNotificationFrom").'</td>'; | ||
print '<tr class="oddeven"><td><label for="TICKET_NOTIFICATION_EMAIL_FROM" class="block">'.$langs->trans("TicketEmailNotificationFrom").'</label></td>'; | ||
print '<td class="left">'; | ||
print '<input type="text" class="minwidth200" name="TICKET_NOTIFICATION_EMAIL_FROM" value="' . getDolGlobalString('TICKET_NOTIFICATION_EMAIL_FROM').'"></td>'; | ||
print '<input type="text" class="minwidth200" id="TICKET_NOTIFICATION_EMAIL_FROM" name="TICKET_NOTIFICATION_EMAIL_FROM" value="' . getDolGlobalString('TICKET_NOTIFICATION_EMAIL_FROM').'"></td>'; | ||
print '<td class="center">'; | ||
print $formcategory->textwithpicto('', $langs->trans("TicketEmailNotificationFromHelp"), 1, 'help'); | ||
print '</td>'; | ||
print '</tr>'; | ||
|
||
// Email for notification of TICKET_CREATE | ||
print '<tr class="oddeven"><td>'.$langs->trans("TicketEmailNotificationTo").'</td>'; | ||
print '<tr class="oddeven"><td><label for="TICKET_NOTIFICATION_EMAIL_TO" class="block">'.$langs->trans("TicketEmailNotificationTo").'</label></td>'; | ||
print '<td class="left">'; | ||
print '<input type="text" class="minwidth200" name="TICKET_NOTIFICATION_EMAIL_TO" value="'.getDolGlobalString('TICKET_NOTIFICATION_EMAIL_TO').'"></td>'; | ||
print '<input type="text" class="minwidth200" id="TICKET_NOTIFICATION_EMAIL_TO" name="TICKET_NOTIFICATION_EMAIL_TO" value="'.getDolGlobalString('TICKET_NOTIFICATION_EMAIL_TO').'"></td>'; | ||
print '<td class="center">'; | ||
print $formcategory->textwithpicto('', $langs->trans("TicketEmailNotificationToHelp"), 1, 'help'); | ||
print '</td>'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.