Commit Graph

32 Commits

Author SHA1 Message Date
Stephane Wirtel fb3ef7a2f4 [FIX] Change the year of the copyright
bzr revid: stephane@openerp.com-20100112091839-a6p7tenhb4e4zxyx
2010-01-12 10:18:39 +01:00
PSO(OpenERP) eb0b928cc0 Changed licencing terms
bzr revid: hda@tinyerp.com-20091014111534-1vtk21rz8byhszzf
2009-10-14 16:45:34 +05:30
ChristopheChauvet(syleam) 41e8ed59ef changed encoding to coding in all py files
lp bug: https://launchpad.net/bugs/357182 fixed

bzr revid: hda@tinyerp.com-20091013055837-3ntnbe8b938xmk97
2009-10-13 11:28:37 +05:30
Quentin De Paoli fcf202751d [FIX] account: bugfixed the fiscalyear closing wizard:
* wizard wasn't working if there weren't entries to report: uneeded error was raised
	* wizard wasn't reconciling the reported entries of the new fiscalyear (but of the old fiscalyear)

bzr revid: qdp@cyan-20090917131616-hy6kdupx5j0em41q
2009-09-17 15:16:16 +02:00
Jay (Open ERP) 4a65742d47 Corrected Fiscal year closing wizard for account type=detail.
bzr revid: jvo@tinyerp.com-20081213114726-enzvag5h26qx141k
2008-12-13 17:17:26 +05:30
Jay (Open ERP) 65bdf83d0a [FIX] Bug 338678 : Corrected fiscalyear closing wizard
bzr revid: jvo@tinyerp.com-20090309045057-8qh60i6iy7dspgrq
2009-03-09 10:20:57 +05:30
qdp a9d7005af9 [FIX] bugfixed the closing of fiscal year: we are now passing the entries reconciled on another fiscal year as it should be (if the account type has defferal method =
unreconciled)
[FIX] minors bugfixes in fiscal year closing: given period wasn't used, reconciliation have to be made on unreconciliable accounts

lp bug: https://launchpad.net/bugs/317649 fixed

bzr revid: qdp@tinyerp.com-20090130150357-vr6lu4ukjt5jd0hc
2009-01-30 16:03:57 +01:00
Fabien Pinckaers 302eda2f5d bugfixes
bzr revid: fp@tinyerp.com-20090117190900-d69tqilg6jcac1c9
2009-01-17 20:09:00 +01:00
Fabien Pinckaers ad9ce0e286 bugfixes
bzr revid: fp@tinyerp.com-20090117182032-3o73emglnpp56ry0
2009-01-17 19:20:32 +01:00
qdp 28391eaa27 [IMP] moved the creation of the link between old fiscal year and new entries journal from wizard_fiscalyear_close_state.py to wizard_fiscalyear_close.py
bzr revid: qdp@tinyerp.com-20090116162853-2unkpd1wgjbabmvt
2009-01-16 17:28:53 +01:00
mra (Open ERP) 3891d7ab27 account :
- fiscal year close wizard split in to two wizards
- if account type=view then display tree color in blue

bzr revid: mra@tinyerp.com-20090116132001-37ot7awwm6qmc9g2
2009-01-16 18:50:01 +05:30
Jay (Open ERP) b141de765d Corrections on reports(Ref: VRA)
bzr revid: jvo@tinyerp.com-20090108123515-helru2m311uskjsk
2009-01-08 18:05:15 +05:30
Christophe Simonis e96989b95e [FIX] closing fiscal year wizard: bugfix in sql query
bzr revid: christophe@tinyerp.com-20090108100856-y2r0b6pftoilvq10
2009-01-08 11:08:56 +01:00
Christophe Simonis 69e276222e [FIX] fix a bug in the "Close fiscal year wizard" that avoiding to close a fiscal year without creating new entries
bzr revid: christophe@tinyerp.com-20090108093758-tf3urqgh8oejhzqk
2009-01-08 10:37:58 +01:00
hda (Tiny) 8e34540eeb bugfix
lp bug: https://launchpad.net/bugs/314649 fixed

bzr revid: hda@tinyerp.com-20090107124942-hfkwl249gqs993ig
2009-01-07 18:19:42 +05:30
Stephane Wirtel 21f104a506 [IMP] Update the copyright to 2009
bzr revid: stephane@tinyerp.com-20090104221250-55q32ayj2t8kzb2k
2009-01-04 23:12:50 +01:00
Christophe Simonis 1a0de2f0f9 [FIX] psycopg2: %d -> %s
bzr revid: christophe@tinyerp.com-20081210142955-ewfr1qhzq9l1tjzn
2008-12-10 15:29:55 +01:00
Christophe Simonis f5fad0ba30 passing modules in GPL-3
bzr revid: christophe@tinyerp.com-20081103191856-jhcivvwb16fvz2os
2008-11-03 20:18:56 +01:00
Mustufa Rangwala 79e22ccc72 solve problem :
- if you make invoice in 2008 fiscal year and then close that year..and create new fiscal year and in new fiscal year you pay that invoice that time..original invoice entries does not get paid and reconciled...

bzr revid: mra@tinyerp.com-20080925095852-fh177c0td425yx49
2008-09-25 15:28:52 +05:30
qdp 1daa6977d0 *moved sign of account_account on account_account_type
*splitted type of accounts into 2 fields: a fiels.selection for internal purpose (static) and a many2one to account_account_type for user categorization.
*changed demo data accordingly
*modified wizard of closing fiscalyear and views  accordingly

bzr revid: qdp@tinyerp.com-20080904120144-t0izbg80ot7tpth6
2008-09-04 14:01:44 +02:00
Mustufa Rangwala 7343ac0a5c remove defferal method from account object
- modify close fiscal year wizard
- modify chars : l10n_fr,l10n_chart_uk_minimal
- modify membership

bzr revid: mra@tinyerp.com-20080901094924-vi1df639wpcxf3ci
2008-09-01 15:19:24 +05:30
qdp cd629fb096 *commited jvo's work:
-Changed the type of parent_id of account.account from many2many to many2one and changes account charts accordingly.
	-Bugfix: solved error of no period_ids and misc. changes in wizard_fiscalyear_close.py
	-Bugfix: solved error of fiscal year and period in report-account_balance.py

bzr revid: qdp@tinyerp.com-20080729120906-zin2q9epxgq8xos9
2008-07-29 14:09:06 +02:00
Jay Vora e24b7ccf12 solved error of no period_ids and misc. changes in wizard_fiscalyear_close.py
bzr revid: jvo@tinyerp.com-20080728134904-jya4666cek62lau2
2008-07-28 19:19:04 +05:30
Christophe Simonis 3e3d897e88 add encoding comment and vim comment
bzr revid: christophe@tinyerp.com-20080723144147-77o5t9adx26a84lt
2008-07-23 16:41:47 +02:00
Christophe Simonis d2ff95f665 replace tabs with 4 spaces
bzr revid: christophe@tinyerp.com-20080722151128-f5zy75tsn8pgtndd
2008-07-22 17:11:28 +02:00
Christophe Simonis 1f43329f0e * translation of nearly all exceptions
* the export of translations per module take only the files of these modules

bzr revid: chs@tinyerp.com-77721e34d87043c4008239f004c7c616f6d4dc82
2008-07-08 08:13:12 +00:00
stw 0feb782c6a add Copyright and GPL license into the Header of Python files
bzr revid: stw-d9a6d631f7cfdab5a120a6b0104ce2dbf8644841
2008-06-16 11:00:21 +00:00
qdp 5571c6b405 *added the wizard for reopenning a closed fiscal year.
bzr revid: qdp-715a579b63f8382f24c121898102e879ab56b8cd
2008-06-13 06:47:23 +00:00
ced cbed0308ea Fix closing fiscal year
- Set the context for account to have the amount for the closing fiscal year
- Use the _query_get for account move lines
- Add constraint on the journal used (default debit/credit and centralisation)

bzr revid: ced-5281d861570473e480ca753fbe1947b991874331
2008-01-16 15:57:07 +00:00
ced 1affdedfd3 Merge branch 'master' of ssh://ced@dev.tinyerp.com//home/ced/terp
Conflicts:

	server/bin/addons/hr_timesheet_invoice/report/cost_ledger.py

bzr revid: ced-53d5b1eb97f770d60b281ecb4ff118898d110112
2007-07-19 13:47:25 +00:00
ced f03ddb6199 ACCOUNT: add fiscalyear test in the accounting instead of active
bzr revid: ced-6d8d78647326c5a7de31db80112e4ce9ed649b31
2007-05-18 14:15:35 +00:00
pinky a83dce15e0 New trunk
bzr revid: pinky-dedd7f8a42bd4557112a0513082691b8590ad6cc
2006-12-07 13:41:40 +00:00