Laurent Destailleur
4cd1bbb0ca
Fix: bad data init
2012-11-05 17:01:05 +01:00
Laurent Destailleur
8ea48b28eb
New: More complete setup for bank ids according to countries
2012-10-31 00:46:46 +01:00
Regis Houssin
0441c6dd46
Merge pull request #417 from aspangaro/develop
...
Continue working on accountancy
2012-09-28 02:43:54 -07:00
Laurent Destailleur
6c769cfaf3
Fix: postgresql compatibility
...
Qual: Removed deprecated code
2012-09-27 23:54:47 +02:00
Spangaro Alexandre
e4391207e4
Add new dictionnary to edit accountingsystem
2012-09-26 20:37:28 +02:00
Spangaro Alexandre
d8481fa19b
Minor fix
2012-09-23 12:05:03 +02:00
Laurent Destailleur
44591bd756
Use a specific type to isolate type of event that are event
...
automatically added into agenda from other predefined events.
2012-09-20 00:18:29 +02:00
simnandez
5344d0c330
Fix: Update spanish VAT data for first instalations
2012-09-19 16:15:35 +02:00
simnandez
31b91e68c1
Fix: Update spanish VAT data for first instalations
2012-09-19 16:09:41 +02:00
simnandez
d18488966b
Fix: Update spanish VAT data for first instalations
2012-09-19 15:51:00 +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
Christophe Battarel
2e4aa1131a
prepare database for local taxes management
...
add localtax1_type and localtax2_type in database.
these type are char(1) and support following values :
'0' : local tax not applied
'1' : local tax apply on products and services without vat (vat is not applied on local tax)
'2' : local tax apply on products and services before vat (vat is calculated on amount + localtax)
'3' : local tax apply on products without vat (vat is not applied on local tax)
'4' : local tax apply on products before vat (vat is calculated on amount + localtax)
'5' : local tax apply on services without vat (vat is not applied on local tax)
'6' : local tax apply on services before vat (vat is calculated on amount + localtax)
'7' : local tax is a fix amount applied on global invoice
2012-09-10 11:00:35 +02:00
Laurent Destailleur
6e90e60268
Fix data init
2012-09-06 23:46:35 +02:00
Laurent Destailleur
246f3b5bb8
New: Add the holiday module (provided by teclib with permission to add
...
it by default).
2012-09-05 03:26:57 +02:00
Regis Houssin
7ff475c462
Fix: Modify spanish VAT to new rates (Juanjo)
2012-09-01 18:43:51 +02:00
Marcos García
7be72c39b1
Fixed SQL problems with llx_accounting.sql
2012-08-27 03:17:57 +02:00
Spangaro Alexandre
9050431f87
Simply way to update chart of accounts
2012-08-26 17:11:19 +02:00
Regis Houssin
4a5d89e6cc
Fix: move barcode type entries in module descriptor for best
...
compatibility with multicompany
2012-08-22 17:44:52 +02:00
Laurent Destailleur
c664ac3cfa
Fix: Default value was not defined
2012-08-20 00:27:38 +02:00
Regis Houssin
48efabc8a4
Fix: remove deprecated function and avoid warnings
2012-08-15 09:06:36 +02:00
Laurent Destailleur
b3b598c068
New input reason into dictionnary.
2012-08-09 18:33:45 +02:00
Maxime Kohlhaas
44b84b2177
task # 326 : Add a numbering module to suggest automatically a product ref
2012-08-09 01:41:55 +02:00
Laurent Destailleur
bf94d05293
New: Add great britain provinces
2012-07-28 03:12:34 +02:00
Laurent Destailleur
df31ae2b0e
New: Add canadian provinces
2012-07-10 17:51:29 +02:00
Laurent Destailleur
dc904ddf5f
Fix: vat rates
2012-05-10 23:02:05 +02:00
Laurent Destailleur
63ce05b939
New: Localize for NL
2012-05-10 00:35:20 +02:00
Laurent Destailleur
9913e87410
New: Add more payment conditions
2012-05-05 02:56:38 +02:00
Laurent Destailleur
26d5392e34
Add more sources
2012-04-21 18:22:10 +02:00
Laurent Destailleur
df13921ed4
Germany data not complete.
2012-04-14 19:31:10 +02:00
Laurent Destailleur
c876b6f2be
Fix: debian epiphany and iceweasel browsers.
2012-04-14 03:20:10 +02:00
Regis Houssin
c2d162d4c6
Fix: add Monaco VAT rates
2012-04-11 16:52:55 +02:00
Vinicius Nogueira
78c5fc8cff
Add Tax: Brasil
...
Zero rate for the invoices to suppliers can be fulfilled.
2012-04-07 01:45:48 -03:00
Laurent Destailleur
03cfec7904
Fix: Add missing sao polo for brazil
2012-04-05 00:13:06 +02:00
simnandez
00474e119f
Fix: Bad departement name
2012-03-16 09:15:29 +01:00
Laurent Destailleur
6cdd6fb137
Revert "Change main currency name with current name of currency because value is used as label to show amount when using numberword module."
...
This reverts commit 83d775d0ed .
2012-03-09 10:11:49 +01:00
Laurent Destailleur
83d775d0ed
Change main currency name with current name of currency because value is
...
used as label to show amount when using numberword module.
2012-03-09 09:33:18 +01:00
Regis Houssin
ee86da0e1e
Fix: refactorize llx_c_currencies and currency symbol
2012-03-08 11:49:38 +01:00
Laurent Destailleur
4b607f29cd
New: Add brazilian states
2012-02-04 19:00:24 +01:00
Alexandre Spangaro
cd058b6726
The last file have pushed is wrong - No 'doublon' in rowid - Now it's better
2012-01-18 06:15:25 +01:00
Spangaro Alexandre
a0829556ee
Update
...
Signed-off-by: Spangaro Alexandre <alexandre.spangaro@gmail.com >
2012-01-17 15:11:04 +08:00
Spangaro Alexandre
36edb00002
MAJ plan de comptes FR
2012-01-17 15:11:03 +08:00
Laurent Destailleur
ccfced2aff
Work on sqlite driver
2012-01-02 03:02:45 +01:00
Laurent Destailleur
6f63c5ecff
Work on PDO Sqlite driver
2012-01-02 02:46:12 +01:00
simnandez
e359cbcf3a
Add Venezuela data
2011-12-26 16:36:12 +01:00
Laurent Destailleur
0209c7dd19
Change order of fields.
2011-12-08 01:26:25 +01:00
Laurent Destailleur
e0ffbc50b6
Add vat rate 7
2011-12-03 19:30:55 +01:00
eldy
b0b3d5553d
Fix: Update italy vat rate
2011-10-07 01:35:46 +02:00
Regis Houssin
03711cf6f2
Fix: remove obsolete tags
2011-08-27 19:15:14 +00:00
Laurent Destailleur
fc47a48979
New: Add ru_UA informations
2011-08-22 22:48:34 +00:00
Laurent Destailleur
1858423d1f
Fix: A code must not contain space
2011-08-05 22:33:04 +00:00