Commit Graph

996 Commits

Author SHA1 Message Date
Fabien Pinckaers b4d6690794 Improved Security
bzr revid: fp@tinyerp.com-20080903180400-df7l6wxg1zpirmmi
2008-09-03 20:04:00 +02:00
qdp 8c29f5df87 *bugfixed some views of account_payment
pushed c2c's work (author Joel Grand-Guillaume)
* added a wizard to import invoice lines on bank statement

bzr revid: qdp@tinyerp.com-20080903173224-w9pmwm7bcpa0xrpk
2008-09-03 19:32:24 +02:00
Joel Grand-Guillaume ffa3f53119 Importing entries from invoice in bank statement
Add supplier support and date choice for statement line
Remove selected lines by default when populate statment
Modify view to corret button disposition

bzr revid: joel.grandguillaume@camptocamp.com-20080903152426-izklty3ir5qxm1lg
2008-09-03 17:24:26 +02:00
Jean-Baptiste Aubort 9062152fb4 added model access to hr_holidays
bzr revid: jean-baptiste.aubort@camptocamp.com-20080829145031-886149a6scovxzzb
bzr revid: jean-baptiste.aubort@camptocamp.com-20080902085203-1th8ddtfq1ke4562
bzr revid: jean-baptiste.aubort@camptocamp.com-20080902085455-hibyc4ubcmotim27
2008-09-02 10:54:55 +02:00
qdp dccd7b932f *added automatic fill in of the payment date when importing payment line from invoices
*added help tooltip
*improved and bugfixed

bzr revid: qdp@tinyerp.com-20080902065247-wss1tenz1n4fy698
2008-09-02 08:52:47 +02:00
qdp c3fa523cfd *views improvements
bzr revid: qdp@tinyerp.com-20080829152210-1x3qy5blq0mcrldu
2008-08-29 17:22:10 +02:00
qdp 7670578649 *bugfixed the suitable_bank_type method
*improvements: 
	- onchange move line now fills the payment date smartly
	- onchange partner now fills the bank account taking in consideration the allowed bank types

bzr revid: qdp@tinyerp.com-20080829152006-uty7fk90syo16he8
2008-08-29 17:20:06 +02:00
qdp 6edbff86a0 *improvement
bzr revid: qdp@tinyerp.com-20080829135512-800tyllrmf7y4gw7
2008-08-29 15:55:12 +02:00
qdp caddb2b787 *removed partner_payable from payment_order_line
bzr revid: qdp@tinyerp.com-20080829135305-iez5b6618pcs32nb
2008-08-29 15:53:05 +02:00
qdp c009012c29 *added raising error condition if line has no partners or if a bank account cannot be found for this line (these 2 fields are mandatory for payment order)
bzr revid: qdp@tinyerp.com-20080829135115-br0he00tl3lwccvn
2008-08-29 15:51:15 +02:00
Jean-Baptiste Aubort 43122ed708 * Security files to CSV
* Some bugfixes

bzr revid: jean-baptiste.aubort@camptocamp.com-20080829080727-z8x95pg4ai5byru4
2008-08-29 10:07:27 +02:00
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
qdp 7af7a5fa1c *commit for bazaar
bzr revid: qdp-11752b1069b56beffcceb8d980dc9f34db6ed666
2008-07-09 11:44:28 +00:00
qdp ff7f923855 *made line_ids beeing readonly when the payment is done
*added change_default on prefered date
*removed to_pay field on payment lines (this function will be replaced by the onchange of the move_line)
*modified info_owner in order to return the info of main company
*created info partner in order to return the info of the main company
*removed _currency function: not used anymore
*removed _to_pay_currency function: not used anymore
*added onchange_partner_id on payment line
*overall improvement

bzr revid: qdp-3150965ff624b0c049a6b7e645d27f1ba7dc3c60
2008-07-09 08:57:39 +00:00
Fabien Pinckaers a5ea68f171 Improvements in menus
bzr revid: fp@tinyerp.com-68282dbd98b8fed381c42457236a3a17a4b6c45f
2008-07-01 19:20:40 +00:00
Fabien Pinckaers 4bb0246a56 New Menus Definitions
bzr revid: fp@tinyerp.com-9fddab2e4b601123b2e476f27bb0bbbd5b470b0d
2008-07-01 15:58:58 +00:00
stw c60cae0a8c reindent all xml files
bzr revid: stw-c7b064849fe1f51bf264dd2de76920ded909d158
2008-06-29 08:26:07 +00:00
stw bf9359c52d add ids for some menuitems
bzr revid: stw-2677870d51653b77b71343d0d53336c267857c53
2008-06-28 21:33:58 +00:00
qdp 8ceab97127 *removed the label of the currency
bzr revid: qdp-4f6d0f0ac6ed7c6eeca4b6a27d778c431751b766
2008-06-17 11:28:11 +00:00
qdp 7b145455a6 *switched the two fields amount in payment order form
bzr revid: qdp-452a3f870c9b4990a78bd2bf745fca1cdffb9dd5
2008-06-17 08:38:51 +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
qdp e1a61390be *bugfixed the onchange on account_move_line (which wasn't working at all) (author jvo)
bzr revid: qdp-96b6724e9651427786bc2910ce5776adddadf255
2008-06-05 07:51:48 +00:00
Fabien Pinckaers 4c408bfb25 Moved base report designer in extra_addons
bzr revid: fp@tinyerp.com-a52fb2798427107a6ca1e5569fc1371d4af3f42e
2008-06-04 04:06:23 +00:00
Husen Daudi af1ddb3426 Add one state which will ask for due date in add payment line wizard and select those move lines which are <= given due date.
bzr revid: hda@tinyerp.com-31084340da7bcea113e07b92fa182caefadce426
2008-05-29 08:58:58 +00:00
ced 56167e631c Add report for payment
bzr revid: ced-9f8f9cb80fdae6d085b554dbf95fba6724be0295
2007-12-28 09:49:07 +00:00
ced 711ada5fb4 Use xml id for attributes groups in menuitem tags
It prevents errors if the user change the name of the groups

bzr revid: ced-87e7730819bab50a0cbc32fa30173012dfdb27d2
2007-12-11 15:45:52 +00:00
ced 6f87888b5b Don't fill the many2many with all the payment lines
bzr revid: ced-cf05b195780139a207a11080b7428c0d5910ca32
2007-12-06 12:13:50 +00:00
ced 95cfd86e5b Improve payment view
bzr revid: ced-1e7c420aba0e2ec365ac9569697e41a82ee4e7ed
2007-11-30 09:33:02 +00:00
ced e7691de9ab Better layout for invoice bank account
bzr revid: ced-53d064d669b78415c666968ee4cc4b5cd7ccbb7e
2007-11-30 09:32:55 +00:00
ced 73d44969b1 Add journal_id in context for account_move_line search
bzr revid: ced-bfadcc4e44a91692fc1ca61a7bbc979f5db198e7
2007-11-30 09:32:48 +00:00
ced cf067054a4 Remove unsed field
bzr revid: ced-fd320f94d5ef2dea0ad2d8169868ed8c9bb9532b
2007-11-27 15:44:00 +00:00
ced 8ea922fb67 Add amount to be paid on supplier invoice
bzr revid: ced-c4bf4a6695b38c003fcc2be2a3cac57093469218
2007-11-27 15:43:44 +00:00
ced 5ea034d92a Add partner bank on invoice
- new field partner_bank on invoice
- use the partner bank for the payment
- don't fill the payment line wizard by default

bzr revid: ced-57fdec04527d5105ca707e17514424752dc14241
2007-11-26 15:46:33 +00:00
ced 0a2912b46a Add relate action on invoice to payment lines
bzr revid: ced-7cea63ca503d879a7d0226c060641c91f3c82abd
2007-10-10 05:44:43 +00:00
ced 1d480a1df3 Improve payment, invoice, statement
- Use the right reference from invoice on account move lines
- Add a reference type on invoice
- Payment are now multi-currency
- Add wizard to populate statement
- Make thread safe payment wizard
- Add mod10r in utils
- Add colors on statement lines

bzr revid: ced-35849fea0ca75fec483ba54836f4954c1b26d2c9
2007-10-04 05:59:39 +00:00
ced b9a414ffa1 Fix bad args in search
bzr revid: ced-66c8c6b81108222cf2ff0eba4e8f3a0daedf3efb
2007-10-04 05:58:46 +00:00
ced 6c70c60e37 Fix field function to always return value for all ids
bzr revid: ced-8a474d00eef4a053243156238f433a8aaefd569d
2007-08-23 14:07:04 +00:00
bch 7c712e115b ACCOUNT_PAYMENT: Added multi-wizard support and bugfixes.
bzr revid: bch-3217f246b7f5338e941ae2b49db6f323b266bdf7
2007-08-10 11:49:54 +00:00
Fabien Pinckaers c12fb4f3cb Uppercases in all menus
... long life to VIM ...

bzr revid: fp@tinyerp.com-cc36a1698925a5a2df8a01cc82402cc536b3e109
2007-08-09 07:47:53 +00:00
Fabien Pinckaers 3af852682d Better therminology
bzr revid: fp@tinyerp.com-cd180ddb8958072040e9919bcfe7b23c80735c4b
2007-08-08 19:55:39 +00:00
bch c42b1b14c2 ACCOUNT_PAYMENT: added '_id(s)
bzr revid: bch-d523aa43ffab31f169f9a641ff784a8de451fef5
2007-08-07 12:02:12 +00:00
Fabien Pinckaers 647938e705 Changes
bzr revid: fp@tinyerp.com-a41cc1bd04ad5f08dd24cb0d5878b30f3904e356
2007-08-06 11:36:05 +00:00
Fabien Pinckaers 9244c6749e Better menus
bzr revid: fp@tinyerp.com-1a9602e583364ef009f1e113651480b65e36c586
2007-08-06 11:24:04 +00:00
bch 3713125ded ACCOUNT_PAYMENT: added from extra_addons
bzr revid: bch-c67b1cd47efb7bdea39c7a67707c0161ebb2076c
2007-08-06 09:45:52 +00:00