Overview
Comment:Rename accounting chart to make it clearer that it's the latest one
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: f60f3a30eb1a5b0d37b6e18d5289e0833eff09f3
User & Date: bohwaz on 2020-12-11 00:13:39
Other Links: manifest | tags
Context
2020-12-11
21:05
Fix bug report URL check-in: 6502302956 user: bohwaz tags: trunk
00:13
Rename accounting chart to make it clearer that it's the latest one check-in: f60f3a30eb user: bohwaz tags: trunk
2020-12-10
23:41
Make it clear that result must be assigned to an account if no favorite account exists check-in: 6cc017d6f1 user: bohwaz tags: trunk, stable
Changes

Modified src/Makefile from [c8d389d4f3] to [e1a9f9cdf3].

Modified src/include/lib/Garradin/Install.php from [a5c31079aa] to [1e3ce59b3f].

138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
			'contenu'   =>  "Bienvenue dans l'administration de ".$nom_asso." !\n\n"
				.   "Utilisez le menu à gauche pour accéder aux différentes rubriques.",
		]);
		$config->set('accueil_connexion', $page);

        // Import plan comptable
        $chart = new Chart;
        $chart->label = 'Plan comptable associatif 2018';
        $chart->country = 'FR';
        $chart->code = 'PCA2018';
        $chart->save();
        $chart->accounts()->importCSV(ROOT . '/include/data/charts/fr_2018.csv');

        // Premier exercice
        $year = new Year;







|







138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
			'contenu'   =>  "Bienvenue dans l'administration de ".$nom_asso." !\n\n"
				.   "Utilisez le menu à gauche pour accéder aux différentes rubriques.",
		]);
		$config->set('accueil_connexion', $page);

        // Import plan comptable
        $chart = new Chart;
        $chart->label = 'Plan comptable associatif 2020 (Règlement ANC n°2018-06)';
        $chart->country = 'FR';
        $chart->code = 'PCA2018';
        $chart->save();
        $chart->accounts()->importCSV(ROOT . '/include/data/charts/fr_2018.csv');

        // Premier exercice
        $year = new Year;