69 lines
1.7 KiB
Plaintext
69 lines
1.7 KiB
Plaintext
.qi_header
|
|
.right= link_to 'Ajouter ', new_admin_price_line_path(), :class => "btn btn-primary", :remote => true
|
|
%h1
|
|
|
|
%span
|
|
|
|
|
|
|
|
.qi_row
|
|
.qi_pannel.qi_plain.padding
|
|
%table.table
|
|
%tr
|
|
%th position
|
|
%th line_type
|
|
%th ac_accounting_zone_id
|
|
%th cc_accounting_zone_id
|
|
%th ac_accounting_zone_name
|
|
%th cc_accounting_zone_name
|
|
%th ac_tva_account_id
|
|
%th cc_tva_account_id
|
|
%th ac_tva_account_value
|
|
%th cc_tva_account_value
|
|
%th p_product_id
|
|
%th p_product_variante_id
|
|
%th p_product_alt_id
|
|
%th p_product_alt_variante_id
|
|
%th custom_ref
|
|
%th ac_ref
|
|
%th cc_ref
|
|
%th custom_title
|
|
%th ac_title
|
|
%th cc_title
|
|
%th custom_description
|
|
%th ac_description
|
|
%th cc_description
|
|
%th custom_u_price_ht
|
|
%th ac_price_u_ht
|
|
%th cc_price_u_ht
|
|
%th ac_price_u_tva
|
|
%th cc_price_u_tva
|
|
%th ac_price_u_ttc
|
|
%th cc_price_u_ttc
|
|
%th qte
|
|
%th ac_tot_line_ht
|
|
%th cc_tot_line_ht
|
|
%th ac_tot_line_tva
|
|
%th cc_tot_line_tva
|
|
%th ac_tot_line_ttc
|
|
%th cc_tot_line_ttc
|
|
%th ac_tot_discount_ht
|
|
%th cc_tot_discount_ht
|
|
%th ac_tot_discount_tva
|
|
%th cc_tot_discount_tva
|
|
%th ac_tot_discount_ttc
|
|
%th cc_tot_discount_ttc
|
|
%th ac_tot_amount_ht
|
|
%th cc_tot_amount_ht
|
|
%th ac_tot_amount_tva
|
|
%th cc_tot_amount_tva
|
|
%th ac_tot_amount_ttc
|
|
%th cc_tot_amount_ttc
|
|
%th p_customer_id
|
|
%th.actions
|
|
|
|
|
|
%tbody#price_lines_rows
|
|
=render @price_lines
|
|
|
|
|