Fix: Filter on accountancy report were lost when using "print" view.
This commit is contained in:
parent
4cf2e2503c
commit
18ed9d5ca7
@ -61,7 +61,9 @@ if (! empty($conf->accounting->enabled)) $result=restrictedArea($user,'accountin
|
||||
* View
|
||||
*/
|
||||
|
||||
llxHeader('',$langs->trans("PurchasesJournal"),'');
|
||||
$morequery='&date_startyear='.$date_startyear.'&date_startmonth='.$date_startmonth.'&date_startday='.$date_startday.'&date_endyear='.$date_endyear.'&date_endmonth='.$date_endmonth.'&date_endday='.$date_endday;
|
||||
|
||||
llxHeader('',$langs->trans("PurchasesJournal"),'','',0,0,'','',$morequery);
|
||||
|
||||
$form=new Form($db);
|
||||
|
||||
|
||||
@ -64,7 +64,9 @@ if (! empty($conf->accounting->enabled)) $result=restrictedArea($user,'accountin
|
||||
|
||||
$form=new Form($db);
|
||||
|
||||
llxHeader('',$langs->trans("SellsJournal"),'');
|
||||
$morequery='&date_startyear='.$date_startyear.'&date_startmonth='.$date_startmonth.'&date_startday='.$date_startday.'&date_endyear='.$date_endyear.'&date_endmonth='.$date_endmonth.'&date_endday='.$date_endday;
|
||||
|
||||
llxHeader('',$langs->trans("SellsJournal"),'','',0,0,'','',$morequery);
|
||||
|
||||
|
||||
$year_current = strftime("%Y",dol_now());
|
||||
|
||||
@ -109,7 +109,7 @@ $colorbacklinepair1='255,255,255'; // line pair
|
||||
$colorbacklinepair2='255,255,255'; // line pair
|
||||
$colorbacklinepairhover=(230+round(($isred+$isgreen+$isblue)/9)).','.(230+round(($isred+$isgreen+$isblue)/9)).','.(230+round(($isred+$isgreen+$isblue)/9));
|
||||
//$colorbackbody='#ffffff url('.$img_head.') 0 0 no-repeat;';
|
||||
$colorbackbody='#ffffff';
|
||||
$colorbackbody='#fcfcfc';
|
||||
$colortext='40,40,40';
|
||||
$fontsize=empty($conf->dol_optimize_smallscreen)?'12':'14';
|
||||
$fontsizesmaller=empty($conf->dol_optimize_smallscreen)?'11':'14';
|
||||
@ -128,7 +128,7 @@ if (empty($conf->global->THEME_ELDY_ENABLE_PERSONALIZED))
|
||||
$conf->global->THEME_ELDY_BACKTABCARD1='234,234,234';
|
||||
$conf->global->THEME_ELDY_BACKTABACTIVE='234,234,234';
|
||||
//$conf->global->THEME_ELDY_BACKBODY='#ffffff url('.$img_head.') 0 0 no-repeat;';
|
||||
$conf->global->THEME_ELDY_BACKBODY='#ffffff;';
|
||||
$conf->global->THEME_ELDY_BACKBODY='#fcfcfc;';
|
||||
$conf->global->THEME_ELDY_LINEIMPAIR1='242,242,242';
|
||||
$conf->global->THEME_ELDY_LINEIMPAIR2='248,248,248';
|
||||
$conf->global->THEME_ELDY_LINEIMPAIRHOVER='238,246,252';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user