change_log 1.11 KB
Newer Older
Yoshinori Okuji's avatar
Yoshinori Okuji committed
1 2 3 4 5 6
2010-08-09 yo
* Forgot to rename the id of the Business Path for tax.
* Add SaleInvoice_getRuleReference to just return None.
* Ignore some properties in the divergence testers for tax movements.
* Add base_application for building tax movements.

Yoshinori Okuji's avatar
Yoshinori Okuji committed
7 8 9
2010-08-09 yo
* Forgot to deal with specialise which is always required for BPM.

Yoshinori Okuji's avatar
Yoshinori Okuji committed
10 11 12
2010-08-09 yo
* Seemingly, DCWorkflow does not delete possible transitions from states automatically, when transitions are deleted. So it is necessary to set states manually.

Yoshinori Okuji's avatar
Yoshinori Okuji committed
13 14 15
2010-08-08 yo
* Fix a mistake when selecting rules.

Yoshinori Okuji's avatar
Yoshinori Okuji committed
16 17 18 19
2010-08-08 yo
* Update the id of the business process in scripts.
* Make more scripts for select movement methods, as OrderBuilder does not pass which builder is used.

Yoshinori Okuji's avatar
Yoshinori Okuji committed
20 21 22
2010-08-08 yo
* Add helper scripts to deal with divergence in a legacy way.

Yoshinori Okuji's avatar
Yoshinori Okuji committed
23 24 25
2010-08-07 yo
* Split the category movement group into an updatable one and a non-updatable one, to have some categories to be changeable without making another delivery.

Yoshinori Okuji's avatar
Yoshinori Okuji committed
26 27 28
2010-08-07 yo
* Add back a planned state into test_order_workflow only to expand simulation but not to build packing lists.

Yoshinori Okuji's avatar
Yoshinori Okuji committed
29 30
2010-08-06 yo
* Initial creation.