Commit Graph

292 Commits

Author SHA1 Message Date
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
Fabien Pinckaers 4d6111702c Cleaning upper/lowercase in menus
bzr revid: fp@tinyerp.com-8574c781bfbef7d6a05bfcbd6a0495ca180b392e
2007-08-02 09:37:45 +00:00
ced b250eb70df account: remove exception when inactive account with entries
bzr revid: ced-414daff2fea67fa3fbe4601ce84aa32d468a57d3
2007-08-01 14:03:45 +00:00
ced f9c266b9e1 account: add vat report based on invoices or payment.
bzr revid: ced-c9e33f9f8a603337843932a4e050adadf2854ad6
2007-07-31 14:09:13 +00:00
Fabien Pinckaers d7ca95ef19 Removed unused object:
account.bank
	account.bank.accounts
We use the bank account of the partner associated to the company

bzr revid: fp@tinyerp.com-84ff63b0bff2415333527edabeb3b7880fe261ec
2007-07-30 18:28:14 +00:00
ced 1029e1323b account: add limit to name_search
bzr revid: ced-796c7a6102c61763fb2819b6ebb7aaf91cc46888
2007-07-26 08:31:32 +00:00
ced 659c467b37 account: add constraint on account inactive
- can not deactivate an account that have entry lines
- can not create/update an entry on account deactivate

bzr revid: ced-e3301b0dd80ea8042732771f549c51531d4726b3
2007-07-26 08:31:22 +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 5a2a174245 account: add creation date to reconcile move
bzr revid: ced-16feff72ccfe8a3795b9d4bf73c7d5f3644db5a5
2007-07-19 13:36:27 +00:00
ced dbfc918f1d account: remove exception when opening an partner when there is no fiscal year
bzr revid: ced-48f0a959e87039954ddf0ab89bc845e9f847e1cc
2007-07-11 15:09:58 +00:00
bch 2cdb6cdae4 ACCOUNT: bugfix for search by journal on account_account
bzr revid: bch-288bec462ff4b3355de7af6f74114f8e81c8341c
2007-07-05 04:58:52 +00:00
ced 795ac565f6 account: add round to last payment term
bzr revid: ced-51a8fd7f3c2c546b126f19f5f7be79edf86a2871
2007-07-03 14:28:19 +00:00
ced 4e97297ad8 ACCOUNT: add translation to account.journal
bzr revid: ced-c6e68d92aed1350c7b9294231eb68f4a4e43bdaf
2007-06-29 10:48:26 +00:00
ced a2ce7ee704 ACCOUNT: add check recursion in account.tax.code
bzr revid: ced-188ddf0d68f8f791fc81a473e8d2545972ced237
2007-06-27 06:18:48 +00:00
Fabien Pinckaers 7f5ca0808e Followup bugfix
Account move line bugfix in control from journals

bzr revid: fp@tinyerp.com-fb30c2bf337fe56762fb5c83b6c76432f6cd49ed
2007-06-26 13:28:51 +00:00
Fabien Pinckaers 0b8db2c013 Improvement of the followup module
bzr revid: fp@tinyerp.com-63c189eb28f2b50d95485322784c78f903cbc81a
2007-06-26 06:51:07 +00:00
ced 62efbb069a ACCOUNT: improve error message on cancel invoice
bzr revid: ced-3130281f2a5a3e09d5b63ff596401d0e15e549ac
2007-06-11 05:46:57 +00:00
ced ef478d36f6 ACCOUNT: force round amount fixed in payment term
bzr revid: ced-df936aa88e68e4d3109b7135c9f2b0894f179cb1
2007-06-08 07:13:43 +00:00
Fabien Pinckaers 9d7f377b52 Bugfix
bzr revid: fp@tinyerp.com-aa2df8032645d0ff0620281032043dab141b59da
2007-06-06 12:25:36 +00:00
Fabien Pinckaers b425a26fd1 Better relates:
Partner to all entries
	Partner to reconciled entries
	Account to entries
	Reconciliation to entries

Better wizards for (un)reconcile

bzr revid: fp@tinyerp.com-b78a872a8522cfa9c20172a179f8ca2644f485e0
2007-06-01 20:03:52 +00:00
Fabien Pinckaers e49c51f93c Better view for CRM
Adding sequences for reconcilitiations instead of date

bzr revid: fp@tinyerp.com-d780df30c504bca81878a695281b32de1fe572f2
2007-05-31 14:01:33 +00:00
Fabien Pinckaers e9f3f92a8c New modules:
Account simulation
		You can create as many simulation level as needed
		You can check journals as simulation journals or real journals
		You can use and print report
		Very usefull for IFRS, multiple manner to asset some entries
	Asset management module
		Multiple ventilations for an asset
		Link with the accounting
	L10N_CH
		Removed ZIP code by default
	Account cleaned
		Use a function for a domain on computed fields and visibility

bzr revid: fp@tinyerp.com-e382e83f36b19555b678c670d62fad7a2eef1416
2007-05-25 06:52:02 +00:00
ced e980813d4d CLIENT,KERNEL: new tag act_window for new relate implementation
bzr revid: ced-774fa598d18bfb26cf59e94de536c6afd5bf531b
2007-05-24 05:26:36 +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
ced 0d82aa7ffc ACCOUNT: remove active on account.account and add new type closed
bzr revid: ced-5f466cc918ff20cf9d08d5223a75c6335837f48c
2007-05-14 10:40:57 +00:00
ced d60e9d023d ACCOUNT, L10N_CHART*: currency no more required
bzr revid: ced-04f737571f7472b9c52a96afbf2de1325f6129b1
2007-05-14 09:39:13 +00:00
ced 67bfabe1b2 ACCOUNT,ACCOUNT_TAX_INCLUDE: improve invoice encoding (supplier invoice, default value, changing taxes, etc...)
bzr revid: ced-15fcc3c1b60f5ded8d0fd8a501061cb05a8fa249
2007-05-11 11:52:16 +00:00
rde a0614a0e83 Fixed typo in account.py ("Percent" not "Procent").
Note : Only text has been translated, in order to avoid regressions.

bzr revid: rde-b3000d8fbc97eb5e931e8c758709d01df7b6b3f4
2007-05-07 06:23:04 +00:00
ced 65557902da CLIENT,KERNEL: use only context for search
bzr revid: ced-abd13545cf3394eb537405e0b31db6516607517a
2007-05-03 07:15:08 +00:00
ced 408b1ee9f0 MULTI_COMPANY_ACCOUNT, ACCOUNT, KERNEL, SALE, PURCHASE: add multi-company for accounting with a lot improvement
bzr revid: ced-06b4cfd8bad40aa5781f29d0f0dfa066191bbccd
2007-04-23 13:13:47 +00:00
Fabien Pinckaers 3cef1f4386 Improvement in the accounting:
Reconciliation and multiple lines in bank statement
	Journal controls on account type and account for:
		Entries in journals
		Bank statement
	-> to avoid using the wrong account depending on the journal

bzr revid: fp@tinyerp.com-e6e78405e32db42f11d574b4d5c55a832d43f846
2007-04-19 19:58:31 +00:00
Mantavya Gajjar c5b1fbc478 ACCOUNT: add multi-company into base accounting
bzr revid: mga@tinyerp.com-9d1120f18bae244eeb46ca3a8f00919a8498058b
2007-03-28 14:41:48 +00:00
Fabien Pinckaers afe05425d8 Multi-Currencies code
bzr revid: fp@tinyerp.com-d51f2743871fd9d436a3ec6f528e33dda8ab1d37
2007-03-27 08:25:19 +00:00
ced 79a0726e27 BASE: fix IBAN len to 34
bzr revid: ced-f3019caf8ed5da9ff65a853d8737a23a511b7fa5
2007-01-29 12:58:08 +00:00
ced f4e6eece80 ACCOUNT: Fix tax_amount
bzr revid: ced-b3cf093a86fa76cb7a5742b0984ed82927f4ab4f
2007-01-26 07:22:31 +00:00
ced 7f6d21432d Fix typo
bzr revid: ced-440f12df1e5cd5b03cf700d84feed612b216f037
2007-01-19 09:36:19 +00:00
ced 4abc3206ff ACCOUNT: add partner to tax compute context
bzr revid: ced-f5da95580fa8035c10c37adf68f5b8a69ce02737
2007-01-19 09:28:33 +00:00
bch f28259f52c DTA : Debug \nInvoice: some readonly added
bzr revid: bch-233fd760b864d17d118948dc086f07b0af202df1
2007-01-17 13:22:19 +00:00
ced 27dd75b176 ACCOUNT: split to new module account_cash_discount
bzr revid: ced-97c375b39b7e521bc78173c9ef01698f7142b64b
2007-01-17 06:57:07 +00:00
pinky 0483eaec06 Bugfixes
BVR

bzr revid: pinky-6c24124e78dd50ed121dcb69b60460de82d579f3
2007-01-14 22:01:04 +00:00
ced 2347a84431 Improve tax:
- fix tax code
 - define tax account for invoice and refund
 - add supplier tax to product
 - don't overwrite tax_code on the creation for account line

bzr revid: ced-0b62574858f1f113fb59dd6ccbf59fec0b8dc2e3
2007-01-12 10:03:39 +00:00
bch 0706dbd28c DTA : version avec iban et bvr
bzr revid: bch-804d1972b172cd176c403de6168cf23ed7316364
2007-01-10 07:41:10 +00:00
pinky 6df1b244df Partner
very small bugfix in address selection
	type of address in tree view
Purchase

bzr revid: pinky-8eeda1b1399b16e9503d0fa423460781ad41e0e3
2007-01-09 12:25:59 +00:00
rde 5deb416c89 Analytic accounts with budgets
bzr revid: rde-047ada3e1c01d8d3900c0916c99d3de72a8ef8c2
2007-01-08 11:30:46 +00:00
ced 44d01beae7 Add product in tax compute python code
bzr revid: ced-b285ec0a8e14045421fb6e1f704be508bfe4af2e
2007-01-05 13:41:38 +00:00
ced 2dea59f722 ACCOUNT: Add possibilitty to include tax amount in base amount for the computation of the next taxes
bzr revid: ced-2131b8cd119da193d24cc3f7fbd82bebb667e858
2007-01-04 14:43:49 +00:00
bch 439d7a5a90 ACCOUNT:
* bank statment line now have a ref t othe corresponding invoice.
* account.py splitted for depedendy reason.

L10N_CH: debug

bzr revid: bch-cd59941716bff05a29b95739b303b6f1c2a859a8
2007-01-04 09:45:50 +00:00
pinky cf7cc358f0 L10N_CH : DTA now create a bank statement
bzr revid: pinky-f968b1f61f0c4b8fda9541c8652c45175236855c
2007-01-03 08:37:33 +00:00
pinky 180ce7de23 V11 : more explicit logs \nDTA: History
bzr revid: pinky-32cbe8b6df3c8c2d517a74732463c9b180e46caa
2006-12-29 05:27:13 +00:00
ced 1dc7c7210f Improve migration
bzr revid: ced-2a1b6c798b736b891a2af932b14ac522e2e02fba
2006-12-28 14:41:28 +00:00
ced 65883455f5 Improve migration
bzr revid: ced-b1cdf3be3b35e0603331ae33d5d80a8e8ee7feb7
2006-12-28 11:58:44 +00:00
pinky e5206f9329 ACCOUNT: new cash_discount on payment term\n ACCOUNT: invoice: debug product_id_change
bzr revid: pinky-ba5d75544867334035140493cc12dacf90d8b886
2006-12-28 09:30:48 +00:00
pinky e0707d560b L10N_CH: DTA & BVR demo data imporved
bzr revid: pinky-da7f8e1fd7ae31f0301dc9c727aea2ad1d672a45
2006-12-18 15:06:11 +00:00
pinky d99f39edaa ACCOUNT: Better exceptions in reconcile() in class account_move_line
bzr revid: pinky-3b920ed218e4d69de8cf74f1426c95aab7bb3e7f
2006-12-12 14:59:39 +00:00
pinky 492adc38a1 ACCOUNT :
invoice.py : move_line_id_payment_get now return the complete list of account lines associated with an invoice
account.py : some comments

bzr revid: pinky-f52d18e268f8abaad9bd85722658b8e4fab04fe8
2006-12-12 09:16:20 +00:00
pinky a83dce15e0 New trunk
bzr revid: pinky-dedd7f8a42bd4557112a0513082691b8590ad6cc
2006-12-07 13:41:40 +00:00