[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 151/218: Task #1660 : place the button for th
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 151/218: Task #1660 : place the button for the inventory on the top |
Date: |
Thu, 12 Sep 2019 15:58:58 -0400 (EDT) |
sparkyx pushed a commit to branch entreprise
in repository noalyss.
commit 3a9d1e4d17c8ec049e12447fed60b1b873070321
Author: Dany De Bontridder <address@hidden>
Date: Mon Jan 7 13:12:49 2019 +0100
Task #1660 : place the button for the inventory on the top
---
include/template/stock_inv.php | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/include/template/stock_inv.php b/include/template/stock_inv.php
index 2c1bdea..556dcc6 100644
--- a/include/template/stock_inv.php
+++ b/include/template/stock_inv.php
@@ -27,6 +27,8 @@
*
*/
?>
+<?php if ($p_readonly == false) echo
HtmlInput::button("reprise_show",_('Reprise inventaire'), "
onclick=\"$('reprise_inventaire_div').show();\"")?>
+
<div style="<?php if ( ! $p_readonly) echo "position:absolute";?>"
class="content">
<form method="POST" id="stock_reprise" class="print" onsubmit="return
confirm_box(this,'<?php echo _("Vous confirmez ?")?>')">
<input type="hidden" name="save" value="1">
@@ -104,7 +106,6 @@
<?php if ($p_readonly == false) echo HtmlInput::button_action(_('Ajouter une
ligne'),'stock_add_row();',"xx",'smallbutton')?>
<?php if ($p_readonly == false) echo HtmlInput::submit('save',_('Sauver'))?>
<?php if ($p_readonly == false) echo HtmlInput::hidden('row',$nb)?>
-<?php if ($p_readonly == false) echo
HtmlInput::button("reprise_show",_('Reprise inventaire'), "
onclick=\"$('reprise_inventaire_div').show();\"")?>
</form>
</div>
<div class="inner_box" id="reprise_inventaire_div" style="display:none">
- [Noalyss-commit] [noalyss] 92/218: Merge branch 'master' into r700-currency, (continued)
- [Noalyss-commit] [noalyss] 92/218: Merge branch 'master' into r700-currency, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 98/218: Fin currency : detail operation show currency , rate and amount, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 97/218: Fin : currency , add missing info into Operation_Currency, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 113/218: change background, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 95/218: currency : adapt for FIN, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 122/218: Currency : display correctly the saldo at the end / beginning operation, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 136/218: Translation, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 115/218: Currency : ledger printing for FIN + detail operation, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 143/218: Currency : precision 6, display default currency , protect used currency against delete, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 149/218: Currency : purchase, save all detail also in currency, fix problem with the advance payment, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 151/218: Task #1660 : place the button for the inventory on the top,
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 157/218: Merge branch 'r700-currency' of gitlab.noalyss.eu:noalyss/noalyss into r700-currency, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 75/218: Improve waiting box, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 171/218: Mantis #0001666: Export CSV depuis histo ne filtre pas par journal, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 175/218: mantis #1690: Bug : impossible d'utiliser < dans Inplace_Edit Use base64_decode to protect the string in serialize, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 194/218: TEST : fix some little bugs, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 199/218: Merge with dev7109, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 215/218: Improve Doxygen, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 217/218: Mantis #0001442: CA - facilité de manipulation - effacement Button for cleaning detail analytique in operation, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 187/218: Wrong merge broke fiche.class.php, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 205/218: Merge branch 'dev7109' into entreprise, Dany De Bontridder, 2019/09/12