Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
AE UTBM
Sith
Commits
b6966c95
Commit
b6966c95
authored
Nov 03, 2016
by
Sli
Browse files
Add number of places on ebticket
parent
ea0eb894
Changes
3
Hide whitespace changes
Inline
Side-by-side
counter/views.py
View file @
b6966c95
...
...
@@ -1058,7 +1058,7 @@ class EticketPDFView(CanViewMixin, DetailView):
p
.
setFont
(
"Helvetica-Bold"
,
16
)
p
.
drawCentredString
(
10.5
*
cm
,
22.6
*
cm
,
eticket
.
event_date
.
strftime
(
"%d %b %Y"
))
# FIXME with a locale
p
.
setFont
(
"Helvetica-Bold"
,
14
)
p
.
drawCentredString
(
10.5
*
cm
,
15
*
cm
,
user
.
get_display_name
())
p
.
drawCentredString
(
10.5
*
cm
,
15
*
cm
,
''
.
join
((
user
.
get_display_name
()
,
" : "
,
str
(
self
.
object
.
quantity
),
" "
,
str
(
_
(
"people(s)"
))))
)
p
.
setFont
(
"Courier-Bold"
,
14
)
qrcode
=
QrCodeWidget
(
code
)
bounds
=
qrcode
.
getBounds
()
...
...
locale/fr/LC_MESSAGES/django.mo
View file @
b6966c95
No preview for this file type
locale/fr/LC_MESSAGES/django.po
View file @
b6966c95
...
...
@@ -6,7 +6,7 @@
msgid
""
msgstr
""
"Report-Msgid-Bugs-To:
\n
"
"POT-Creation-Date: 2016-11-03 1
1:4
8+0100
\n
"
"POT-Creation-Date: 2016-11-03 1
6:2
8+0100
\n
"
"PO-Revision-Date: 2016-07-18
\n
"
"Last-Translator: Skia <skia@libskia.so>
\n
"
"Language-Team: AE info <ae.info@utbm.fr>
\n
"
...
...
@@ -16,8 +16,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit
\n
"
"Plural-Forms: nplurals=2; plural=(n > 1);
\n
"
#: accounting/models.py:36 accounting/models.py:5
5
accounting/models.py:8
2
#: accounting/models.py:14
1
club/models.py:19 counter/models.py:70
#: accounting/models.py:36 accounting/models.py:5
8
accounting/models.py:8
5
#: accounting/models.py:14
4
club/models.py:19 counter/models.py:70
#: counter/models.py:95 counter/models.py:130 launderette/models.py:15
#: launderette/models.py:60 launderette/models.py:85
msgid
"name"
...
...
@@ -55,119 +55,119 @@ msgstr "site internet"
msgid
"company"
msgstr
"entreprise"
#: accounting/models.py:5
6
#: accounting/models.py:5
9
msgid
"iban"
msgstr
"IBAN"
#: accounting/models.py:
57
#: accounting/models.py:
60
msgid
"account number"
msgstr
"numero de compte"
#: accounting/models.py:
58
accounting/models.py:8
3
club/models.py:145
#: accounting/models.py:
61
accounting/models.py:8
6
club/models.py:145
#: counter/models.py:104 counter/models.py:131
msgid
"club"
msgstr
"club"
#: accounting/models.py:6
1
#: accounting/models.py:6
4
msgid
"Bank account"
msgstr
"Compte en banque"
#: accounting/models.py:8
4
#: accounting/models.py:8
7
msgid
"bank account"
msgstr
"compte en banque"
#: accounting/models.py:
87
#: accounting/models.py:
90
msgid
"Club account"
msgstr
"Compte club"
#: accounting/models.py:13
2
#: accounting/models.py:13
5
#, python-format
msgid
"%(club_account)s on %(bank_account)s"
msgstr
"%(club_account)s sur %(bank_account)s"
#: accounting/models.py:1
39
club/models.py:146 counter/models.py:380
#: accounting/models.py:1
42
club/models.py:146 counter/models.py:380
#: launderette/models.py:122
msgid
"start date"
msgstr
"date de début"
#: accounting/models.py:14
0
club/models.py:147 counter/models.py:381
#: accounting/models.py:14
3
club/models.py:147 counter/models.py:381
msgid
"end date"
msgstr
"date de fin"
#: accounting/models.py:14
2
#: accounting/models.py:14
5
msgid
"is closed"
msgstr
"est fermé"
#: accounting/models.py:14
3
accounting/models.py:34
6
#: accounting/models.py:14
6
accounting/models.py:34
9
msgid
"club account"
msgstr
"compte club"
#: accounting/models.py:14
4
accounting/models.py:19
0
counter/models.py:28
#: accounting/models.py:14
7
accounting/models.py:19
3
counter/models.py:28
#: counter/models.py:234
msgid
"amount"
msgstr
"montant"
#: accounting/models.py:14
5
#: accounting/models.py:14
8
msgid
"effective_amount"
msgstr
"montant effectif"
#: accounting/models.py:1
48
#: accounting/models.py:1
51
msgid
"General journal"
msgstr
"Classeur"
#: accounting/models.py:1
88
#: accounting/models.py:1
91
msgid
"number"
msgstr
"numéro"
#: accounting/models.py:1
8
9
#: accounting/models.py:19
2
msgid
"journal"
msgstr
"classeur"
#: accounting/models.py:19
1
core/models.py:498 core/models.py:776
#: accounting/models.py:19
4
core/models.py:498 core/models.py:776
#: counter/models.py:237 counter/models.py:280 counter/models.py:397
#: eboutic/models.py:15 eboutic/models.py:48
msgid
"date"
msgstr
"date"
#: accounting/models.py:19
2
counter/models.py:398
#: accounting/models.py:19
5
counter/models.py:398
msgid
"comment"
msgstr
"commentaire"
#: accounting/models.py:19
3
counter/models.py:238 counter/models.py:281
#: accounting/models.py:19
6
counter/models.py:238 counter/models.py:281
#: subscription/models.py:57
msgid
"payment method"
msgstr
"méthode de paiement"
#: accounting/models.py:19
4
#: accounting/models.py:19
7
msgid
"cheque number"
msgstr
"numéro de chèque"
#: accounting/models.py:19
5
eboutic/models.py:116
#: accounting/models.py:19
8
eboutic/models.py:116
msgid
"invoice"
msgstr
"facture"
#: accounting/models.py:19
6
#: accounting/models.py:19
9
msgid
"is done"
msgstr
"est fait"
#: accounting/models.py:
198
#: accounting/models.py:
201
msgid
"simple type"
msgstr
"type simplifié"
#: accounting/models.py:20
0
accounting/models.py:30
1
#: accounting/models.py:20
3
accounting/models.py:30
4
msgid
"accounting type"
msgstr
"type comptable"
#: accounting/models.py:20
2
accounting/models.py:29
6
accounting/models.py:32
2
#: accounting/models.py:34
5
counter/models.py:272
#: accounting/models.py:20
5
accounting/models.py:29
9
accounting/models.py:32
5
#: accounting/models.py:34
8
counter/models.py:272
msgid
"label"
msgstr
"intitulé"
#: accounting/models.py:20
3
#: accounting/models.py:20
6
msgid
"target type"
msgstr
"type de cible"
#: accounting/models.py:20
4
club/templates/club/club_members.jinja:8
#: accounting/models.py:20
7
club/templates/club/club_members.jinja:8
#: club/templates/club/club_old_members.jinja:8
#: core/templates/core/user_clubs.jinja:15
#: core/templates/core/user_clubs.jinja:41
...
...
@@ -177,36 +177,36 @@ msgstr "type de cible"
msgid
"User"
msgstr
"Utilisateur"
#: accounting/models.py:20
4
club/templates/club/club_detail.jinja:5
#: accounting/models.py:20
7
club/templates/club/club_detail.jinja:5
#: counter/templates/counter/invoices_call.jinja:20
msgid
"Club"
msgstr
"Club"
#: accounting/models.py:20
4
core/views/user.py:174
#: accounting/models.py:20
7
core/views/user.py:174
msgid
"Account"
msgstr
"Compte"
#: accounting/models.py:20
4
#: accounting/models.py:20
7
msgid
"Company"
msgstr
"Entreprise"
#: accounting/models.py:20
4
sith/settings.py:291
#: accounting/models.py:20
7
sith/settings.py:291
msgid
"Other"
msgstr
"Autre"
#: accounting/models.py:20
5
#: accounting/models.py:20
8
msgid
"target id"
msgstr
"id de la cible"
#: accounting/models.py:20
6
#: accounting/models.py:20
9
msgid
"target label"
msgstr
"nom de la cible"
#: accounting/models.py:20
7
#: accounting/models.py:2
1
0
msgid
"linked operation"
msgstr
"opération liée"
#: accounting/models.py:22
3
#: accounting/models.py:22
6
#, python-format
msgid
""
"The date can not be before the start date of the journal, which is
\n
"
...
...
@@ -215,16 +215,16 @@ msgstr ""
"La date ne peut pas être avant la date de début du journal, qui est
\n
"
"%(start_date)s."
#: accounting/models.py:22
6
#: accounting/models.py:22
9
msgid
"Target does not exists"
msgstr
"La cible n'existe pas."
#: accounting/models.py:2
28
#: accounting/models.py:2
31
msgid
"Please add a target label if you set no existing target"
msgstr
""
"Merci d'ajouter un nom de cible si vous ne spécifiez pas de cible existante"
#: accounting/models.py:23
0
#: accounting/models.py:23
3
msgid
""
"You need to provide ether a simplified accounting type or a standard "
"accounting type"
...
...
@@ -232,35 +232,35 @@ msgstr ""
"Vous devez fournir soit un type comptable simplifié ou un type comptable "
"standard"
#: accounting/models.py:29
1
counter/models.py:99
#: accounting/models.py:29
4
counter/models.py:99
msgid
"code"
msgstr
"code"
#: accounting/models.py:29
3
#: accounting/models.py:29
6
msgid
"An accounting type code contains only numbers"
msgstr
"Un code comptable ne contient que des numéros"
#: accounting/models.py:
297
#: accounting/models.py:
300
msgid
"movement type"
msgstr
"type de mouvement"
#: accounting/models.py:
297
#: accounting/models.py:
300
msgid
"Credit"
msgstr
"Crédit"
#: accounting/models.py:
297
#: accounting/models.py:
300
msgid
"Debit"
msgstr
"Débit"
#: accounting/models.py:
298
#: accounting/models.py:
301
msgid
"Neutral"
msgstr
"Neutre"
#: accounting/models.py:32
4
#: accounting/models.py:32
7
msgid
"simplified accounting types"
msgstr
"type simplifié"
#: accounting/models.py:3
27
#: accounting/models.py:3
30
msgid
"simplified type"
msgstr
"type simplifié"
...
...
@@ -2468,6 +2468,10 @@ msgstr "Montant du chèque"
msgid
"Check quantity"
msgstr
"Nombre de chèque"
#: counter/views.py:1061
msgid
"people(s)"
msgstr
"personne(s)"
#: eboutic/models.py:49
msgid
"validated"
msgstr
"validé"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment