61 lines
1.7 KiB
Plaintext
61 lines
1.7 KiB
Plaintext
.qi_header
|
|
.right= link_to 'Ajouter ', new_admin_price_line_block_path(), :class => "btn btn-primary", :remote => true
|
|
%h1
|
|
|
|
%span
|
|
|
|
|
|
|
|
.qi_row
|
|
.qi_pannel.qi_plain.padding
|
|
%table.table
|
|
%tr
|
|
%th ac_accounting_zone_id
|
|
%th cc_accounting_zone_id
|
|
%th ac_accounting_zone_name
|
|
%th cc_accounting_zone_name
|
|
%th movement_type
|
|
%th accounting
|
|
%th ac_tot_lines_ht
|
|
%th cc_tot_lines_ht
|
|
%th ac_tot_lines_tva
|
|
%th cc_tot_lines_tva
|
|
%th ac_tot_lines_ttc
|
|
%th cc_tot_lines_ttc
|
|
%th tot_discount_custom_percent
|
|
%th tot_discount_custom_value
|
|
%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_af_discount_ht
|
|
%th cc_tot_amount_af_discount_ht
|
|
%th ac_tot_amount_af_discount_tva
|
|
%th cc_tot_amount_af_discount_tva
|
|
%th ac_tot_amount_af_discount_ttc
|
|
%th cc_tot_amount_af_discount_ttc
|
|
%th gen_discount_custom_percent
|
|
%th gen_discount_custom_value
|
|
%th ac_gen_discount_percent
|
|
%th cc_gen_discount_percent
|
|
%th ac_tot_gen_discount_ht
|
|
%th cc_tot_gen_discount_ht
|
|
%th ac_tot_gen_discount_tva
|
|
%th cc_tot_gen_discount_tva
|
|
%th ac_tot_gen_discount_ttc
|
|
%th cc_tot_gen_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.actions
|
|
|
|
|
|
%tbody#price_line_blocks_rows
|
|
=render @price_line_blocks
|
|
|
|
|