Dolibarr / dolibarr

Dolibarr ERP CRM is a modern software package to manage your company or foundation's activity (contacts, suppliers, invoices, orders, stocks, agenda, accounting, ...). it's an open source Web application (written in PHP) designed for businesses of any sizes, foundations and freelancers.
https://www.dolibarr.org
GNU General Public License v3.0
5.49k stars 2.8k forks source link

Display statitistics of invoicing according to fiscal year #12260

Open papoteur-mga opened 5 years ago

papoteur-mga commented 5 years ago

Bug

The page Invoicing/statistics displays statistics on the civil year. But it would be coherent to have them on the fiscal year. According to the const GRAPH_USE_FISCAL_YEAR, graphics can easily be displayed in such a way, see #9481, I presume they use the same code. The table has also to be adapted, I propose according to the same constant.

Environment

atm-maxime commented 4 years ago

Thanks for this feedback. @frederic34 introduces the GRAPH_USE_FISCAL_YEAR constant and adapted the home widgets to print data according to this. Invoice and orhter statistics have to be adapted the same way now.

josett225 commented 4 years ago

Hi there, based on the request above, is it possible to

  1. start also month graphs based on first month of fiscal year instead of january on all dolibarr stat graphs?
  2. to choose as seen on Frederic's pictures how many years we want to compare? Best Regards
papoteur-mga commented 3 years ago

For what I know, this is still valid.

papoteur-mga commented 2 years ago

Hello, I'm not aware of any progress on this side.

papoteur-mga commented 1 year ago

On V16, graphs are still on civil year, not the fiscal one.

papoteur-mga commented 8 months ago

The issue is still the same in V18