27require
'../../main.inc.php';
28require_once DOL_DOCUMENT_ROOT.
'/core/lib/date.lib.php';
29require_once DOL_DOCUMENT_ROOT.
'/core/lib/accounting.lib.php';
30require_once DOL_DOCUMENT_ROOT.
'/accountancy/class/accountingjournal.class.php';
31require_once DOL_DOCUMENT_ROOT.
'/accountancy/class/bookkeeping.class.php';
43$langs->loadLangs(array(
"banks",
"accountancy",
"compta",
"other",
"errors"));
46$action =
GETPOST(
'action',
'aZ09');
48$date_startmonth =
GETPOSTINT(
'date_startmonth');
54$in_bookkeeping =
GETPOST(
'in_bookkeeping');
55if ($in_bookkeeping ==
'') {
56 $in_bookkeeping =
'notyet';
61$result =
$object->fetch($id_journal);
64} elseif ($result < 0) {
66} elseif ($result == 0) {
70$hookmanager->initHooks(array(
'globaljournal',
$object->nature.
'journal'));
74$date_end =
dol_mktime(23, 59, 59, $date_endmonth, $date_endday, $date_endyear);
79if (empty($date_startmonth)) {
83 $pastmonthyear = $dates[
'pastmonthyear'];
84 $pastmonth = $dates[
'pastmonth'];
86if (empty($date_endmonth)) {
89 $date_end = $dates[
'date_end'];
90 $pastmonthyear = $dates[
'pastmonthyear'];
91 $pastmonth = $dates[
'pastmonth'];
94if (!GETPOSTISSET(
'date_startmonth') && (empty($date_start) || empty($date_end))) {
100if ($action ==
'writebookkeeping') {
101 $data_type =
'bookkeeping';
103if ($action ==
'exportcsv') {
106$journal_data =
$object->getData($user, $data_type, $date_start, $date_end, $in_bookkeeping);
107if (!is_array($journal_data)) {
115if ($user->socid > 0) {
118if (!$user->hasRight(
'accounting',
'bind',
'write')) {
127$reshook = $hookmanager->executeHooks(
'doActions', $parameters, $user, $action);
132if ($action ==
'writebookkeeping' && $user->hasRight(
'accounting',
'bind',
'write')) {
135 $result =
$object->writeIntoBookkeeping($user, $journal_data);
138 $error = abs($result);
141 $nb_elements = count($journal_data);
142 if (empty($error) && $nb_elements > 0) {
144 } elseif ($nb_elements == $error) {
147 setEventMessages($langs->trans(
"GeneralLedgerSomeRecordWasNotRecorded"),
null,
'warnings');
151} elseif ($action ==
'exportcsv' && $user->hasRight(
'accounting',
'bind',
'write')) {
153 $result =
$object->exportCsv($journal_data, $date_end);
158 $filename =
'journal';
159 $type_export =
'journal';
161 require_once DOL_DOCUMENT_ROOT .
'/core/lib/date.lib.php';
162 include DOL_DOCUMENT_ROOT.
'/accountancy/tpl/export_journal.tpl.php';
173 $param =
'id_journal=' . $id_journal;
174 $param .=
'&date_startday=' . $date_startday;
175 $param .=
'&date_startmonth=' . $date_startmonth;
176 $param .=
'&date_startyear=' . $date_startyear;
177 $param .=
'&date_endday=' . $date_endday;
178 $param .=
'&date_endmonth=' . $date_endmonth;
179 $param .=
'&date_endyear=' . $date_endyear;
180 $param .=
'&in_bookkeeping=' . $in_bookkeeping;
181 header(
"Location: " . $_SERVER[
'PHP_SELF'] . ($param ?
'?' . $param :
''));
202} elseif (
$object->nature == 2) {
205} elseif (
$object->nature == 3) {
208} elseif (
$object->nature == 4) {
214} elseif (
$object->nature == 5) {
218 $title =
$object->getLibType();
219 $some_mandatory_steps_of_setup_were_not_done =
false;
220 $account_accounting_not_defined =
false;
223$title = $langs->trans(
"GenerationOfAccountingEntries") .
' - ' .
$object->getNomUrl(0, 2, 1,
'', 1);
224$help_url =
'EN:Module_Double_Entry_Accounting|FR:Module_Comptabilité_en_Partie_Double#Génération_des_écritures_en_comptabilité';
232$description = $langs->trans(
"DescJournalOnlyBindedVisible") .
'<br>';
235 $description .= $langs->trans(
"DepositsAreNotIncluded");
237 $description .= $langs->trans(
"DepositsAreIncluded");
240 $description .= $langs->trans(
"SupplierDepositsAreNotIncluded");
244$listofchoices = array(
'notyet' => $langs->trans(
"NotYetInGeneralLedger"),
'already' => $langs->trans(
"AlreadyInGeneralLedger"));
245$period = $form->selectDate($date_start ? $date_start : -1,
'date_start', 0, 0, 0,
'', 1, 0) .
' - ' . $form->selectDate($date_end ? $date_end : -1,
'date_end', 0, 0, 0,
'', 1, 0);
246$period .=
' - ' . $langs->trans(
"JournalizationInLedgerStatus") .
' ' . $form->selectarray(
'in_bookkeeping', $listofchoices, $in_bookkeeping, 1);
248$varlink =
'id_journal=' . $id_journal;
250journalHead($nom, $nomlink, $period, $periodlink, $description, $builddate, $exportlink, array(
'action' =>
''),
'', $varlink);
255 $sql =
"SELECT COUNT(rowid) as nb FROM ".MAIN_DB_PREFIX.
"accounting_fiscalyear WHERE entity = ".((int)
$conf->entity);
256 $resql =
$db->query($sql);
258 $obj =
$db->fetch_object($resql);
260 print
'<br><div class="warning">'.img_warning().
' '.$langs->trans(
"TheFiscalPeriodIsNotDefined");
261 $desc =
' : '.$langs->trans(
"AccountancyAreaDescFiscalPeriod", 4,
'{link}');
262 $desc = str_replace(
'{link}',
'<strong>'.$langs->transnoentitiesnoconv(
"MenuAccountancy").
'-'.$langs->transnoentitiesnoconv(
"Setup").
"-".$langs->transnoentitiesnoconv(
"FiscalPeriod").
'</strong>', $desc);
273 $sql =
"SELECT COUNT(rowid) as nb";
274 $sql .=
" FROM " . MAIN_DB_PREFIX .
"bank_account";
275 $sql .=
" WHERE entity = " . (int)
$conf->entity;
276 $sql .=
" AND fk_accountancy_journal IS NULL";
277 $sql .=
" AND clos=0";
278 $resql =
$db->query($sql);
280 $obj =
$db->fetch_object($resql);
282 print
'<br>' .
img_warning() .
' ' . $langs->trans(
"TheJournalCodeIsNotDefinedOnSomeBankAccount");
283 print
' : ' . $langs->trans(
"AccountancyAreaDescBank", 9,
'<strong>' . $langs->transnoentitiesnoconv(
"MenuAccountancy") .
'-' . $langs->transnoentitiesnoconv(
"Setup") .
"-" . $langs->transnoentitiesnoconv(
"BankAccounts") .
'</strong>');
291if ($some_mandatory_steps_of_setup_were_not_done) {
292 print
'<br><div class="warning">' .
img_warning() .
' ' . $langs->trans(
"SomeMandatoryStepsOfSetupWereNotDone");
293 print
' : ' . $langs->trans(
"AccountancyAreaDescMisc", 4,
'<strong>' . $langs->transnoentitiesnoconv(
"MenuAccountancy") .
'-' . $langs->transnoentitiesnoconv(
"Setup") .
"-" . $langs->transnoentitiesnoconv(
"MenuDefaultAccounts") .
'</strong>');
296print
'<br><div class="tabsAction tabsActionNoBottom centerimp">';
297if (
getDolGlobalString(
'ACCOUNTING_ENABLE_EXPORT_DRAFT_JOURNAL') && $in_bookkeeping ==
'notyet') {
298 print
'<input type="button" class="butAction" name="exportcsv" value="' . $langs->trans(
"ExportDraftJournal") .
'" onclick="launch_export();" />';
300if ($account_accounting_not_defined) {
301 print
'<input type="button" class="butActionRefused classfortooltip" title="' .
dol_escape_htmltag($langs->trans(
"SomeMandatoryStepsOfSetupWereNotDone")) .
'" value="' . $langs->trans(
"WriteBookKeeping") .
'" />';
303 if ($in_bookkeeping ==
'notyet') {
304 print
'<input type="button" class="butAction" name="writebookkeeping" value="' . $langs->trans(
"WriteBookKeeping") .
'" onclick="writebookkeeping();" />';
306 print
'<a href="#" class="butActionRefused classfortooltip" name="writebookkeeping">' . $langs->trans(
"WriteBookKeeping") .
'</a>';
313 <script type="text/javascript">
314 function launch_export() {
315 $("div.fiche form input[name=\"action\"]").val("exportcsv");
316 $("div.fiche form input[type=\"submit\"]").click();
317 $("div.fiche form input[name=\"action\"]").val("");
319 function writebookkeeping() {
320 console.log("click on writebookkeeping");
321 $("div.fiche form input[name=\"action\"]").val("writebookkeeping");
322 $("div.fiche form input[type=\"submit\"]").click();
323 $("div.fiche form input[name=\"action\"]").val("");
327$object_label = $langs->trans(
"ObjectsRef");
329 $object_label = $langs->trans(
"InvoiceRef");
332 $object_label = $langs->trans(
"ExpenseReportRef");
341print
'<div class="div-table-responsive">';
342print
'<table class="noborder centpercent">';
343print
'<tr class="liste_titre">';
344print
'<td>' . $langs->trans(
"Date") .
'</td>';
345print
'<td>' . $langs->trans(
"Piece") .
' (' . $object_label .
')</td>';
346print
'<td>' . $langs->trans(
"AccountAccounting") .
'</td>';
347print
'<td>' . $langs->trans(
"SubledgerAccount") .
'</td>';
348print
'<td>' . $langs->trans(
"LabelOperation") .
'</td>';
350 print
'<td class="center">' . $langs->trans(
"PaymentMode") .
'</td>';
352print
'<td class="right">' . $langs->trans(
"AccountingDebit") .
'</td>';
353print
'<td class="right">' . $langs->trans(
"AccountingCredit") .
'</td>';
356if (is_array($journal_data) && !empty($journal_data)) {
357 foreach ($journal_data as $element_id => $element) {
358 foreach ($element[
'blocks'] as $lines) {
359 foreach ($lines as $line) {
360 print
'<tr class="oddeven">';
361 print
'<td>' . $line[
'date'] .
'</td>';
362 print
'<td>' . $line[
'piece'] .
'</td>';
363 print
'<td>' . $line[
'account_accounting'] .
'</td>';
364 print
'<td>' . $line[
'subledger_account'] .
'</td>';
365 print
'<td>' . $line[
'label_operation'] .
'</td>';
367 print
'<td class="center">' . $line[
'payment_mode'] .
'</td>';
369 print
'<td class="right nowraponall">' . $line[
'debit'] .
'</td>';
370 print
'<td class="right nowraponall">' . $line[
'credit'] .
'</td>';
384 print
'<tr class="oddeven"><td colspan="'.$colspan.
'"><span class="opacitymedium">'.$langs->trans(
"NoRecordFound").
'</span></td></tr>';
if(! $sortfield) if(! $sortorder) $object
journalHead($nom, $variant, $period, $periodlink, $description, $builddate, $exportlink='', $moreparam=array(), $calcmode='', $varlink='', $moreoptions=array())
Show header of a page used to transfer/dispatch data in accounting.
getDefaultDatesForTransfer()
Return Default dates for transfer based on periodicity option in accountancy setup.
llxFooter($comment='', $zone='private', $disabledoutputofmessages=0)
Empty footer.
if(!defined('NOREQUIRESOC')) if(!defined( 'NOREQUIRETRAN')) if(!defined('NOTOKENRENEWAL')) if(!defined( 'NOREQUIREMENU')) if(!defined('NOREQUIREHTML')) if(!defined( 'NOREQUIREAJAX')) llxHeader($head='', $title='', $help_url='', $target='', $disablejs=0, $disablehead=0, $arrayofjs='', $arrayofcss='', $morequerystring='', $morecssonbody='', $replacemainareaby='', $disablenofollow=0, $disablenoindex=0)
Empty header.
Class to manage accounting journals.
dol_get_first_day($year, $month=1, $gm=false)
Return GMT time for first day of a month or year.
dol_get_last_day($year, $month=12, $gm=false)
Return GMT time for last day of a month or year.
$date_start
Variables from include:
dol_now($mode='gmt')
Return date for now.
dol_mktime($hour, $minute, $second, $month, $day, $year, $gm='auto', $check=1)
Return a timestamp date built from detailed information (by default a local PHP server timestamp) Rep...
setEventMessages($mesg, $mesgs, $style='mesgs', $messagekey='', $noduplicate=0, $attop=0)
Set event messages in dol_events session object.
img_warning($titlealt='default', $moreatt='', $morecss='pictowarning')
Show warning logo.
GETPOSTINT($paramname, $method=0)
Return the value of a $_GET or $_POST supervariable, converted into integer.
dol_string_nohtmltag($stringtoclean, $removelinefeed=1, $pagecodeto='UTF-8', $strip_tags=0, $removedoublespaces=1)
Clean a string from all HTML tags and entities.
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
dol_print_error($db=null, $error='', $errors=null)
Displays error message system with all the information to facilitate the diagnosis and the escalation...
getDolGlobalString($key, $default='')
Return a Dolibarr global constant string value.
isModEnabled($module)
Is Dolibarr module enabled.
dol_escape_htmltag($stringtoescape, $keepb=0, $keepn=0, $noescapetags='', $escapeonlyhtmltags=0, $cleanalsojavascript=0)
Returns text escaped for inclusion in HTML alt or title or value tags, or into values of HTML input f...
accessforbidden($message='', $printheader=1, $printfooter=1, $showonlymessage=0, $params=null)
Show a message to say access is forbidden and stop program.