change_log 3.84 KB
Newer Older
Yoshinori Okuji's avatar
Yoshinori Okuji committed
1 2 3
2010-02-10 yo
* Add support for price precision.

Yusei Tahara's avatar
Yusei Tahara committed
4
2009-12-16 yusei
Yusei Tahara's avatar
Yusei Tahara committed
5
* Update xml format.
Yusei Tahara's avatar
Yusei Tahara committed
6

Yusei Tahara's avatar
Yusei Tahara committed
7 8 9
2009-12-15 yusei
* Add default expandable properties to default invoicing rule.

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

Yusei Tahara's avatar
Yusei Tahara committed
13 14 15
2009-10-16 yusei
* Update for the changes of new portal types of portal types.

Yusuke Muraoka's avatar
Yusuke Muraoka committed
16 17 18
2009-09-07 yusuke
* Replace ERP5Report to ERP5Form and ReportBox

Yusuke Muraoka's avatar
Yusuke Muraoka committed
19 20 21
2009-09-01 yusuke
* tax_category category is renamed to contribution_share category

Jérome Perrin's avatar
Jérome Perrin committed
22 23 24
2009-08-20 Jérome
* Move out old tax and discount system.

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

28 29 30
2009-07-03 romain
* Revert latest proxy field library simplification, as the design was not finalized.

Tatuya Kamada's avatar
Tatuya Kamada committed
31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
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
52 53 54
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
55 56 57 58
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
59 60 61
2009-04-18 Kazuhiko
* Version 5.4.1

Yusei Tahara's avatar
Yusei Tahara committed
62 63 64
2009-03-13 yusei
* Correct 	delivery_movement_account_interaction_workflow title.

Yusei Tahara's avatar
Yusei Tahara committed
65 66 67
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
68 69 70
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
71 72 73
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
74 75 76
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
77 78 79
2009-01-27 yusei
* Added invoice_transmission_mode category.

Yusei Tahara's avatar
Yusei Tahara committed
80 81 82
2008-11-13 yusei
* Start to develop version 5.4.

Yusei Tahara's avatar
Yusei Tahara committed
83 84 85
2008-10-14 yusei
* Start to develop version 5.3.

Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
86 87 88
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
89 90 91
2008-09-04 yusei
* Update English messages.

Yusei Tahara's avatar
Yusei Tahara committed
92
2008-08-28 yusei
Yusei Tahara's avatar
Yusei Tahara committed
93
* Use Base_translateString or translateString instead of N_ for translation string.
Yusei Tahara's avatar
Yusei Tahara committed
94

Yusei Tahara's avatar
Yusei Tahara committed
95 96 97
2008-06-27 yusei
* Start to develop version 5.2.

Yusei Tahara's avatar
Yusei Tahara committed
98 99 100
2008-06-26 yusei
* Revise version to 5.1.

Jérome Perrin's avatar
Jérome Perrin committed
101 102
2008-3-18 jerome
* Use trade conditions with invoices
Jérome Perrin's avatar
Jérome Perrin committed
103
* version 5.0
Jérome Perrin's avatar
Jérome Perrin committed
104

105 106 107
2008-3-16 nicolas
* add Print action for Invoices

Jérome Perrin's avatar
Jérome Perrin committed
108 109 110 111
2003-03-12 jerome
* Cleanup forms and add proxy fields

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

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