Laurent Destailleur
80e34c8e1c
New: Add option INVOICE_CAN_NEVER_BE_REMOVED
2013-04-01 22:16:55 +02:00
Grand Philippe
c5e742278e
fix : trad error
2013-03-24 07:11:44 +01:00
eldy
90025f9c13
Work on revenue stamp
2013-03-23 13:07:25 +01:00
Laurent Destailleur
350bcea183
Merge
2013-03-22 17:10:17 +01:00
jfefe
ba8525bd6a
Merge branch 'develop' of git://github.com/Dolibarr/dolibarr into extrafields
...
Conflicts:
htdocs/install/doctemplates/invoices/template_invoice.odt
htdocs/install/doctemplates/proposals/template_proposal.odt
htdocs/install/mysql/migration/3.3.0-3.4.0.sql
2013-03-11 05:21:35 +01:00
Cedric GROSS
d16691c856
Add trigger BILL_UNVALIDATE when invoice is unvalidate
2013-03-09 17:38:35 +01:00
jfefe
dc1314f4f4
Retreive extrafield when fetch invoice
2013-03-06 05:31:19 +01:00
jfefe
7260e139df
Add extrafields support when create a customer invoice
2013-03-06 04:17:14 +01:00
Laurent Destailleur
327f4062c7
New: Prepare code to be able to choose bank account to show when
...
building pdf and payment mode is withdraw.
2013-02-22 12:04:38 +01:00
Maxime Kohlhaas
1cfd32680a
Fix : set some vars when invoice is back to draft status
2013-02-13 15:43:27 +01:00
Regis Houssin
fcee35c65d
Fix: $hookmanager is a global object
2013-01-26 10:35:30 +01:00
Laurent Destailleur
56e11e52fa
New: hookmanager class is used frequently and is a factory object, so we
...
can move it during init of environment and use it globally.
2013-01-25 19:12:54 +01:00
Regis Houssin
e8ce9cecf2
Fix: broken features, special_code also used by externals modules !
2013-01-22 21:36:30 +01:00
Regis Houssin
06a0da990b
Fix: broken features, special_code also used by externals modules !
2013-01-22 21:35:15 +01:00
Laurent Destailleur
8d206fdfb0
Prepare move to other licence. For the moment all answers for licence
...
upgrade were not yet received. So we prepare for GPL by uniformizing
licence text keys to GPL-3+. Will move later to AGPL if all answers are
positive.
2013-01-16 15:36:08 +01:00
Regis Houssin
b838895db9
Fix: change for a neutral email
2012-12-30 15:13:49 +01:00
Laurent Destailleur
df7bedf955
Fix: [ bug #592 ] stock sold value is wrong
2012-11-03 12:12:24 +01:00
Laurent Destailleur
1d7820c5ac
New: English bank account need a bank code (called sort code) to
...
identify an account.
2012-10-31 00:22:13 +01:00
Regis Houssin
82cb0802d0
Fix: broken feature, missing $page
...
Fix: bad field name
2012-10-28 02:14:08 +02:00
Laurent Destailleur
7385ea15db
Doxygen
2012-10-13 13:03:39 +02:00
Laurent Destailleur
091966902e
Fix: for special_code=3
2012-10-12 22:18:31 +02:00
Regis Houssin
d23188c64a
Fix: doxygen
2012-09-30 20:49:13 +02:00
Laurent Destailleur
3a98f6903e
Fix: If a customer has 2000 invoices, creating next one make 2000
...
requests instead of 1.
2012-09-27 20:54:04 +02:00
Laurent Destailleur
533e285dad
Merge pull request #403 from simnandez/develop
...
Trad: Add ca_ES and es_ES translations
2012-09-19 05:53:43 -07:00
Laurent Destailleur
1347ecf14e
Qual: Removed warnings
2012-09-19 12:49:58 +02:00
simnandez
13aeca2ffd
Fix: Add type of product/service into factures for a correct localtaxes
...
calculation
2012-09-18 18:27:28 +02:00
Regis Houssin
43c0a03758
Fix: strict mode tornado
2012-09-15 11:21:22 +02:00
Regis Houssin
be13602c71
Fix: use getDocumentsLink method
2012-09-15 09:02:20 +02:00
simnandez
4ac2ee83f2
Localtaxes also in skip_update_total comprobation
2012-09-12 19:07:23 +02:00
Laurent Destailleur
e68f861923
New: Add more test and enhancement to make new calcul_price function
...
more reliable. We need to add more PHPUnit test case on this function
(testcase using localtax1 and localtax2).
2012-09-11 01:09:34 +02:00
Regis Houssin
afdab32bbf
Fix: avoid warnings (strict mode)
2012-09-02 22:12:56 +02:00
Christophe Battarel
c1859d361a
modify margin management for global discount + correct bug (wrong constant name)
2012-08-28 10:13:58 +02:00
Regis Houssin
c9113458d9
New: [ task #498 ] part 3
2012-08-25 03:28:30 +02:00
Regis Houssin
995c7f13d3
New: [ task #498 ] part3
2012-08-23 13:45:51 +02:00
Regis Houssin
f4d75e87d3
Merge branch 'develop' of git+ssh://git@github.com/Dolibarr/dolibarr.git
...
into task498_objectline
Conflicts:
htdocs/core/class/commonobject.class.php
2012-08-23 07:53:48 +02:00
Regis Houssin
c8e1aca7d8
New: [ task #498 ] part2
2012-08-23 07:50:20 +02:00
Marcos García
9b3c89ac47
Removed parenthesis from all include and include_once and replaced with single quotes
2012-08-23 02:40:41 +02:00
Marcos García
706d79986c
Removed parenthesis from all require_once and replaced with single quotes
2012-08-22 23:11:24 +02:00
Marcos García
d32ed9b39c
Missing copyright
2012-08-18 18:49:18 +02:00
Marcos García
44fd4e7eb8
Fixed a SQL error when listing lines of an invoice
...
Column 'localtax1_tx' in field list is ambiguous
2012-08-18 18:47:12 +02:00
Regis Houssin
97474bf77f
Fix: strict mode safari
2012-08-16 19:18:24 +02:00
Laurent Destailleur
068c536741
Fix: Delete all files (PROV* when validating.
2012-08-07 14:24:54 +02:00
Regis Houssin
1b2e6aa5e4
Fix: remove draft status if invoice is validated
2012-08-06 09:13:50 +02:00
Laurent Destailleur
6cf97a7317
Clean dead code
2012-08-03 14:18:48 +02:00
Regis Houssin
2e73cd7ddf
Fix: missing fields and compatibility with milestone
2012-08-01 17:38:10 +02:00
Marcos García
5a73c32f46
Migrated ClassName to __construct() function
...
Changed $DB to $db
lower-cased "Class"
2012-07-30 17:17:33 +02:00
Laurent Destailleur
a429a930d0
Fix: Uniformize code and PHPUnit tests
2012-07-29 20:07:03 +02:00
Laurent Destailleur
d6a5b224fb
Revert bad practice: setEvent use SESSION. Such usage is limited to HTML
...
page context and can be used inside any pages.
However usage of _SESSION must never be used inside a library (except
for function dedicated to HTML page context), and never inside
object classes (we must use $this->errors, $this->mesgs or
$this->warnings instead).
2012-07-29 14:15:29 +02:00
Regis Houssin
eee5653c54
Fix: try to use the new message system
2012-07-29 12:54:19 +02:00
Laurent Destailleur
66ea44886b
Fix: Permissions when using web services.
2012-07-22 02:33:21 +02:00
Regis Houssin
fafd79a0f8
Fix: uniformize code (in progress)
2012-07-20 09:57:50 +02:00
Christophe Battarel
55d547348a
margin management for invoices
2012-07-19 11:07:50 +02:00
Laurent Destailleur
3fafecffbc
Fix: field not saved into invoice creation
2012-07-13 14:06:51 +02:00
Laurent Destailleur
ee8b80813a
Fix: Date not converted correctly when using web service
2012-07-12 17:07:56 +02:00
Regis Houssin
e1b0d183e4
Fix: add commonorder and commoninvoice classes
2012-07-11 18:13:41 +02:00
Regis Houssin
6f1651309e
Fix: global converting lines delimiter
2012-07-02 19:30:37 +02:00
Laurent Destailleur
0739942b7e
Can add more text into title shown by getNomUrl
2012-06-11 19:28:04 +02:00
Laurent Destailleur
7147994fd6
Fix: Checkstyle
2012-06-10 13:17:53 +02:00
Regis Houssin
b5246add8d
Fix: big problem with files upload and more compatible with external
...
modules
2012-05-30 00:07:06 +02:00
Laurent Destailleur
7213ae09fe
Checkstyle
2012-05-29 00:08:00 +02:00
Cédric Salvador
673f57edae
Fix: error in syslog call
2012-05-14 11:46:42 +02:00
Regis Houssin
73487a6aec
Fix: replace mktime() by dol_now()
2012-04-30 15:01:25 +02:00
Laurent Destailleur
39630db91a
New: Add filter to search on suplier ref
2012-03-31 14:21:36 +02:00
Laurent Destailleur
ab6c1a5160
Qual: Add new PHPUnit test and fix bugs the test show me
2012-03-21 12:33:51 +01:00
Regis Houssin
4ecc64504d
Fix: use the original json functions
2012-03-18 19:59:38 +01:00
Regis Houssin
5e43b326fe
Try to avoid phpunit error
2012-03-17 09:08:54 +01:00
Regis Houssin
da4a29462e
Fix: php unit test error
2012-03-17 08:50:09 +01:00
Regis Houssin
391ce8490f
New: add "extraparams" field for stock extra parameters with json
2012-03-16 14:32:37 +01:00
Regis Houssin
1622a86d71
New: possibility to view/edit notes in invoice card
2012-03-16 11:12:59 +01:00
Regis Houssin
e86fed02fc
Fix: missing linked objects
2012-03-15 07:23:49 +01:00
Regis Houssin
4d1416d0e6
Fix: remove unused and deprecated method
2012-03-13 20:15:13 +01:00
Regis Houssin
f8bf7ade83
Fix: move method in common class
2012-03-13 20:01:10 +01:00
Regis Houssin
150f3ecfe3
Fix: move method in common class
2012-03-13 19:24:11 +01:00
Regis Houssin
3871f3a6dd
Fix: missing contacts with order to invoice
2012-03-11 11:57:15 +01:00
Regis Houssin
9301def08d
Fix: rename method
2012-03-02 15:03:14 +01:00
Regis Houssin
f4bab2f6de
Fix: avoid warning and deprecated variable
2012-02-27 08:47:25 +01:00
Laurent Destailleur
41380d1958
Fix: Removed warning
2012-02-26 16:46:31 +01:00
Regis Houssin
ea83e474dc
New: add possibility to linked other objects from external modules
2012-02-22 01:19:05 +08:00
Laurent Destailleur
b8a61e73a0
New: Add product_label into substitution tags for ODT.
2012-02-20 23:58:36 +01:00
Laurent Destailleur
52e2253e20
Fix: A delete must always be done on a fully loaded object.
2012-02-19 18:39:41 +01:00
Regis Houssin
c3e245d24e
Fix: start triggers before delete objects
2012-02-15 15:16:33 +01:00
Laurent Destailleur
e178077e1e
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git
...
into develop
Conflicts:
htdocs/compta/bank/ligne.php
2012-02-15 12:22:18 +01:00
Regis Houssin
6f3f1204fe
Fix: delete linked object in propal delete function and uniformize code
2012-02-13 18:27:42 +01:00
Regis Houssin
cd3452d71d
Fix: multicompany sharings and uniformize code
2012-02-11 10:18:09 +01:00
Laurent Destailleur
186258410e
New: Add option to clean orphelins files into repair page
2012-02-08 16:41:06 +01:00
Laurent Destailleur
104a4532b9
Fix: miscellaneous not initialized vars
2012-02-07 18:48:50 +01:00
Regis Houssin
6a43a517f1
Fix: add deleteObjectLinked function
2012-02-07 16:47:46 +01:00
Laurent Destailleur
6cb0685b6f
Qual: Uniformize hook names. All hooks to add information on
...
create/update/view cards are called fomrObjectOptions instead of
sometine formObjectOptions, sometimes showInputFields, sometimes
showOutputFields.
2012-02-06 17:18:19 +01:00
Laurent Destailleur
866e8ac556
First change to prepare usage of native PHP functions for date instead
...
of adodb-time library.
2012-02-05 15:13:31 +01:00
Laurent Destailleur
a57295cc73
Qual: Add phpunit test before working on different rounding modes
2012-01-11 16:35:12 +01:00
Laurent Destailleur
5fc760d318
Doxygen
2012-01-10 09:57:16 +01:00
Juanjo Menent
71979a8c86
Qual: Uniformize code
2011-12-16 16:31:18 +01:00
Regis Houssin
a5fc434770
Fix: remove unused parameters
...
Fix: use dol_clone instead fetch
2011-12-12 14:04:03 +01:00
Laurent Destailleur
ebea7f6c97
Fix: fix not initialized variables
2011-12-05 18:36:54 +01:00
Laurent Destailleur
0c2451e4fa
Doxygen
2011-12-03 15:30:40 +01:00
Laurent Destailleur
7f3c336b7b
Clean invoice class and enhance phpunit tests
2011-12-03 15:12:18 +01:00
Laurent Destailleur
56a0e26465
Fix: Removed tons of warnings
2011-12-01 17:09:01 +01:00
Laurent Destailleur
35425fe1c4
Doxygen
2011-11-23 19:58:03 +01:00
Laurent Destailleur
31f198fa79
Clean invoice class from deprecated fields.
...
Enhance initAsSpeciment function to contains all kind of lines.
2011-11-23 13:39:55 +01:00
Laurent Destailleur
1770a46519
Qual: Removed tons of warning
2011-11-22 14:00:03 +01:00
Laurent Destailleur
3699f13454
Fix: [ bug #233 ] Delete invoice problem with a discount
2011-11-19 19:05:33 +01:00
Laurent Destailleur
51d30c41a7
Fix: Correct sign
2011-11-18 13:08:51 +01:00
Laurent Destailleur
f60b664c16
Fix: Correct sign on line
2011-11-18 02:16:35 +01:00
Laurent Destailleur
3d01d77427
New: Stock change on invoice validation support all warehouse into point
...
of sale module
2011-11-15 20:27:32 +01:00
Laurent Destailleur
5dc660af46
Fix: Stock sign for credit note must be reverted
2011-11-14 17:47:45 +01:00
Laurent Destailleur
12963265d7
Add confirm message when going back to draft
2011-11-14 16:23:59 +01:00
Laurent Destailleur
7384096d56
Enhance doc for stock movement
2011-11-14 15:46:44 +01:00
Laurent Destailleur
10961fb2c9
New: Can choose warehouse for stock change on supplier approbation or
...
supplier invoice validation
2011-11-09 22:10:58 +01:00
Laurent Destailleur
253084feb3
New: Can choose warehouse for invoice validation
2011-11-09 14:31:43 +01:00
Laurent Destailleur
824db25a74
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git
...
into develop
Conflicts:
htdocs/core/class/commonobject.class.php
2011-11-08 00:17:20 +01:00
Laurent Destailleur
3d0c324f5f
Fix: Message for stock movement was wrong or missing
2011-11-08 00:03:19 +01:00
Regis Houssin
dea5ec5e26
Fix: reorder problem with external module
2011-11-07 22:32:22 +08:00
Laurent Destailleur
fd9e0d8643
Qual: Removed code that must be stored into external modules
2011-11-05 12:34:54 +01:00
Regis Houssin
3338649316
[task #217 ] Move core files in core directory
2011-10-24 14:11:49 +02:00
Regis Houssin
56d6cbe56f
[task #216 ] Move lib in core directory
2011-10-24 12:59:44 +02:00
Regis Houssin
87bbcaf9f6
Fix: remove obsolete code
...
use objectlinked for retrieve origin and origin_id of an object
2011-10-21 11:03:19 +02:00
Laurent Destailleur
0bc80e9bec
Qual: Doxygen
...
Qual: Uniformize some code
2011-10-14 18:51:20 +02:00
Regis Houssin
24c9a7d26d
Fix: reorder line after update line with fk_parent_line
2011-10-06 00:11:53 +08:00
Laurent Destailleur
be6286c4b8
Qual: More POO.
...
Qual: Doxygen
2011-09-20 17:19:46 +00:00
Regis Houssin
b6a2f13673
Fix: avoid jenkins warning
...
Fix: SpaceAfterOpenBracket, SpaceAfterCloseBracket, SpaceBeforeCloseBracket, SpaceBeforeOpenBracket
2011-09-20 09:40:27 +00:00
Regis Houssin
2c1b3722f2
Fix: replace sizeof() by count()
2011-09-17 19:49:50 +00:00
Laurent Destailleur
411b3415eb
Doxygen
2011-09-12 17:08:02 +00:00
Laurent Destailleur
cf917a70f1
Qual: Uniformize constructors
2011-09-11 18:35:38 +00:00
Laurent Destailleur
197257de90
Comment
2011-09-11 10:34:08 +00:00
Laurent Destailleur
6bd634b164
Qual: Uniformize constructors
2011-09-11 18:35:38 +00:00
Laurent Destailleur
b9129b1a60
Comment
2011-09-11 10:34:08 +00:00
Laurent Destailleur
a50db95e7e
Qual: Uniformize constructors
2011-09-11 18:35:38 +00:00
Laurent Destailleur
84075f6fab
Comment
2011-09-11 10:34:08 +00:00
Laurent Destailleur
b75d19c264
Qual: Uniformize constructors
2011-09-11 18:35:38 +00:00
Laurent Destailleur
fc7700501f
Comment
2011-09-11 10:34:08 +00:00
Laurent Destailleur
209a134c48
Fix: pgsql compatibility
2011-09-10 23:53:22 +00:00
Laurent Destailleur
b92f7268ec
Fix: When creating invoice from other object, discount are created
...
automatically
2011-09-10 17:52:21 +00:00
Laurent Destailleur
a41c9c9f1e
Fix: pgsql compatibility
2011-09-10 23:53:22 +00:00
Laurent Destailleur
4dbbef67d2
Fix: When creating invoice from other object, discount are created
...
automatically
2011-09-10 17:52:21 +00:00
Laurent Destailleur
2587ee5c38
Fix: pgsql compatibility
2011-09-10 23:53:22 +00:00
Laurent Destailleur
65c2d93a29
Fix: When creating invoice from other object, discount are created
...
automatically
2011-09-10 17:52:21 +00:00
Laurent Destailleur
8426d806f0
Fix: pgsql compatibility
2011-09-10 23:53:22 +00:00
Laurent Destailleur
605355c89c
Fix: When creating invoice from other object, discount are created
...
automatically
2011-09-10 17:52:21 +00:00
Laurent Destailleur
549b7a655b
Qual: Uniformize code
...
Doxygen
2011-09-08 20:02:57 +00:00
Laurent Destailleur
1aaf65c257
PDF works with us letter format
2011-08-31 14:42:47 +00:00
Regis Houssin
2ecc03104c
Fix: remove obsolete tags (in progress)
2011-08-27 15:14:31 +00:00
Laurent Destailleur
9eea2e86af
doxygen
2011-08-14 00:00:06 +00:00
Regis Houssin
932b8f90e1
Fix: works on repair broken features
2011-08-12 05:41:01 +00:00
Regis Houssin
00aaaac8aa
Fix: works on repair broken features
2011-08-11 15:14:50 +00:00
Laurent Destailleur
acea604e54
Change signature of all call executHooks.
...
Now they accept all the following signature:
executeHooks('method',$parameters,$object,$action)
2011-08-10 22:47:33 +00:00
Regis Houssin
66d5d6905f
Fix: works on repair broken features
2011-08-10 19:55:21 +00:00
Laurent Destailleur
f4606c2253
Fix: Avoid errors into rpm packages
2011-08-03 00:45:22 +00:00
Regis Houssin
54effb5b27
Fix: add more triggers
2011-07-04 10:35:48 +00:00
Regis Houssin
f344dbdefe
Fix: Name of hook must also be unique for each tab
2011-06-30 13:27:20 +00:00
Regis Houssin
f7883c6cb6
Fix: include trigger
2011-06-20 06:59:04 +00:00
Regis Houssin
4d27ac55da
Fix: bad field name
2011-06-15 15:22:48 +00:00
Laurent Destailleur
a6b82d843b
New: Creation of contacts from third party page go back to third party.
2011-06-13 15:14:11 +00:00
Laurent Destailleur
2ffb4f2d02
Qual: Uniformize user interface
2011-06-13 13:07:10 +00:00
Laurent Destailleur
e1094fc293
Qual: Debug and clean notification module
2011-06-12 18:05:30 +00:00
Laurent Destailleur
993428e093
Work on workflow module.
2011-06-06 19:15:44 +00:00
Regis Houssin
8e25cb1ae5
Fix: possibility to have more hooks in the same page
...
New: add left search block hook and extra left block hook
2011-05-31 14:04:45 +00:00
Laurent Destailleur
86d83f9896
Enhance specimen
2011-05-30 18:48:19 +00:00
Regis Houssin
8d8fd9ba91
Works on paypal module
...
Fix: add multi status
2011-05-25 12:33:59 +00:00
Regis Houssin
e77298321a
Works on paypal module
...
Fix: replace ref_ext by ref_int
2011-05-24 09:50:51 +00:00
Laurent Destailleur
edd91b7d26
Qual: Clean stock increase/decrease code
2011-05-23 23:46:39 +00:00
Regis Houssin
4ed929d218
Works on paypal module
...
Fix: db begin problem
Fix: ref_ext record problem
2011-05-22 19:42:55 +00:00
Regis Houssin
6d56cc196b
Works on paypal module
...
Fix: better error management
2011-05-22 18:12:42 +00:00
Laurent Destailleur
5440ad97c6
New: Add default label into stock movement label
2011-05-18 17:18:42 +00:00
Laurent Destailleur
781e806c19
Doxygen
2011-05-16 14:01:39 +00:00
Regis Houssin
f63850c5e9
Fix: remove watermark after validation
2011-05-11 15:01:09 +00:00
Regis Houssin
67fe35e67b
Fix: mutualize code, more simple
2011-05-06 18:27:18 +00:00
cdelambert
7919c35891
Fix Bug bug #33100
2011-04-16 12:10:57 +00:00
Regis Houssin
f4bd45c087
Fix: possibility to skip update total of special lines with no qty and unit price
2011-04-14 13:52:48 +00:00
Regis Houssin
7b73576731
Fix: possibility to skip update total of special lines with no qty and unit price
2011-04-13 15:39:03 +00:00
Regis Houssin
1c89213caf
Fix: reorder the lines correctly
2011-04-11 09:00:13 +00:00
Regis Houssin
d567827f3e
Fix: problem for view normal product/service
2011-04-11 07:56:58 +00:00
Regis Houssin
fba4111f44
Fix: do not update price with special product 9
2011-04-10 18:44:58 +00:00
Regis Houssin
a3eebde120
Fix: problem with clone and hooks
2011-04-10 15:32:34 +00:00
Regis Houssin
ee5c282ccd
Fix: problem with $line->update_total if no $total_localtax
2011-04-10 10:37:05 +00:00
Regis Houssin
a2902877ce
Fix: uniformize code
2011-04-10 09:57:54 +00:00
Regis Houssin
75bf04ec71
Fix: use FactureLigne class for delete line
2011-04-10 09:47:12 +00:00
Regis Houssin
da05338224
Fix: reorder correctly if fk_parent_line
...
Fix: uniformize code
2011-04-10 09:22:47 +00:00
Regis Houssin
78a0078906
Fix: not update total with special line (for the moment)
2011-04-10 09:09:14 +00:00
Regis Houssin
b163b0c73c
Fix: hook is already instantiate
...
Fix: add fk_parent_line in customer bill
2011-04-10 07:52:30 +00:00
Laurent Destailleur
eac83150bc
Add option FACTURE_CAN_BE_REMOVED
2011-04-08 08:15:33 +00:00
Laurent Destailleur
1a3c45faea
New: task #10969 : Add checkbox to close automatically invoice to "payed"
2011-03-19 13:59:04 +00:00
Laurent Destailleur
bdf3b91075
Fix: clean parameter
2011-03-16 11:38:54 +00:00
Laurent Destailleur
0aab6b15ae
Doxygen
2011-03-13 18:31:16 +00:00
Laurent Destailleur
e9f4879245
Qual: Prepare move of function dol_delete_file into file.lib.php
2011-03-09 15:34:57 +00:00
Laurent Destailleur
8d3b0d4470
Doxygen
2011-03-08 11:21:39 +00:00
Laurent Destailleur
b2532440fb
Doxygen
2011-03-08 11:12:57 +00:00
Laurent Destailleur
c7e8e6958b
Fix: Error when cloning invoice with discount
2011-03-07 02:06:43 +00:00
Laurent Destailleur
31c4cc0ecf
Fix: Error when cloning invoice with discount
2011-03-07 02:04:44 +00:00
Laurent Destailleur
ef6a3c07b4
Fix: Error management
2011-03-01 10:26:41 +00:00
Regis Houssin
3b4ea76538
Fix: compatibility with pgsql, replace all addslashes by $this->db->escape in class
2011-02-24 18:11:12 +00:00
Laurent Destailleur
70ec9f70b7
Comment
2011-02-06 00:20:15 +00:00
Philippe Grand
6d26a530d5
change comment
2011-01-17 09:37:01 +00:00
Laurent Destailleur
4e8b22d23e
Fix: Filter on late unpaid was wrong
2010-12-31 10:59:50 +00:00
Laurent Destailleur
2535926cb9
Fix: Some fix in PDF position
2010-12-31 00:15:13 +00:00
Regis Houssin
a97173b662
Use another method for external module
2010-12-16 18:40:02 +00:00
Regis Houssin
502bb75d2c
Fix: uniformize code
2010-12-15 07:12:28 +00:00
Laurent Destailleur
f94248eae1
Fix: Some fix into line edit
2010-12-15 00:54:28 +00:00
Laurent Destailleur
2498426867
Fix: Restore stable version for 3.0
2010-12-14 23:27:17 +00:00
Regis Houssin
9d46536909
Fix: uniformize code
2010-12-14 15:04:56 +00:00
Regis Houssin
409758c1ec
Works on hooks module
2010-12-14 11:46:49 +00:00
Laurent Destailleur
09fc3ba4c5
Fix: Function to find last invoice must look only into number
2010-12-13 23:38:47 +00:00
Laurent Destailleur
86ffc32195
Qual: Uniformize a lot of code (supplier_invoice => invoice_supplier, same for order)
...
New: Add link between supplier invoices and supplier orders.
2010-12-13 13:16:02 +00:00
Laurent Destailleur
f50738c69d
Work on web services
2010-12-07 08:36:50 +00:00
Laurent Destailleur
ad19fc1ca9
New: Work on web services
2010-12-05 20:33:24 +00:00
Laurent Destailleur
6e75a3d203
Restore work lost by savannah backup
2010-12-01 21:16:28 +00:00
Laurent Destailleur
8bc3bae49e
New: Add suppliers orders to process in dashboard
2010-11-13 17:37:22 +00:00
Juanjo Menent
6acf25958e
Fix: empty local tax
2010-11-06 17:52:07 +00:00
Laurent Destailleur
49bd52c4ab
Fix: Bad link
2010-11-04 19:05:05 +00:00
Laurent Destailleur
a718947b3d
Fix: Detailed informations of email actions was lost
2010-10-27 16:49:26 +00:00
Laurent Destailleur
5b96527805
Qual: Uniformize code (ligne -> line)
2010-10-27 14:15:30 +00:00
Laurent Destailleur
c9ab28cc58
Add comment
2010-10-18 01:58:53 +00:00
Laurent Destailleur
f30061ca0c
Fix: Can not edit line for free product lines. Also type was lost.
2010-10-16 13:10:24 +00:00
Laurent Destailleur
0e663354f0
Fix: Preview was broken after renaming lignes into lines
2010-10-02 11:47:15 +00:00
Laurent Destailleur
eee4350867
Restore some broken features
2010-09-15 15:07:14 +00:00
Laurent Destailleur
eacc9361ea
Fix: Detection of country of bank account failed
...
New: Can change order of fields in bank info
2010-09-15 10:30:57 +00:00
Regis Houssin
3063abfdfe
Fix: use addline function
2010-09-11 17:27:28 +00:00
Regis Houssin
9edb72f2f5
Fix: use addline function
2010-09-11 14:02:15 +00:00
Regis Houssin
dfd509e787
Works on module hook integration
2010-09-11 12:21:36 +00:00
Regis Houssin
da5f21a732
Works on module hook integration
2010-09-11 11:54:59 +00:00
Regis Houssin
156a1e6b29
Qual: uniformize code
2010-09-10 14:35:07 +00:00
Regis Houssin
dd8b92e5f0
Works on module hook integration
2010-09-10 11:08:25 +00:00
Regis Houssin
86d0e9c465
Works on module hook integration
2010-09-10 10:42:24 +00:00
Regis Houssin
dcfcb1bc53
Works on module hook integration
2010-09-09 17:40:25 +00:00
Regis Houssin
97f4b62c80
Works on hook integration in pdf
2010-09-09 16:57:53 +00:00
Regis Houssin
9664f0af5f
Qual: big uniformize code
2010-09-09 14:06:15 +00:00
Laurent Destailleur
bbb1db7a51
Work on invoice creation when creating subscription
2010-09-07 01:32:20 +00:00
Regis Houssin
f4e656eee1
Fix: regression
2010-09-06 22:31:36 +00:00
Laurent Destailleur
46546a78ab
Fix: Restore all behaviour of order management of line. The new one is too complex and could not work as it is done.
2010-09-06 21:10:45 +00:00
Regis Houssin
63908863cc
Works on migration management positioning lines
...
Phase 4 : llx_expeditiondet et llx_livraisondet
2010-09-06 16:39:38 +00:00
Regis Houssin
75422f6e6f
Works on migration management positioning lines
...
Phase 4 : llx_expeditiondet et llx_livraisondet
2010-09-06 16:37:19 +00:00
Regis Houssin
b9ba88a5d2
Works on migration management positioning lines
...
Phase 4 : llx_expeditiondet et llx_livraisondet
2010-09-06 16:31:28 +00:00
Regis Houssin
cf4aa19d0c
Works on migration management positioning lines
...
Phase 3 : llx_facturedet
2010-09-06 14:37:29 +00:00
Laurent Destailleur
cb73e03168
Qual: Uniformize dictionnary table names.
2010-09-05 23:39:37 +00:00
Laurent Destailleur
fdc13a2480
Qual: Uniformize code
...
Doc: Doxygen
2010-08-18 07:28:12 +00:00
Regis Houssin
a77c2ae364
Fix: possibility to defined rang with an external module
2010-08-17 15:07:22 +00:00
Laurent Destailleur
8dabc0d659
Fix: Error in creating line
2010-08-12 22:42:56 +00:00
Laurent Destailleur
5affcd3b3f
Qual: Renamed french field "envente" into "tosell".
2010-08-11 18:35:31 +00:00
Laurent Destailleur
411419c3bf
Restore broken feature
2010-08-09 16:57:24 +00:00
Laurent Destailleur
d3536e3d42
Fix: Database compatibility
2010-08-09 16:07:23 +00:00
Regis Houssin
aa62559812
Fix: fetch_client is deprecated
2010-08-06 13:56:25 +00:00
Laurent Destailleur
7b59a66d11
Fix: Insert error
2010-07-23 21:57:07 +00:00
Laurent Destailleur
2db5b658f1
Fix: Some errors in vat management with multiprice
2010-07-22 21:16:29 +00:00
Laurent Destailleur
fc2213a8f1
Doxygen
2010-07-21 12:35:56 +00:00
Laurent Destailleur
fb4173673a
Fix: Fix on PHPUnit tests
2010-07-14 23:10:56 +00:00
Juanjo Menent
984ff2ddcf
Local Taxes: Comments on function parameters
2010-06-22 08:07:23 +00:00
Juanjo Menent
ca124a1476
Local Taxes: Works in Invoices.
...
Contracts: Patch to invoicing with the new invoices changes.
Trad: Orders: Tab Compta.
2010-06-21 16:49:41 +00:00
Laurent Destailleur
4c13b6fd77
New: Debug widthrawal module
2010-06-14 21:48:04 +00:00
Laurent Destailleur
1a90eefb86
Fix: Head array hidden if nothing
2010-05-20 22:23:58 +00:00
Regis Houssin
dc77231df7
Fix: change proformat to proforma
2010-05-17 15:41:17 +00:00
Laurent Destailleur
22b61585ca
Doc
2010-05-08 18:39:41 +00:00
Laurent Destailleur
61811dc5be
Fix: Postgresql compatibility
2010-05-07 18:30:31 +00:00
Laurent Destailleur
887863a59c
Move numbering invoices files
2010-05-05 22:24:18 +00:00
Laurent Destailleur
4689582826
Move numbering invoices files
2010-05-05 22:21:25 +00:00
Laurent Destailleur
e4bba520f7
Now fetch for User class use id like other classes.
2010-05-05 17:36:20 +00:00
Regis Houssin
54f424eedf
Add a common function to delete the linked contact
2010-04-29 15:35:52 +00:00
Philippe Grand
16a8ab7d59
according to new tree directory
2010-04-29 14:54:12 +00:00
Philippe Grand
391c595dda
according to new tree directory
2010-04-29 08:50:46 +00:00
Philippe Grand
b65ddfabe8
according to new tree directory
2010-04-28 21:29:12 +00:00
Regis Houssin
ebdbeec4a9
Fix: mutualize code
2010-04-28 19:23:36 +00:00
Laurent Destailleur
798ac42880
Fix: When all boxes are moved on a side, we can still move on the other side
2010-04-28 15:31:49 +00:00
Laurent Destailleur
4c73cb64c8
Move/Rename numbering module files for invoices to normalize code.
2010-04-28 13:49:13 +00:00
Regis Houssin
32374f6242
Fix: move class to class directory
2010-04-28 12:39:09 +00:00
Philippe Grand
b6bc9223df
according to new tree directory
2010-04-28 10:33:16 +00:00
Philippe Grand
b68a359265
according to new tree directory
2010-04-28 10:02:54 +00:00
Laurent Destailleur
a4f144f24d
Qual: Uniformise code. user class use id in first param of fetch
2010-04-28 07:31:34 +00:00
Laurent Destailleur
128dc50c75
Uniformize code
2010-04-27 11:08:07 +00:00
Laurent Destailleur
e731e7414e
Fix: Missing triggers for suppliers invoices
2010-04-25 21:22:06 +00:00
Laurent Destailleur
9626a1bc4f
Fix: Missing triggers for suppliers invoices
2010-04-25 21:22:06 +00:00
Philippe Grand
c418128a07
according to new tree directory
2010-04-25 14:17:39 +00:00
Philippe Grand
4cdf6d0bae
according to new tree directory
2010-04-25 14:17:39 +00:00