dolibarr 24.0.0-beta
mod_bookkeeping_neon.php
Go to the documentation of this file.
1<?php
2/* Copyright (C) 2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
3 * Copyright (C) 2006-2014 Laurent Destailleur <eldy@users.sourceforge.net>
4 * Copyright (C) 2024 Frédéric France <frederic.france@free.fr>
5 * Copyright (C) 2024-2025 MDW <mdeweerd@users.noreply.github.com>
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 3 of the License, or
10 * (at your option) any later version.
11 *
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with this program. If not, see <https://www.gnu.org/licenses/>.
19 * or see https://www.gnu.org/
20 */
21
28require_once DOL_DOCUMENT_ROOT.'/core/modules/accountancy/modules_accountancy.php';
29
34{
39 public $version = 'dolibarr'; // 'development', 'experimental', 'dolibarr'
40
44 public $error = '';
45
49 public $name = 'Neon';
50
54 public $position = 40;
55
56
63 public function info($langs)
64 {
65 $langs->load("companies");
66 return $langs->trans("LeopardNumRefModelDesc");
67 }
68
74 public function getExample()
75 {
76 return '';
77 }
78
86 {
87 return '';
88 }
89}
if(! $sortfield) if(! $sortorder) $object
Definition account.php:100
Class to manage Ledger (General Ledger and Subledger)
Parent class to manage numbering of Sale Orders.
Class to manage numbering of thirdparties code.
info($langs)
Return description of module.
getNextValue(BookKeeping $object)
Return next free value.
getExample()
Return an example of result returned by getNextValue.