Laurent Destailleur
|
b9e6f6eab8
|
Fix link to navigate in year only if filter is for a full year
|
2018-05-01 10:35:12 +02:00 |
|
Laurent Destailleur
|
ee69bdd3da
|
Merge pull request #8699 from DazzX/improve_stat_page
New : Reactivate next and previous link
|
2018-05-01 10:26:49 +02:00 |
|
Laurent Destailleur
|
de0721aba9
|
Merge pull request #8698 from DazzX/result_stat_refresh_link
Fix bug when click on refresh button
|
2018-05-01 10:22:07 +02:00 |
|
Laurent Destailleur
|
05d1613628
|
Merge pull request #8697 from DazzX/turnover_stat_refresh_link
Fix link "refresh" on turnover report
|
2018-05-01 10:20:04 +02:00 |
|
Laurent Destailleur
|
9eea58e4c5
|
Translation
|
2018-04-30 20:19:28 +02:00 |
|
Laurent Destailleur
|
c9cca57b0f
|
NEW monthly VAT report show "Claimed for the period" + "Paid during this
period"
|
2018-04-30 20:02:16 +02:00 |
|
Laurent Destailleur
|
1bf56e58b3
|
Work on vat report
|
2018-04-30 18:21:04 +02:00 |
|
Julien BARRET
|
bb2ef46ef4
|
Reactivate next and previous link
|
2018-04-30 00:24:47 +02:00 |
|
Julien BARRET
|
b099d834a0
|
Fix bug : when click on refresh button, next and previous button are broken.
Eg. in year 2018, next button point to year 4032!
|
2018-04-29 23:26:44 +02:00 |
|
Julien BARRET
|
efcc3f40fa
|
Fix link "refresh" on turnover report
|
2018-04-29 23:22:46 +02:00 |
|
Laurent Destailleur
|
2fc2c44de4
|
Fix phpcs
|
2018-04-29 20:18:50 +02:00 |
|
Laurent Destailleur
|
82a8513aed
|
Standardize code
|
2018-04-29 19:52:14 +02:00 |
|
Laurent Destailleur
|
aafab12f4b
|
Debug API for ticket module
|
2018-04-29 18:06:31 +02:00 |
|
Laurent Destailleur
|
1a9476bff5
|
Fix edition of label of a vat payment.
|
2018-04-28 20:17:39 +02:00 |
|
Laurent Destailleur
|
e72c2e6a11
|
Enhance sorting of field for lists on field with several sort criterias
|
2018-04-28 19:54:41 +02:00 |
|
Laurent Destailleur
|
2241418b33
|
Fix look and feel v7
|
2018-04-28 18:43:29 +02:00 |
|
Laurent Destailleur
|
e8fd5ea5cd
|
Better translation
|
2018-04-28 17:18:38 +02:00 |
|
Laurent Destailleur
|
94d6e178f7
|
Work on vat report code rewrite
|
2018-04-28 16:06:46 +02:00 |
|
Laurent Destailleur
|
257dc1cf77
|
Work on rewriting VAT reports
|
2018-04-27 19:17:34 +02:00 |
|
Laurent Destailleur
|
c50700470b
|
Remove deprecated file
|
2018-04-27 12:51:39 +02:00 |
|
Laurent Destailleur
|
e3142fff39
|
NEW Add method to register distributed payments on invoices
|
2018-04-27 11:38:31 +02:00 |
|
Laurent Destailleur
|
469d909126
|
Revert "Revert "NEW : Adds a contact to an invoice with REST API""
|
2018-04-27 10:46:09 +02:00 |
|
Laurent Destailleur
|
df9f4d3193
|
Revert "NEW : Adds a contact to an invoice with REST API"
|
2018-04-27 10:40:27 +02:00 |
|
Laurent Destailleur
|
fb582c2444
|
Merge pull request #8682 from Oeris/develop
NEW : Adds a contact to an invoice with REST API
|
2018-04-27 10:37:04 +02:00 |
|
Laurent Destailleur
|
db8ddc4712
|
Merge pull request #8680 from ATM-Nicolas/new_paymentsocial_trigger
NEW : Call to trigger on payment social contribution creation
|
2018-04-27 10:32:34 +02:00 |
|
Laurent Destailleur
|
3af67d4b92
|
Merge pull request #8679 from ATM-Nicolas/fix_wrong_trigger_name
FIX : Wrong trigger name
|
2018-04-27 10:32:17 +02:00 |
|
Laurent Destailleur
|
c40b50ca71
|
Fix typo
|
2018-04-27 10:23:09 +02:00 |
|
Laurent Destailleur
|
489318d4db
|
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
|
2018-04-27 10:18:40 +02:00 |
|
Laurent Destailleur
|
aa30b946b6
|
Fix from #8677
|
2018-04-27 10:18:22 +02:00 |
|
Laurent Destailleur
|
27997b8c11
|
Merge pull request #8675 from ATM-Nicolas/fix_link_credit_note
Fix link credit note
|
2018-04-27 10:12:31 +02:00 |
|
Laurent Destailleur
|
3301c99b75
|
Merge pull request #8664 from DazzX/turnover_stat
Fix Year selector issue in turnover statistics page
|
2018-04-27 09:40:50 +02:00 |
|
Neil Orley
|
00fb4300fc
|
FIX : return type change from array to int
|
2018-04-26 12:03:55 +02:00 |
|
Neil Orley
|
bf3b99163d
|
NEW : Adds a payment for the list of invoices given as parameter
Adds a payment for the list of invoices given as parameter
ie : 1 payment for x invoice
|
2018-04-26 11:59:59 +02:00 |
|
Neil Orley
|
991d5c4215
|
NEW : Adds a contact to an invoice
Adds a contact to an invoice using the REST API
|
2018-04-25 16:04:21 +02:00 |
|
ATM-Nicolas
|
f71755d454
|
NEW : Call to trigger on payment social contribution creation
|
2018-04-25 09:34:57 +02:00 |
|
ATM-Nicolas
|
e058ab40a0
|
FIX : Wrong trigger name
|
2018-04-25 09:24:22 +02:00 |
|
Laurent Destailleur
|
5d01efb79d
|
Code comment
|
2018-04-24 20:27:02 +02:00 |
|
ATM-Nicolas
|
b272d766a9
|
Merge branch 'develop' of github.com:Dolibarr/dolibarr into fix_link_credit_note
|
2018-04-24 11:48:49 +02:00 |
|
ATM-Nicolas
|
64dde1595b
|
FIX : Credit note links set from source invoice links
|
2018-04-24 11:48:26 +02:00 |
|
Laurent Destailleur
|
461ae46cc4
|
FIX When on a high page and searching for a small result, list was not
visible.
|
2018-04-24 11:37:57 +02:00 |
|
Julien BARRET
|
8256bd1889
|
Fix Year selector issue in turnover statistics page
|
2018-04-23 11:39:34 +02:00 |
|
Laurent Destailleur
|
32511422ab
|
Fix PSR2
|
2018-04-22 20:08:29 +02:00 |
|
Laurent Destailleur
|
ac89951acd
|
Merge pull request #8647 from fmarcet/develop
New: Add same parameters on 'printFieldListTitle' hooks
|
2018-04-22 19:35:09 +02:00 |
|
Laurent Destailleur
|
69adf73f4f
|
Clean code from $var = True
|
2018-04-22 19:27:37 +02:00 |
|
Laurent Destailleur
|
fec9303d18
|
Remove useless $var
|
2018-04-22 18:51:03 +02:00 |
|
Laurent Destailleur
|
912d5c53f2
|
Standardize code
|
2018-04-21 15:54:05 +02:00 |
|
Laurent Destailleur
|
c81c744aaf
|
Clean deprecated var
|
2018-04-21 13:14:58 +02:00 |
|
Laurent Destailleur
|
ccd9aa8059
|
Fight against dolibarr warnings
|
2018-04-21 12:16:12 +02:00 |
|
Laurent Destailleur
|
cef9782179
|
Clean defined constant at begin of pages
|
2018-04-21 12:00:55 +02:00 |
|
Laurent Destailleur
|
1031fcd796
|
logs
|
2018-04-21 00:37:05 +02:00 |
|