X-Git-Url: https://git.cyclocoop.org/?p=burette%2Fbikecoop_l10n_fr.git;a=blobdiff_plain;f=report%2Fpos_receipt_bikecoop_l10n_fr.rml;fp=report%2Fpos_receipt_bikecoop_l10n_fr.rml;h=67f1667c8fd54db49ff076f4f774c2a839aef1ed;hp=0000000000000000000000000000000000000000;hb=e3a28836abc2a8203f8a5b3bf70ce41c32c7b65a;hpb=ed4edcf88d99b21586818116c84c915cdc68c21c diff --git a/report/pos_receipt_bikecoop_l10n_fr.rml b/report/pos_receipt_bikecoop_l10n_fr.rml new file mode 100644 index 0000000..67f1667 --- /dev/null +++ b/report/pos_receipt_bikecoop_l10n_fr.rml @@ -0,0 +1,181 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + [[ repeatIn(objects,'o') ]] + [[ o.note ]] + + + + [[o.user_id.company_id.name]] + [[ address and display_address(address)]] + Tél : [[ address and address.phone ]] + SIRET : [[o.user_id.company_id.siret]] + Atelier : [[ o.shop_id.name ]] + Date : [[ o.date_order ]] + + + + Bénéficiaire + [[ o.partner_id.name ]] + Portable: [[ o.partner_id.mobile ]] + + + + + + + + + + [[ o.name ]] + + + + Description + + + Qté + + + Prix + + + + + [[ repeatIn(o.lines,'line') ]] + [[ line.product_id.name ]] + + With a [[ line and line.discount == 0.0 and removeParentNode('font') ]] ([[ '%.2f' % line.discount ]]) % discount. + + + + + + + [[o.state=='cancel' and o.statement_ids and '-' or '']][['%.f' % line.qty ]] + + + [[o.state=='cancel' and o.statement_ids and '-' or '']][[ formatLang(net(line.id), currency_obj=company.currency_id) ]] [[ line and line.discount == 0.0 and removeParentNode('font') ]] ([[ formatLang(line.discount, currency_obj=company.currency_id) ]]) + + + + + + + Taxes : + + + [[o.state=='cancel' and o.statement_ids and '-' or '']][[formatLang(o.amount_tax, currency_obj=company.currency_id)]] + + + + + + + Total : + + + [[o.state=='cancel' and o.statement_ids and '-' or '']][[formatLang(o.amount_total, currency_obj=company.currency_id)]] + + + + + + + Moyen(s) de paiement + + + + + + + + Montant + + + + + [[ repeatIn(get_journal_amt(o),'d') ]] + [[ d['name'] ]] + + + + + + + + [[ formatLang(d['amt'] or 0, currency_obj=company.currency_id) ]] + + + + +