Laurent Destailleur
|
ba4f5c8648
|
Merge remote-tracking branch 'origin/3.9' into develop
|
2016-03-19 19:26:57 +01:00 |
|
Laurent Destailleur
|
ee857055be
|
Merge remote-tracking branch 'origin/3.8' into 3.9
|
2016-03-19 19:26:25 +01:00 |
|
Laurent Destailleur
|
660f825a34
|
Fix regression description line not visible
|
2016-03-19 19:25:28 +01:00 |
|
Laurent Destailleur
|
4436ec954f
|
Merge remote-tracking branch 'origin/3.8' into 3.9
|
2016-03-19 19:15:23 +01:00 |
|
Laurent Destailleur
|
f0eb8ac794
|
Fix regression Product ref not visible
|
2016-03-19 19:13:27 +01:00 |
|
Laurent Destailleur
|
558d03c371
|
Add the "now" link on date to pay vat
|
2016-03-18 19:44:40 +01:00 |
|
Laurent Destailleur
|
b4e775dd35
|
FIX Parsing of amount to pay vat
|
2016-03-18 19:42:56 +01:00 |
|
Laurent Destailleur
|
5eef373ed6
|
Merge remote-tracking branch 'origin/3.9' into develop
Conflicts:
htdocs/compta/bank/search.php
htdocs/user/card.php
|
2016-03-18 14:56:44 +01:00 |
|
Laurent Destailleur
|
c5e744bfc2
|
FIX #4839
|
2016-03-18 12:16:40 +01:00 |
|
Laurent Destailleur
|
2b1f57f01e
|
Merge remote-tracking branch 'origin/3.9' into develop
Conflicts:
dev/initdata/savedemo.sh
htdocs/filefunc.inc.php
htdocs/user/card.php
|
2016-03-18 11:54:14 +01:00 |
|
Laurent Destailleur
|
7fa71214bc
|
Merge remote-tracking branch 'origin/3.8' into 3.9
Conflicts:
htdocs/core/modules/askpricesupplier/doc/pdf_aurore.modules.php
htdocs/core/modules/commande/doc/pdf_proforma.modules.php
|
2016-03-18 11:06:41 +01:00 |
|
Laurent Destailleur
|
08c5fd2e36
|
FIX #4809 - Duplicate functions with different content
|
2016-03-14 14:38:30 +01:00 |
|
Laurent Destailleur
|
619ebf9a3e
|
Enhance css of search fields
|
2016-03-13 20:38:16 +01:00 |
|
Laurent Destailleur
|
543f5cef63
|
Merge remote-tracking branch 'origin/3.9' into develop
Conflicts:
dev/initdata/initdemo.sh
htdocs/accountancy/journal/bankjournal.php
htdocs/accountancy/journal/purchasesjournal.php
htdocs/commande/card.php
htdocs/compta/facture.php
|
2016-03-13 01:31:12 +01:00 |
|
Laurent Destailleur
|
a5571b1040
|
NEW Show a badge with number of withdraw requests done on the withdraw
tab of invoice.
|
2016-03-13 01:20:54 +01:00 |
|
Laurent Destailleur
|
f345ff7300
|
Fix regression on vat calculation when invoice was not a situation
invoice
|
2016-03-13 01:11:42 +01:00 |
|
Laurent Destailleur
|
1b30c1adb4
|
Fix regression on vat calculation when invoice was not a situation
invoice
|
2016-03-12 20:49:38 +01:00 |
|
Laurent Destailleur
|
e0809fc750
|
Merge remote-tracking branch 'origin/3.8' into 3.9
Conflicts:
ChangeLog
build/makepack-dolibarr.pl
htdocs/compta/facture.php
htdocs/product/document.php
|
2016-03-12 18:40:50 +01:00 |
|
Laurent Destailleur
|
368b4c621f
|
Fix phpcs
|
2016-03-12 18:25:41 +01:00 |
|
Laurent Destailleur
|
dca5e5278b
|
Merge pull request #4736 from marcosgdf/bankcateg-oop
NEW Moved code that deals with bank categories to BankCateg. Created BankCateg::fetchAll function
|
2016-03-12 12:01:32 +01:00 |
|
Laurent Destailleur
|
8cdc80bfb4
|
Merge pull request #4787 from grandoc/develop
[Qal] uniformize code
|
2016-03-12 11:52:57 +01:00 |
|
Laurent Destailleur
|
7c950be468
|
Fix Phpcs
|
2016-03-11 18:04:45 +01:00 |
|
Regis Houssin
|
f87bb1206e
|
Fix: wrong fk_parent_line in credit note with invoiceAvoirWithLines
option
|
2016-03-11 15:42:14 +01:00 |
|
Laurent Destailleur
|
8b16a76936
|
Avoid duplicate translation
|
2016-03-11 10:59:28 +01:00 |
|
Marcos García de La Fuente
|
39f915d95d
|
Reverted use of BankCateg in Bank category listing
|
2016-03-10 19:52:27 +01:00 |
|
philippe grand
|
b495fdb58e
|
[Qal] uniformize code
|
2016-03-10 15:51:31 +01:00 |
|
Laurent Destailleur
|
ecf47109c0
|
Merge pull request #4739 from marcosgdf/accountline-oop
NEW Created AccountLine::insert function and started using it for transaction creation
|
2016-03-10 13:55:07 +01:00 |
|
Laurent Destailleur
|
79989c2f65
|
Merge pull request #4741 from marcosgdf/account-oop-properties
Fixed wrong Account class property used in bank/card.php
|
2016-03-10 13:53:17 +01:00 |
|
Laurent Destailleur
|
21bf8824b9
|
Merge pull request #4738 from marcosgdf/account-libstatut
Refactored Account::libStatut and added object typehinting to some functions of Account class
|
2016-03-10 13:29:02 +01:00 |
|
Laurent Destailleur
|
4fa84c8d8f
|
Merge pull request #4707 from marcosgdf/misc2
Removed deprecated usage of Account::account_currency_code and started using Account::canBeReconciliated
|
2016-03-10 13:21:51 +01:00 |
|
Laurent Destailleur
|
5bd5323c93
|
Finished to move the mergepdftool dedicated page into the generic "mass
actions" feature.
|
2016-03-10 12:11:11 +01:00 |
|
Laurent Destailleur
|
09a29322c3
|
Merge remote-tracking branch 'origin/3.9' into develop
Conflicts:
htdocs/accountancy/customer/list.php
htdocs/accountancy/supplier/list.php
htdocs/commande/orderstoinvoice.php
htdocs/public/demo/index.php
htdocs/societe/commerciaux.php
|
2016-03-08 17:40:21 +01:00 |
|
Marcos García de La Fuente
|
08d27b7148
|
Refactored Account::LibStatut function
|
2016-03-07 11:31:16 +01:00 |
|
Marcos García de La Fuente
|
66f71d16d9
|
Fixed wrong Account class property used in bank/card.php
|
2016-03-06 19:59:37 +01:00 |
|
Laurent Destailleur
|
3dbe27030e
|
FIX If all banks account are reconcilable to off, we must not show nb of
transactions to reconciles.
FIX Switching status reconcile on-off was broken.
|
2016-03-06 12:39:59 +01:00 |
|
Marcos García de La Fuente
|
ed51a42963
|
NEW Created AccountLine::insert function and started using it for transaction creation
|
2016-03-05 16:26:30 +01:00 |
|
Marcos García de La Fuente
|
4f569279d6
|
Refactored Account::libStatut and added object typehinting to some functions of Account class
|
2016-03-05 16:14:41 +01:00 |
|
Marcos García de La Fuente
|
0fd9518ad0
|
NEW Moved code that deals with bank categories to BankCateg. Created BankCateg::fetchAll function
Also replaced spaces with tabs and applied PSR-2 beautifier to the code
|
2016-03-05 15:51:02 +01:00 |
|
Laurent Destailleur
|
d1777a6783
|
Replace function rand with mt_rand (prepare php 8)
|
2016-03-05 15:01:25 +01:00 |
|
Marcos García de La Fuente
|
6184c71181
|
Corrected comparison of Account::canBeConciliated output
|
2016-03-05 14:05:00 +01:00 |
|
Laurent Destailleur
|
446a080c75
|
NEW Mutualize code to manage email substitution variables. Show
available variables into page to edit email templates.
|
2016-03-05 12:20:58 +01:00 |
|
Laurent Destailleur
|
cbd102fa45
|
Merge and rename method into camel format
|
2016-03-04 16:28:38 +01:00 |
|
Laurent Destailleur
|
87093c79f9
|
Merge pull request #4708 from marcosgdf/account-constants
Started using Account TYPE and STATUS constants
|
2016-03-04 16:23:50 +01:00 |
|
Laurent Destailleur
|
453466f23f
|
Fix draft invoice must be destroyed once converted into template
|
2016-03-03 21:14:20 +01:00 |
|
Laurent Destailleur
|
40144eee8d
|
NEW linked object can show now the recurring invoices with other linked
objects.
|
2016-03-03 13:38:16 +01:00 |
|
Laurent Destailleur
|
3cbeca26e7
|
NEW When creating a template invoice from a draft invoice, if there is
link to contract on draft invoice, link is kept on template invoice.
|
2016-03-03 13:16:46 +01:00 |
|
Laurent Destailleur
|
d842d05639
|
Fix bug in date compare
|
2016-03-03 12:31:29 +01:00 |
|
Laurent Destailleur
|
fd2166ed11
|
Minor enhancement on new recurring invoice generation
|
2016-03-03 10:42:49 +01:00 |
|
Laurent Destailleur
|
3a58613e45
|
Merge remote-tracking branch 'origin/3.9' into develop
Conflicts:
htdocs/accountancy/bookkeeping/listbyyear.php
htdocs/accountancy/journal/bankjournal.php
htdocs/compta/facture/list.php
htdocs/filefunc.inc.php
htdocs/fourn/facture/list.php
htdocs/install/mysql/migration/3.9.0-4.0.0.sql
htdocs/projet/activity/index.php
|
2016-03-02 23:40:11 +01:00 |
|
Laurent Destailleur
|
3b70bbb05a
|
Merge remote-tracking branch 'origin/3.8' into 3.9
Conflicts:
htdocs/core/lib/admin.lib.php
|
2016-03-02 23:07:42 +01:00 |
|