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 |
|
Marcos García de La Fuente
|
6f5481896b
|
FIX #4453 SEPA Direct Debit generated XML shows a trailing comma in RmtInf field
Close #4453
|
2016-03-02 12:41:24 +01:00 |
|
Marcos García de La Fuente
|
ff83dd9afe
|
Replaced account type comparisons with TYPE constants
|
2016-03-02 11:08:57 +01:00 |
|
Marcos García de La Fuente
|
dcde7773a3
|
Started using Account TYPE and STATUS constants
|
2016-03-02 11:04:52 +01:00 |
|
Marcos García de La Fuente
|
66313f584b
|
Removed deprecated usage of Account::account_currency_code and started using Account::canBeReconciliated
|
2016-03-02 10:52:54 +01:00 |
|
Marcos García de La Fuente
|
e646f28c0a
|
Documented properties of Account class
|
2016-03-01 15:46:06 +01:00 |
|
Frédéric FRANCE
|
10d04e63c1
|
Update bonprelevement.class.php
|
2016-02-29 22:59:08 +01:00 |
|
Laurent Destailleur
|
846d78dfba
|
FIX Edition of delay (nb of days) for payment term "Immediate" was
broken.
|
2016-02-29 15:43:00 +01:00 |
|
Laurent Destailleur
|
21c7aacddb
|
Fix add hidden option INVOICE_DEFAULT_UNPAYED_SORT_ORDER to be able to
provide backward compatibility with old behaviour.
|
2016-02-29 10:29:32 +01:00 |
|
Laurent Destailleur
|
5453f99e2e
|
Merge remote-tracking branch 'origin/3.8' into 3.9
Conflicts:
htdocs/comm/prospect/list.php
htdocs/commande/list.php
htdocs/compta/facture/list.php
|
2016-02-27 18:33:39 +01:00 |
|
Laurent Destailleur
|
8807222f24
|
Fix a lot of fixes to have the french vat npr working better
|
2016-02-27 12:22:39 +01:00 |
|
Laurent Destailleur
|
c86a1a30d5
|
Fix a lot of fixes to have the french vat npr working better
|
2016-02-27 11:46:16 +01:00 |
|
Laurent Destailleur
|
4cf59d3f9b
|
Fix if option WORKFLOW_DISABLE_CREATE_INVOICE_FROM_ORDER is on, we must
not show unpaid orders.
|
2016-02-26 19:13:25 +01:00 |
|
Laurent Destailleur
|
23f45c7b7e
|
Merge remote-tracking branch 'origin/3.9' into develop
Conflicts:
htdocs/commande/list.php
htdocs/core/lib/pdf.lib.php
|
2016-02-26 15:45:25 +01:00 |
|
fmarcet
|
30d6aa0b96
|
FIX: Some filters are lost when paging
|
2016-02-26 13:14:23 +01:00 |
|
Laurent Destailleur
|
7567336680
|
FIX #4683
|
2016-02-26 10:51:06 +01:00 |
|
Laurent Destailleur
|
8927948bef
|
NEW Add option MAIN_PROPAGATE_CONTACTS_FROM_ORIGIN
|
2016-02-25 16:27:28 +01:00 |
|
Laurent Destailleur
|
773e5e3b0a
|
Fix: specific contact of object were lost when used to create invoice.
|
2016-02-25 01:03:37 +01:00 |
|
Laurent Destailleur
|
191394bf88
|
Fix: specific contact of object were lost when used to create invoice.
|
2016-02-25 01:02:11 +01:00 |
|
phf
|
fd4cda819c
|
New add supplier payment
|
2016-02-21 22:47:52 +01:00 |
|
phf
|
d320aebe82
|
Fix muticurrency attributs not declared in class PropalLine
Fix fetch_lines of FactureFournisseur with multicurrency fields
|
2016-02-19 22:41:47 +01:00 |
|
Laurent Destailleur
|
9c8d69eaa9
|
Merge remote-tracking branch 'origin/3.9' into develop
Conflicts:
htdocs/core/menus/init_menu_auguria.sql
htdocs/core/menus/standard/eldy.lib.php
|
2016-02-19 04:46:11 +01:00 |
|
Laurent Destailleur
|
03c3eb88d0
|
Merge pull request #4640 from atm-ph/fix_multicurrency_require
Fix replace dol_include_once() function by require_once for internal module
|
2016-02-19 02:50:05 +01:00 |
|
Laurent Destailleur
|
52c82508e4
|
Merge remote-tracking branch 'origin/3.8' into 3.9
Conflicts:
htdocs/compta/charges/index.php
|
2016-02-18 23:27:57 +01:00 |
|
Laurent Destailleur
|
6b9d7763fe
|
Clean code for adding a link to a related object
|
2016-02-16 22:26:23 +01:00 |
|
phf
|
6d095fce9f
|
Fix replace dol_include_once() function by require_once for internal module
|
2016-02-16 20:44:23 +01:00 |
|
Laurent Destailleur
|
9796b1b268
|
Can select number of records into lists
|
2016-02-16 17:43:05 +01:00 |
|
Laurent Destailleur
|
9d418bca7f
|
Merge branch 'new_add_customer_multicurrency_payment' of
https://github.com/atm-ph/dolibarr into
atm-ph-new_add_customer_multicurrency_payment
Conflicts:
htdocs/install/mysql/migration/3.9.0-4.0.0.sql
|
2016-02-16 15:06:39 +01:00 |
|
Laurent Destailleur
|
c78997ed23
|
Tons of fixes and enhancement on recurring invoice generation
|
2016-02-16 00:31:05 +01:00 |
|
phf
|
86c8998742
|
Merge branch 'develop' of https://github.com/Dolibarr/dolibarr into new_add_customer_multicurrency_payment
Conflicts:
htdocs/install/mysql/migration/3.9.0-4.0.0.sql
|
2016-02-15 20:53:06 +01:00 |
|
Laurent Destailleur
|
9cbbf07351
|
Add fields to link recurring invoice lines with contract origin when it
comes from this.
|
2016-02-15 16:13:33 +01:00 |
|