Laurent Destailleur
|
5222b78e95
|
FIX property of bank account were lost if an error occured during
saving.
|
2016-06-25 14:20:23 +02:00 |
|
Laurent Destailleur
|
b01eed697e
|
Fix sort on thirdparty on bank transaction list
|
2016-06-20 11:30:43 +02:00 |
|
Laurent Destailleur
|
4382f2a437
|
Clean language files
|
2016-06-18 11:06:11 +02:00 |
|
Laurent Destailleur
|
9019576394
|
Fix css class opacitymedium was not used everywhere.
|
2016-06-07 15:58:02 +02:00 |
|
Laurent Destailleur
|
fb13225173
|
Fix links on list from warnings dashboard
|
2016-06-06 16:31:50 +02:00 |
|
Laurent Destailleur
|
7935967c62
|
Fix duplicate translation key
|
2016-05-21 12:30:58 +02:00 |
|
Laurent Destailleur
|
4c2098b667
|
Fix duplicate table title
|
2016-05-18 20:58:29 +02:00 |
|
BENKE Charlie
|
0944463805
|
Add : rappro order list
|
2016-05-14 10:06:35 +02:00 |
|
Laurent Destailleur
|
6bb269381a
|
Merge pull request #5143 from frederic34/morecateg
categories account like other categories
|
2016-05-07 20:25:17 +02:00 |
|
Laurent Destailleur
|
a8363052c6
|
Better style
|
2016-04-30 15:55:39 +02:00 |
|
frederic34
|
17463b4927
|
categories account like other categories
|
2016-04-30 14:45:24 +02:00 |
|
Laurent Destailleur
|
6ffb45f5d8
|
FIX Missing param user on update()
|
2016-04-30 13:58:35 +02:00 |
|
Laurent Destailleur
|
0cde6ad98f
|
Merge remote-tracking branch 'origin/3.9' into develop
Conflicts:
htdocs/filefunc.inc.php
|
2016-04-29 20:43:42 +02:00 |
|
Juanjo Menent
|
a33df1401b
|
Merge pull request #5079 from marcosgdf/fix-undefined-variable
Fixed undefined $user variable in Account::countAccountToReconcile
|
2016-04-29 11:58:48 +02:00 |
|
fmarcet
|
33499ae652
|
FIX: Compatible with multicompany
|
2016-04-28 11:14:00 +02:00 |
|
Marcos García de La Fuente
|
f195107bd1
|
Fixed undefined $user variable in Account::countAccountToReconcile
|
2016-04-23 13:25:23 +02:00 |
|
aspangaro
|
2a7c7a0748
|
Same problem on bank
|
2016-04-23 08:09:38 +02:00 |
|
Maxime Kohlhaas
|
5904f33039
|
Fix bank statement display
|
2016-04-22 11:44:23 +02:00 |
|
Laurent Destailleur
|
d40e659b30
|
Merge pull request #4858 from marcosgdf/oop-refactor-bankaccount-tostring
NEW Created Account::__toString, Account::getFieldsToShow and Account::getAccountNumberOrder to refactor the way account number was shown
|
2016-04-19 19:11:54 +02:00 |
|
Frédéric FRANCE
|
18b3b3a31d
|
Update rappro.php
|
2016-04-18 08:14:02 +02:00 |
|
Laurent Destailleur
|
8d46d76f96
|
Merge remote-tracking branch 'origin/3.9' into develop
Conflicts:
htdocs/fourn/facture/paiement.php
|
2016-04-12 15:05:18 +02:00 |
|
Laurent Destailleur
|
e61c83d708
|
Merge remote-tracking branch 'origin/3.8' into 3.9
Conflicts:
htdocs/fourn/facture/paiement.php
|
2016-04-12 15:03:19 +02:00 |
|
Marcos García de La Fuente
|
a41a80b8fe
|
Merge branch 'develop' into oop-refactor-bankaccount-tostring
|
2016-04-09 23:17:09 +02:00 |
|
Marcos García de La Fuente
|
3135cf720d
|
FIX #4737 Bank transacion type selector translation is cropped
Close #4737
|
2016-04-09 22:59:12 +02:00 |
|
Laurent Destailleur
|
5b55af4d66
|
NEW Mutualize code: Use one call of function "addThumbs", when possible,
to generate thumbs files instead of several call of "vignette" function.
|
2016-04-09 14:12:21 +02:00 |
|
Laurent Destailleur
|
104e34fe22
|
Fix css and missing link "go to list"
|
2016-04-08 03:40:23 +02:00 |
|
Laurent Destailleur
|
27ed9ba3da
|
Remove now link useless here
|
2016-04-01 12:13:43 +02:00 |
|
Laurent Destailleur
|
f61f1c7a27
|
Merge pull request #4857 from marcosgdf/bankacc-misc
Little refactor
|
2016-03-25 17:43:56 +01:00 |
|
Marcos García de La Fuente
|
889c72611d
|
NEW Created Account::__toString, Account::getFieldsToShow and Account::getAccountNumberOrder to refactor the way account number was shown
|
2016-03-19 23:00:33 +01:00 |
|
Marcos García de La Fuente
|
59bfac65aa
|
Little refactor
|
2016-03-19 20:48:37 +01:00 |
|
Marcos García de La Fuente
|
1be9c53b6c
|
NEW Created FormBank::getIBANLabel function to get the label of "IBAN" depending on bank account country
|
2016-03-19 19:39:18 +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
|
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
|
7c950be468
|
Fix Phpcs
|
2016-03-11 18:04:45 +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 |
|
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
|
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 |
|
Marcos García de La Fuente
|
6184c71181
|
Corrected comparison of Account::canBeConciliated output
|
2016-03-05 14:05:00 +01:00 |
|
Laurent Destailleur
|
cbd102fa45
|
Merge and rename method into camel format
|
2016-03-04 16:28:38 +01:00 |
|
Marcos García de La Fuente
|
ff83dd9afe
|
Replaced account type comparisons with TYPE constants
|
2016-03-02 11:08:57 +01:00 |
|