From 0bdf82750670491ff046dccec8e4dde35ca21e39 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Tue, 29 Jan 2019 18:50:11 +0100 Subject: [PATCH] suite --- app/views/admin/p_documents/_general.html.haml | 6 +++++- .../admin/p_sheet_lines/_print_p_sheet_lines.html.haml | 5 +++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/app/views/admin/p_documents/_general.html.haml b/app/views/admin/p_documents/_general.html.haml index 9d2a3e4..1d4b8b6 100644 --- a/app/views/admin/p_documents/_general.html.haml +++ b/app/views/admin/p_documents/_general.html.haml @@ -2,7 +2,11 @@ - + %div{:style => "position:absolute;top:2cm;right:1.7cm;font-size:14pt;"} + =@p_document.label + =@p_document.d_number + + %div{:style => "height:4cm;"} diff --git a/app/views/admin/p_sheet_lines/_print_p_sheet_lines.html.haml b/app/views/admin/p_sheet_lines/_print_p_sheet_lines.html.haml index 8c1b7ca..5281b5b 100644 --- a/app/views/admin/p_sheet_lines/_print_p_sheet_lines.html.haml +++ b/app/views/admin/p_sheet_lines/_print_p_sheet_lines.html.haml @@ -36,8 +36,9 @@ %th{:style => "text-align:left !important;"} =sheet_line.product_name -if sheet_line.cust_ref? + %br %strong{:style => "font-weight:normal;"} - ="-" + Réf client : =sheet_line.cust_ref @@ -186,7 +187,7 @@ padding:0 3px; } .p_size_td{ - width:60px; + width:45px; text-align:center; }