Sébastien de Chateauvieux
bbbc4ad8c4
TVA NPR: add parameter in function call. Accept * tva
2013-03-26 07:57:19 +04:00
Sébastien de Chateauvieux
aaaa5242d6
TVA NP : update price calculation
2013-03-25 17:42:48 +04:00
Sébastien de Chateauvieux
b2b0d1616d
TVA NPR : add fourn_tva_npr property in class ProductFournisseur
2013-03-25 17:32:22 +04:00
Sébastien de Chateauvieux
6cfedfff9f
TVA NPR : add info_bits property in class FactureFournisseur
2013-03-25 17:18:10 +04:00
Sébastien de Chateauvieux
be8a95a22b
Mise à jour des tables facture_fourn_det et product_fournisseur_price. Ajout d'un champ pour la gestion de la TVA NPR
2013-03-25 13:03:37 +04:00
Laurent Destailleur
4fb4734eed
Merge pull request #772 from grandoc/develop
...
fix : trad error
2013-03-24 15:08:24 -07:00
Regis Houssin
86b521287c
Fix: upgrade all files
2013-03-24 22:05:46 +01:00
Regis Houssin
eaf914cada
Fix: upgrade jQuery datatables with 1.9.4 for avoid problems
2013-03-24 21:33:35 +01:00
Laurent Destailleur
4e029bf2ca
Fix: Security does not need special case
2013-03-24 21:06:45 +01:00
Laurent Destailleur
2b03420445
Add dump for 3.4
2013-03-24 19:41:08 +01:00
Laurent Destailleur
85cafee19f
New: Add substitutions keys in view
2013-03-24 19:06:20 +01:00
Laurent Destailleur
f3f65c01df
Update define key examples
2013-03-24 19:01:30 +01:00
Laurent Destailleur
b3d4811b6f
New: Another method to allow style tags into email.
...
Preivous one was using encoding, but this create data to not be stored
correctly into database. Old method is still available by adding
'_encoded' at end of toolbar name.
2013-03-24 19:00:58 +01:00
Laurent Destailleur
3ef8bf55fa
Fix: Better line position of information
2013-03-24 16:17:36 +01:00
Laurent Destailleur
d4d3b9900d
Fix: creation of user
2013-03-24 14:11:10 +01:00
Laurent Destailleur
ff2407a454
Add hidden option to setup font size of information.
2013-03-24 14:01:33 +01:00
Laurent Destailleur
6163503b48
Fix: Missing lang
2013-03-24 14:01:03 +01:00
Laurent Destailleur
51bc985a76
Add missing icon
2013-03-24 12:34:10 +01:00
Grand Philippe
59eb21431a
display enhancement and standardize
2013-03-24 07:14:59 +01:00
Grand Philippe
c5e742278e
fix : trad error
2013-03-24 07:11:44 +01:00
Laurent Destailleur
a890c7b3ab
Fix: Option to hide if no permission instead of grey was broken.
2013-03-24 03:51:49 +01:00
Laurent Destailleur
9391d0d2d6
New: SeparatorThousand and SeparatorDecimal accepts ' chars.
2013-03-24 03:12:40 +01:00
Laurent Destailleur
fe7cad8d6a
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2013-03-24 02:28:29 +01:00
Laurent Destailleur
7fab08eae1
Save example
2013-03-24 00:35:51 +01:00
Laurent Destailleur
24427d2c65
Use combo list for revenue stamp
2013-03-24 00:35:40 +01:00
Laurent Destailleur
d06f36d6c6
Merge pull request #770 from FHenry/develop
...
Fix Cron module date et [ task #710 ] Envoi de mail
2013-03-23 16:16:03 -07:00
fhenry
1e04ff8bbf
Add Cron spanish translation (provided by david@luminososmarmenor.com)
2013-03-23 20:36:32 +01:00
fhenry
d84cd86a50
Merge branch 'develop' of https://github.com/Dolibarr/dolibarr.git into
...
develop
Merge Cron module
2013-03-23 20:24:28 +01:00
Laurent Destailleur
d54b0d139d
Merge pull request #771 from grandoc/develop
...
fix error translation
2013-03-23 12:03:43 -07:00
Laurent Destailleur
c3589e9785
Some debug into cron module:
...
- Because cron is a module, constant must start with CRON_.
- Miscellanous fixes.
- For external link to run jobs from url, we must forge url using conf
file and not autodetect url.
2013-03-23 19:23:17 +01:00
Grand Philippe
2c718b740e
Merge branch 'develop' of git://github.com/Dolibarr/dolibarr into develop
2013-03-23 19:09:08 +01:00
Grand Philippe
7f61061805
fix : wrong URL
2013-03-23 19:08:02 +01:00
Laurent Destailleur
9fe0d2cdd2
Fix: Removed a lors 'pre'. Also accurency of data must not be overwrite
...
by odt template engine (to be compatible with all countries precision).
2013-03-23 18:22:25 +01:00
Laurent Destailleur
73de8d169f
Fix: Avoid call method on non object error
2013-03-23 18:04:46 +01:00
Laurent Destailleur
4d527d26af
New: support full address into user cards.
2013-03-23 17:40:18 +01:00
Laurent Destailleur
fbf8d410d2
New: Support revenue stamp onto invoices
2013-03-23 17:34:23 +01:00
fhenry
8971e6fe15
[ task #710 ] Envoi de mail
2013-03-23 14:39:23 +01:00
eldy
90025f9c13
Work on revenue stamp
2013-03-23 13:07:25 +01:00
eldy
c8d6e9e44a
Fix: List of customers to build invoice or order
2013-03-23 12:33:25 +01:00
eldy
3af7ca5ac8
Work on revenue stamp feature.
2013-03-23 12:23:09 +01:00
fhenry
7ce90c7bf1
Fix : Main eMail configuration SMTP password as input type wasn't
...
password (password display in clear...)!
2013-03-23 12:03:47 +01:00
fhenry
c1d1ad450a
Merge branch 'develop' of https://github.com/Dolibarr/dolibarr.git into develop
2013-03-23 11:45:01 +01:00
Grand Philippe
3fc8dffadf
Merge branch 'develop' of git://github.com/Dolibarr/dolibarr into develop
2013-03-23 10:22:13 +01:00
Grand Philippe
ea296d8429
fix error translation
2013-03-22 19:24:26 +01:00
Regis Houssin
34bfdb1846
Fix: broken feature if the table has no field fk_parent_line
2013-03-22 19:21:46 +01:00
fhenry
9476a346b8
Fix update run date
2013-03-22 18:23:43 +01:00
Laurent Destailleur
ed690885d3
Merge pull request #769 from simnandez/develop
...
Trad: Add es_ES and ca_ES missing translations
2013-03-22 09:50:33 -07:00
simnandez
e9cbf94e06
Trad: Add es_ES and ca_ES missing translations
2013-03-22 17:31:43 +01:00
Laurent Destailleur
e4ae70b5b2
Merge branch 'develop' of https://github.com/Dolibarr/dolibarr.git into
...
develop
Conflicts:
htdocs/install/mysql/migration/3.3.0-3.4.0.sql
2013-03-22 17:21:57 +01:00
Laurent Destailleur
350bcea183
Merge
2013-03-22 17:10:17 +01:00