Overview
Comment:Fix debit/credit header in full accounting export
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | stable
Files: files | file ages | folders
SHA3-256: b3e564667f7c6ba0d5043ad4d08b1a0379d4b06b316182aaf94665553a87397d
User & Date: bohwaz on 2022-04-21 23:12:09
Other Links: manifest | tags
Context
2022-04-24
01:00
Group projects by code, not ID check-in: 361d6987c4 user: bohwaz tags: trunk, stable
2022-04-21
23:12
Fix debit/credit header in full accounting export check-in: b3e564667f user: bohwaz tags: trunk, stable
2022-04-17
23:39
Add transaction label in linked transactions list check-in: 0600f7c1a6 user: bohwaz tags: trunk, stable
Changes

Modified src/include/lib/Garradin/Accounting/Transactions.php from [c1730297d5] to [d402e5412a].

35
36
37
38
39
40
41
42
43

44
45
46
47
48
49
50
		'date'      => 'Date',
		'notes'     => 'Remarques',
		'reference' => 'Numéro pièce comptable',

		// Lines
		'line_id'        => 'Numéro ligne',
		'account'        => 'Compte',
		'credit'         => 'Crédit',
		'debit'          => 'Débit',

		'line_reference' => 'Référence ligne',
		'line_label'     => 'Libellé ligne',
		'reconciled'     => 'Rapprochement',
		'analytical'     => 'Compte analytique',
		'linked_users'   => 'Membres associés',
	];








<

>







35
36
37
38
39
40
41

42
43
44
45
46
47
48
49
50
		'date'      => 'Date',
		'notes'     => 'Remarques',
		'reference' => 'Numéro pièce comptable',

		// Lines
		'line_id'        => 'Numéro ligne',
		'account'        => 'Compte',

		'debit'          => 'Débit',
		'credit'         => 'Crédit',
		'line_reference' => 'Référence ligne',
		'line_label'     => 'Libellé ligne',
		'reconciled'     => 'Rapprochement',
		'analytical'     => 'Compte analytique',
		'linked_users'   => 'Membres associés',
	];