Commit Graph

105 Commits

Author SHA1 Message Date
Christophe Simonis d2ff95f665 replace tabs with 4 spaces
bzr revid: christophe@tinyerp.com-20080722151128-f5zy75tsn8pgtndd
2008-07-22 17:11:28 +02:00
qdp 040e82d5e6 *tax views improvement
*replaced some spaces by tabs
*typo corrected

bzr revid: qdp@tinyerp.com-20080717120217-vhtgkmzc2lxikru4
2008-07-17 14:02:17 +02:00
jvo f2db835577 -changed type of 'type' field to selection :account.account
bzr revid: jvo-20080717103358-3du29ho534vdi3t5
2008-07-17 16:03:58 +05:30
jvo 3d11ddf4d9 Removed 'def generate()' from account.model
bzr revid: jvo-20080717093937-8ri766z36paagcqd
2008-07-17 15:09:37 +05:30
jvo 62694edf1a -Removed required=true from 'description' field on account.tax
-changed name_get accordingly for account.tax

bzr revid: jvo-20080717093153-qanssc189wwjaqmt
2008-07-17 15:01:53 +05:30
jvo 72f215072b Added 3 objects and their views:
-Account.account.template
-Account.tax.template
-Account.chart.template

bzr revid: jvo-20080716140949-thuw7i1tk1y6vj5k
2008-07-16 19:39:49 +05:30
jvo 57d0ebb5e6 -Added Use model wizard.
-Added 'legend' field on account.model
-Added 'description' field  and name_get method on account.tax."

bzr revid: jvo-20080715100458-0io7neh1n1grgrt3
2008-07-15 15:34:58 +05:30
Fabien Pinckaers 8ccdb3c75e Imrpovement in wizards
bzr revid: fp@tinyerp.com-60cd6fa546623497dc251ac5ac0b68a87826740d
2008-07-09 17:55:23 +00: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
Harshad Modi 17df667595 modification :
* put special cancel button with action for cancel/ skip wizard

bzr revid: hmo@tinyerp.com-e55ae6b9947d69f27634695fd8298cd100923dd5
2008-07-07 09:41:01 +00:00
Harshad Modi b6e1745b8a configuration wizard :
* improvement on user configuration wizard
* account journal for bank account wizard
* remove comment on install module wizard on profile_service module

bzr revid: hmo@tinyerp.com-75b7c5c0da946d8842171a692ba65c0ce0e55e89
2008-07-02 08:42:47 +00:00
Harshad Modi 2c8f39c5d6 modification:
* add icon on main configiration Steps and also all configuration wizards
* add new field 'note' on configuration step object for step desection
	which is display on main configuration wizard
* modify some configuration wizards :
	- configure user :	add new button for loop , save + new
	- select simple view or extend view : modify layout
	- journal of bank account : put one2many object with editable tree view to allow create more than one journal

bzr revid: hmo@tinyerp.com-8ad3011975c33bd1308b2eb0c23d25f0108ae1c5
2008-06-25 11:57:29 +00:00
Harshad Modi 6d956b2f1c imrovement on configuration wizard :
* change name of all configuration wizard
* imroovemnt on view
* put view_id on user configuration wizard's action
* put action on base setup and module upgrade wizard to call configuration wizard
* make new configuration wizard for install extra module on service profile
* make new configuration wizard for set extend group on admin user to set extendend view

bzr revid: hmo@tinyerp.com-f68aa6f5d8985f63e4d63213179c9198c3f94168
2008-06-21 09:54:30 +00:00
Harshad Modi 7318be91fe prototype of configuration wizard
bzr revid: hmo@tinyerp.com-9591a4aa840f7c7a4ecddde1adef198e27b5ddfa
2008-06-20 11:49:23 +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
stw 0ffac0fe0c add the svn:keywords Id on all .py, .xml, .bat
bzr revid: stw-3687e75a6129c56b847ba26d6b256cdafeb444ab
2008-06-16 06:44:24 +00:00
Fabien Pinckaers a74b2f29b8 Improvements
bzr revid: fp@tinyerp.com-291bb12c14e87ccfcc1ce370f353fe5a87f1ced4
2008-06-14 15:14:19 +00:00
qdp 29f74108f7 *bugfix: when create account journal period after closed account period , account journal period should be in done state. so, here I overload create method of
account.journal.period, set state as a period state. (author hmo)

bzr revid: qdp-97b2ce65d9589a058d348903274cb1b63d3b2d5e
2008-06-13 07:06:05 +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
qdp b9af6d0521 *added a new functionnality to allow the user to set the state of the account_move from draft to validate (and existing account_move_lines related). This functionnality
can be called from:
 ** a list of account_move_lines
 ** a menuitem in Financial Management\Periodical Processing\Validate Account Moves: it asks for a journal and set the state of all draft account_moves of this journal 
to validate.
*overwritten the name_get of the account_move in order to display the name with a star * before it if its state is in draft

bzr revid: qdp-2933c3b426bc6fcaf73f5941469eadba0e0862f4
2008-06-04 12:42:36 +00:00
Fabien Pinckaers 92f9b3b401 Removed print statement
bzr revid: fp@tinyerp.com-5b1adc04fe2d211ad88a9fc8bc3a2e988c233579
2008-05-28 19:03:11 +00:00
Fabien Pinckaers 457a4b6dbb Bugfix
bzr revid: fp@tinyerp.com-908664786f838940d6c7c2597482bc98db13c645
2008-05-28 18:59:58 +00:00
qdp 47df4cdafa *removed everything related to quantity in budgets
bzr revid: qdp-1d7e21a90c48947fecfe1b44d5e21db8d335d76f
2008-05-26 10:06:34 +00:00
qdp 3b72ca0f66 *removal of the sens field
bzr revid: qdp-92ca4b599bdf87e690e442ed5317499d0b1f11bd
2008-04-25 05:11:48 +00:00
Fabien Pinckaers bee7076f8d Modifs
bzr revid: fp@tinyerp.com-c97eeb950ce16d0bd29c35404380377bd323b3b3
2008-04-15 17:32:50 +00:00
Fabien Pinckaers daec3af3f4 Bugfix in payment terms
bzr revid: fp@tinyerp.com-e27a8badfb1e2daf3a4d4af7f9b42cdbd988dd49
2008-02-05 21:18:50 +00:00
ced 0dd50c7aa9 Use all open fiscal year if no fiscal year is selected
bzr revid: ced-4e35c8995c3ad81fb345561ea235bff2e39b473b
2008-01-11 14:46:53 +00:00
Fabien Pinckaers cef59b22d5 Partial Reconciliation
bzr revid: fp@tinyerp.com-8b22103181a265e1ebfed6882ddc7a8a94d7483a
2008-01-09 17:45:52 +00:00
ced b2b14e48fe Add constraint on move to check that all lines have the same journal and period than the move
bzr revid: ced-580ba2b3f083fdd57a2a62c70fdd65240cae63a8
2007-12-27 09:19:53 +00:00
ced 5896b5352f Fix centralization on journal
- Add constraint on number of account move
- Add domain on journal of invoice to not use a centralized
- Add check on invoice creation of move to not use a centralized journal
- Add check to have a default debit/credit account on journal

bzr revid: ced-19e4f8037897668da19674ec40130bca413f8003
2007-12-27 09:19:50 +00:00
ced 4afd281c3f Remove bad commit inside function validate and use one function to post account move
bzr revid: ced-40359d0fb608ef223122da9f2bfd32a0b7e8ee20
2007-12-13 13:39:46 +00:00
ced 7e33235a8d Better error message
bzr revid: ced-fe03323241e5001d6fcf866e0a0fa7a1a9e4f8f3
2007-12-13 13:39:40 +00:00
ced 14582a930a Fix tax line when encoding account lines manually
bzr revid: ced-7d8b75ee2c1f9e787e28a35e70436657a1673201
2007-12-11 15:45:59 +00:00
ced bbebe3b8c4 Don't compute debit/credit on inactive account
bzr revid: ced-129ed79d4e32b960251e6c61b1004a6cdcf3b9b9
2007-12-04 08:49:36 +00:00
ced 2f49dce1d5 Don't use inactive account in balance compute
bzr revid: ced-78eb33bcd0aef9842310086e203c91913b834b47
2007-11-26 15:46:22 +00:00
ced f2b92be5ba Added product and partner in the recurssive call of tax compute
Improved layout

bzr revid: ced-d7e4a5519c6d624b485602485b43ef98d31dde91
2007-11-26 15:46:18 +00:00
ced 8018f6f915 Don't return 0 for balance account if there is no fiscal year.
Must have the same value than the debit credit function

bzr revid: ced-785b0c6a79293a198c9f52febb1c4614bea9057f
2007-11-26 15:46:12 +00:00
ced e8ca9916e1 Fix icon type on journal period
bzr revid: ced-9ec1b235337345baf9a6b8bf2390e487cc18fb79
2007-11-21 06:57:46 +00:00
ced 9353d19a78 Fix search count
Do no more use the context as it is propagated to all sub level.

bzr revid: ced-30c42fd467584fd3ce325ee11ed17645585fb720
2007-11-20 07:30:23 +00:00
ced c24262351f Don't generate exception on debit/credit of account if there is no fiscal year
bzr revid: ced-06f02ad168d237b83ad0d7a7856653a2a22a8b68
2007-10-31 14:13:56 +00:00
ced 12c88b9037 Allow translation of payment term
bzr revid: ced-e08b11f8cc3d46f14d1f68769050c620f5f481c8
2007-10-30 09:07:09 +00:00
Fabien Pinckaers d4301f1451 Bugfix in Balance Computation:
BUG #240

bzr revid: fp@tinyerp.com-5107cda858fd3eabb168e424e39cc31e85a76033
2007-10-23 17:58:02 +00:00
ced a3052f3ab6 Improve deactivate account
- don't deactivate account if there is at least one child that have an account move

bzr revid: ced-8b7a5bd5ade1647daa12998eed60e7af36bb3694
2007-10-05 13:30:46 +00:00
ced 74ccdc852e Allow bank statement in different currency than the company one
- add currency on journal
- add currency in statement view
- convert the amount to the right currency
- improve creation of move line

bzr revid: ced-f524e19c17528b18fe27b10845780b6e35e83c67
2007-09-05 14:02:52 +00:00
ced 33112d5609 Better name_get for tax code
bzr revid: ced-b12addc86c806009292a052a3098a5bb16091374
2007-08-29 14:19:12 +00:00
ced 642e0930f8 Fix tax include in base amount for child taxes
bzr revid: ced-88fce440098219103bb7bcdc72fd4ee7b67963b0
2007-08-16 06:57:29 +00:00
ced 0749bb7d88 Merge branch 'assert'
Conflicts:

	server/bin/addons/account/__terp__.py

bzr revid: ced-6067f0de9949ffe16356931f8c49b778848a7c93
2007-08-09 13:12:25 +00:00
ced 47fa5401cb Now property are also browse record
bzr revid: ced-315ea94bfeeaec57242089e941c1da0eb6b6b074
2007-08-09 06:06:56 +00:00
Fabien Pinckaers 99dbeb2a8a Better accounting taxes computation based on sign
Reviewed tax code structure for l10n_be

bzr revid: fp@tinyerp.com-8d212d9f4741423496494be0eddf0f63e6672dbc
2007-08-06 14:02:20 +00:00
Fabien Pinckaers 2b9ec4d5c0 L10N_BE
Better chart of account and tax statement
Product
	Better packaging types
Account
	name_get on account.tax.codes

bzr revid: fp@tinyerp.com-9f576ee0bac35ac49dc06c4187038f9c794b0a73
2007-08-06 12:46:10 +00:00