Commit Graph

34721 Commits

Author SHA1 Message Date
Laurent Destailleur
b7dd059f99 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2013-08-08 01:54:22 +02:00
Laurent Destailleur
3a209afa94 Update societe.class.php
Add missing space
2013-08-08 01:54:08 +02:00
Laurent Destailleur
bf95cf40d9 Merge pull request #1164 from PaulPoulain/966-develop
T966-develop : Put the poste of the contact in the list
2013-08-07 16:51:27 -07:00
Laurent Destailleur
2a0597a6d4 Merge pull request #1161 from PaulPoulain/948-develop
T948-develop :Classify Billed when the price of bill is greater than command
2013-08-07 16:48:32 -07:00
Laurent Destailleur
fe3e59ed12 Fix: Use reserved word None when we don't want thousand separator. 2013-08-08 01:47:22 +02:00
Laurent Destailleur
1a8b49c2c7 Merge pull request #1171 from braito4/patch-1
Update fiche.php
2013-08-07 13:37:56 -07:00
Laurent Destailleur
b1f528f4d5 Comment code of a deprecated variable. 2013-08-07 20:56:10 +02:00
braito4
561d0ea46b Update fiche.php 2013-08-07 20:48:50 +02:00
Laurent Destailleur
0f86755033 Fix: Found a dozen of bugs into sub module delivery of module shipment.
Conflicts:
	htdocs/core/modules/expedition/doc/pdf_rouget.modules.php
	htdocs/expedition/class/expedition.class.php
	htdocs/expedition/fiche.php
2013-08-07 15:29:13 +02:00
Laurent Destailleur
d5a57f3717 Fix: Found a dozen of bugs into sub module delivery of module shipment. 2013-08-07 15:08:30 +02:00
Laurent Destailleur
4d67d02f33 Fix: Bad dir 2013-08-07 13:35:09 +02:00
Laurent Destailleur
539adfdcc4 Fix: Bad var name 2013-08-07 13:33:22 +02:00
lalaina rasamoelina
c0d3ed0d60 T966-develop : Put the poste of the contact in the list
In the list of contact when we send a mail,i added the post of person in () after the name
htdocs/commande/fiche.php?id=481&action=presend&mode=init
2013-08-07 10:17:18 +02:00
BENKE Charles
2548274c10 Update products.lang
add header translation
2013-08-07 07:32:27 +02:00
BENKE Charles
12479a946a Update index.php
Error on column titles
2013-08-07 07:28:37 +02:00
BENKE Charles
54d2f1161d Update index.php
change datep
2013-08-07 07:15:09 +02:00
Laurent Destailleur
23516a466c Fix: Pb with predefined invoices 2013-08-06 23:56:13 +02:00
Laurent Destailleur
7438809ab5 Make predefined invoice feature easier to use. 2013-08-06 23:55:17 +02:00
Laurent Destailleur
acf3db8512 Fix: Pb with predefined invoices 2013-08-06 23:50:12 +02:00
Laurent Destailleur
f57aaf4f4a Fix: Do not load class like it should 2013-08-06 22:58:26 +02:00
Laurent Destailleur
cb4b8ffb8a Fix: Do not load class like it should 2013-08-06 22:57:53 +02:00
BENKE Charles
024ba2ee42 Update index.php
Add quarter report of sell service/product
2013-08-06 21:31:32 +02:00
Laurent Destailleur
4346a3f90f Fix: Param must be a regex string
Conflicts:
	htdocs/core/class/html.formfile.class.php
2013-08-06 19:34:13 +02:00
Laurent Destailleur
3caf119596 Fix: Param must be a regex string 2013-08-06 19:23:43 +02:00
Laurent Destailleur
7a8d28f135 Several fix for last pull request:
- A property of an element must be shown under another element
- Property that may be page content must not be output into a list.
- Bad W3C (<br> must not be <br />)
- Must not use picto to edit a property to define a link to a page
(replaced with generic sheet picto).
2013-08-06 19:12:26 +02:00
Laurent Destailleur
8533688020 Merge pull request #1159 from PaulPoulain/962-develop
T962-develop: Put the private note in the order list
2013-08-06 09:45:07 -07:00
Laurent Destailleur
7a17d52dad Merge pull request #1157 from PaulPoulain/961-develop
T961-develop: Put the private note in the bill list
2013-08-06 09:44:28 -07:00
Laurent Destailleur
480355f4f0 Merge pull request #1158 from PaulPoulain/960-develop
T960-develop : Put the note_private in the propal list
2013-08-06 09:44:10 -07:00
Laurent Destailleur
837c34ba62 Qual: Add more complete help text into setup page. 2013-08-06 17:26:26 +02:00
Laurent Destailleur
60a1fce2d1 Sec: Do not autofill password for remote access 2013-08-06 17:26:05 +02:00
Laurent Destailleur
4b6d2a3931 Synchro with transifex 2013-08-06 17:04:40 +02:00
lalaina rasamoelina
0fa4739d47 T948-develop :Classify Billed when the price of bill is greater than command
-In the workflow i've added on bouton which permitted
		to classify billed when the price of bills is greater
 		than command,if her status is delivered

		/htdocs/admin/workflow.php
2013-08-06 16:57:40 +02:00
lalaina rasamoelina
88bdecd2fb T962-develop: Put the private note in the order list
In the command list, if there are the private notes,we print them and we can edit them
htdocs/commande/liste.php
2013-08-06 16:49:47 +02:00
lalaina rasamoelina
2e25d17372 T960-develop : Put the note_private in the propal list
In the propal list, if there are the private notes,we print them and we can edit them
htdocs/comm/propal/list.php
2013-08-06 16:41:36 +02:00
lalaina rasamoelina
a8ba4e1861 T961-develop: Put the private note in the bill list
In the invoice list, if there are the private notes,we print them and we can edit them
htdocs/compta/facture/liste.php
2013-08-06 16:36:16 +02:00
Juanjo Menent
aab90bfe76 Merge pull request #1154 from atm-maxime/develop
Fix : supplier invoice mask + numbering
2013-08-06 06:37:32 -07:00
Maxime Kohlhaas
3586c41a8e Numbering should be on invoice date, not creation date 2013-08-06 15:29:20 +02:00
Maxime Kohlhaas
08a3b0c905 Fix : supplier invoice mask + numbering 2013-08-06 15:27:51 +02:00
Laurent Destailleur
a8784faa1e Fix: Removed debug print 2013-08-06 13:24:12 +02:00
Laurent Destailleur
c3dd7c3b39 Fix: Tons of regression after renaming note field into note_private. 2013-08-06 13:22:35 +02:00
Laurent Destailleur
2750b1a298 Fix: Tons of regression after renaming note field into note_private.
Qual: Add phpunit test to test all exports descriptors.
2013-08-06 13:22:00 +02:00
Laurent Destailleur
91700d84a6 Fix: lang file 2013-08-06 03:56:59 +02:00
Laurent Destailleur
80e04e967c Start to uniformize default debian package with current official
package on work.
2013-08-06 03:10:51 +02:00
Laurent Destailleur
b7cada9a99 Fix: End of menu when no module selected. 2013-08-06 03:01:56 +02:00
Laurent Destailleur
afae841ae4 Fix: Permissions on files 2013-08-06 00:36:21 +02:00
Laurent Destailleur
c41a955cbe Fix: Permissions on files 2013-08-06 00:36:04 +02:00
Laurent Destailleur
06c49e99bb Update for greek 2013-08-05 23:43:24 +02:00
Laurent Destailleur
a0944d99d8 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2013-08-05 23:28:04 +02:00
Laurent Destailleur
784c8acaf7 Trans: Upgrade language file 2013-08-05 23:27:13 +02:00
Laurent Destailleur
8ddeff69d6 Trans: update el_GR 2013-08-05 23:26:40 +02:00