Overview
Comment:Libellés des comptes sont inversés [cc08c62119]
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 0e915476b11ba0a8289697980b78f63343ab1c71
User & Date: bohwaz on 2015-01-26 00:16:42
Other Links: manifest | tags
Context
2015-01-30
13:50
Ne pas permettre d'importer le numéro de catégorie, sinon on risque de changer les admins de catégorie, et de s'empêcher de se connecter. check-in: 94fb9a9df1 user: bohwaz tags: trunk
2015-01-26
00:16
Libellés des comptes sont inversés [cc08c62119] check-in: 0e915476b1 user: bohwaz tags: trunk
2015-01-23
04:28
Débuts gestion de fichier, à partir d'un patch de @Got check-in: f387548bd8 user: bohwaz tags: trunk
Changes

Modified src/www/admin/compta/operations/saisir.php from [29aa6904ee] to [1a3761f88e].

53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
            }
            elseif ($type === 'virement')
            {
                $id = $journal->add([
                    'libelle'       =>  Utils::post('libelle'),
                    'montant'       =>  Utils::post('montant'),
                    'date'          =>  Utils::post('date'),
                    'compte_credit' =>  Utils::post('compte1'),
                    'compte_debit'  =>  Utils::post('compte2'),
                    'numero_piece'  =>  Utils::post('numero_piece'),
                    'remarques'     =>  Utils::post('remarques'),
                    'id_auteur'     =>  $user['id'],
                ]);
            }
            else
            {







|
|







53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
            }
            elseif ($type === 'virement')
            {
                $id = $journal->add([
                    'libelle'       =>  Utils::post('libelle'),
                    'montant'       =>  Utils::post('montant'),
                    'date'          =>  Utils::post('date'),
                    'compte_debit'  =>  Utils::post('compte1'),
                    'compte_credit' =>  Utils::post('compte2'),
                    'numero_piece'  =>  Utils::post('numero_piece'),
                    'remarques'     =>  Utils::post('remarques'),
                    'id_auteur'     =>  $user['id'],
                ]);
            }
            else
            {