change_log 4.22 KB
Newer Older
Yusei Tahara's avatar
Yusei Tahara committed
1 2 3
2010-04-07 yusei
* Fix python scripts which ids were wrong.

Tatuya Kamada's avatar
Tatuya Kamada committed
4 5 6
2010-03-08 tatuya
* Prevent to copy multiple payment conditions at the Delivery After Generation Script of Invoice Transaction. If the payment conditions are multiple, payment transaction builder manage to create too many payment transaction lines.

Yusei Tahara's avatar
Yusei Tahara committed
7 8 9 10
2010-03-02 yusei
* Remove short title.
* Fix allowed content type setting.

Yoshinori Okuji's avatar
Yoshinori Okuji committed
11 12 13
2010-02-10 yo
* Add support for price precision.

Yusei Tahara's avatar
Yusei Tahara committed
14
2009-12-16 yusei
Yusei Tahara's avatar
Yusei Tahara committed
15
* Update xml format.
Yusei Tahara's avatar
Yusei Tahara committed
16

Yusei Tahara's avatar
Yusei Tahara committed
17 18 19
2009-12-15 yusei
* Add default expandable properties to default invoicing rule.

Yusei Tahara's avatar
Yusei Tahara committed
20 21 22
2009-12-14 yusei
* Add use field to invoice line view.

Yusei Tahara's avatar
Yusei Tahara committed
23 24 25
2009-10-16 yusei
* Update for the changes of new portal types of portal types.

Yusuke Muraoka's avatar
Yusuke Muraoka committed
26 27 28
2009-09-07 yusuke
* Replace ERP5Report to ERP5Form and ReportBox

Yusuke Muraoka's avatar
Yusuke Muraoka committed
29 30 31
2009-09-01 yusuke
* tax_category category is renamed to contribution_share category

Jérome Perrin's avatar
Jérome Perrin committed
32 33 34
2009-08-20 Jérome
* Move out old tax and discount system.

Tatuya Kamada's avatar
Tatuya Kamada committed
35 36 37
2009-07-09 tatuya
* Append Japanese localized invoice style-sheet  fixing font setting. To avoid hand modification after printing Japanese invoice.

38 39 40
2009-07-03 romain
* Revert latest proxy field library simplification, as the design was not finalized.

Tatuya Kamada's avatar
Tatuya Kamada committed
41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
2009-06-22 tatuya
* the erp5_invoicing is split into three business templates;
'erp5_invoicing', 'erp5_simplified_invoicing' and
'erp5_advanced_invoicing'.
the erp5_invoicing now only have common invoicing setting.
- When you want  them to work compatible with previous erp5_invoicing
you just install 'erp5_invoicing' and 'erp5_simplified_invoicing'
- When you want to create invoices independently,
you just install 'erp5_invoicing' and 'erp5_advanced_invoicing'.
Note: You can not install both 'erp5_simplified_invoicing' and
'erp5_advanced_invoicing' together. They cause conflicts.
* Move Allowed Content Type  'Discount Line', 'Invoice Line', 'Payment
Condition',
 'Tax Line' to erp5_simplified_invoicing
* Move Base Category 'specialise' to erp5_simplified_invoicing
* Move  Actions  to erp5_simplified_invoicing
* Move Paths 'purchase_invoice_builder',
  'purchase_invoice_tax_builder', 'purchase_invoice_transaction_builder'
  'sale_invoice_builder', 'sale_invoice_tax_builder',
  'sale_invoice_transaction_builder' to erp5_simplified_invoicing

Yusei Tahara's avatar
Yusei Tahara committed
62 63 64
2009-05-18 yusei
* Fix some proxy fields. proxy_listbox_ids had to be copied to new proxified fields but it was not copied.

Yusei Tahara's avatar
Yusei Tahara committed
65 66 67 68
2009-05-08 yusei
* Simplify field libraries and proxy fields. Old field libraries are kept for backward compatibility.
* Update dependencies.

Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
69 70 71
2009-04-18 Kazuhiko
* Version 5.4.1

Yusei Tahara's avatar
Yusei Tahara committed
72 73 74
2009-03-13 yusei
* Correct 	delivery_movement_account_interaction_workflow title.

Yusei Tahara's avatar
Yusei Tahara committed
75 76 77
2009-02-17 yusei
* Hide "Add Invoice Line" from the drop down action menu until invoice support to collect multiple different orders.

Jérome Perrin's avatar
Jérome Perrin committed
78 79 80
2009-02-16 jerome
* copy source_account and destination_account from supply line on delivery lines, and enable this for divergence on invoice lines.

Yusei Tahara's avatar
Yusei Tahara committed
81 82 83
2009-02-12 yusei
* Invoice Line can now contain Invoice Line. This is useful if we want to make a invoice which collect all orders from divisions in one company and list up invoice line per each division.

Yoshinori Okuji's avatar
Yoshinori Okuji committed
84 85 86
2009-02-03 yo
* Editable fields must use "cell" instead of "here" in the tales expressions, so they may not use proxy fields created for my_* intact. Due to this error, total_price and total_quantity could be wrongly displayed.

Yusei Tahara's avatar
Yusei Tahara committed
87 88 89
2009-01-27 yusei
* Added invoice_transmission_mode category.

Yusei Tahara's avatar
Yusei Tahara committed
90 91 92
2008-11-13 yusei
* Start to develop version 5.4.

Yusei Tahara's avatar
Yusei Tahara committed
93 94 95
2008-10-14 yusei
* Start to develop version 5.3.

Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
96 97 98
2008-09-16 Kazuhiko
* revise payment_transaction_builder, purchase_invoice_builder, purchase_invoice_tax_builder, purchase_invoice_transaction_builder, sale_invoice_builder, sale_invoice_tax_builder and sale_invoice_transaction_builder using new API.

Yusei Tahara's avatar
Yusei Tahara committed
99 100 101
2008-09-04 yusei
* Update English messages.

Yusei Tahara's avatar
Yusei Tahara committed
102
2008-08-28 yusei
Yusei Tahara's avatar
Yusei Tahara committed
103
* Use Base_translateString or translateString instead of N_ for translation string.
Yusei Tahara's avatar
Yusei Tahara committed
104

Yusei Tahara's avatar
Yusei Tahara committed
105 106 107
2008-06-27 yusei
* Start to develop version 5.2.

Yusei Tahara's avatar
Yusei Tahara committed
108 109 110
2008-06-26 yusei
* Revise version to 5.1.

Jérome Perrin's avatar
Jérome Perrin committed
111 112
2008-3-18 jerome
* Use trade conditions with invoices
Jérome Perrin's avatar
Jérome Perrin committed
113
* version 5.0
Jérome Perrin's avatar
Jérome Perrin committed
114

115 116 117
2008-3-16 nicolas
* add Print action for Invoices

Jérome Perrin's avatar
Jérome Perrin committed
118 119 120 121
2003-03-12 jerome
* Cleanup forms and add proxy fields

2007-12-06 kazuhiko
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
122 123
* use related_simulation_movement_path_list to reduce activity dependencies.

124
2007-12-6 jerome
Yusei Tahara's avatar
Yusei Tahara committed
125
* initial creation, from splitting erp5_accounting