Overview
Comment:Don't use JournalLib as type in FEC import
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | stable
Files: files | file ages | folders
SHA3-256: b2219bae19c593c25f89dccd97aefcc6a7ac5b2f46af16f3f7805a33f02423c7
User & Date: bohwaz on 2023-03-12 00:32:26
Other Links: manifest | tags
Context
2023-03-18
17:52
Use correct template for transaction edit, don't allow to select another year check-in: 7bc499d926 user: bohwaz tags: trunk, stable
2023-03-12
00:32
Don't use JournalLib as type in FEC import check-in: b2219bae19 user: bohwaz tags: trunk, stable
2023-03-11
19:18
Fix title in internal MD doc check-in: 69b90fa62a user: bohwaz tags: trunk
Changes

Modified src/include/lib/Garradin/Accounting/Export.php from [ba557923cc] to [872ac881da].

61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
			'Compte de crédit'       => 'credit_account',
			'Montant'                => 'amount',
			'Projet analytique'      => 'project',
			'Membres associés'       => 'linked_users',
		],
		self::FEC => [
			'JournalCode'   => null,
			'JournalLib'    => 'type',
			'EcritureNum'   => 'id',
			'EcritureDate'  => 'date',
			'CompteNum'     => 'account',
			'CompteLib'     => 'account_label',
			'CompAuxNum'    => null,
			'CompAuxLib'    => null,
			'PieceRef'      => 'reference',







|







61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
			'Compte de crédit'       => 'credit_account',
			'Montant'                => 'amount',
			'Projet analytique'      => 'project',
			'Membres associés'       => 'linked_users',
		],
		self::FEC => [
			'JournalCode'   => null,
			'JournalLib'    => null,
			'EcritureNum'   => 'id',
			'EcritureDate'  => 'date',
			'CompteNum'     => 'account',
			'CompteLib'     => 'account_label',
			'CompAuxNum'    => null,
			'CompAuxLib'    => null,
			'PieceRef'      => 'reference',