- 11 Feb, 2009 4 commits
-
-
Kazuhiko Shiozaki authored
* display priority as text even for Manager. * remove (already disactivated) owner and portal_type column. * modify a column name from 'Active' to 'Status'. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25529 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25528 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25525 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25524 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Feb, 2009 21 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25523 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25522 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25521 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
If the packing list is not frozen, it will be divergent, this is normal. In this case the user will have to adopt prevision on the invoice or on the packing list to solve this divergence. Update the test to adopt prevision on the packing list and check that both packing list and invoice are solved git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25519 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25518 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
include tax builders in PurchaseInvoiceTransaction_getBuilderList and SaleInvoiceTransaction_getBuilderList. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25517 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25516 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25514 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Don't update tax lines if we are curently in the process of solving a divergence. User cannot modify lines, and also this may change the current divergence git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25513 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25512 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25511 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25510 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25509 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25508 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25507 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusuke Muraoka authored
* Added Nested Line Movement Group which are defined for Order/Delivery Builder. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25506 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusuke Muraoka authored
Move getTotal* and related methods of OrderLine to DeliveryLine, because nested lines would be used in delivery lines as well as order lines. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25505 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
Use DateTime.Date() instead of DateTime.strftime('%Y/%m/%d') due to the summer time problem on DateTime.strftime. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25504 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25503 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
Fixed a bug which causes infinite loop if periodicity steps over the summer time start date or end date(ex. 2008/10/27 00:00 CET). DateTime.strftime method does not work as we expected. We expect that DateTime('2008/10/27').strftime('%d') returns 27, but it returns 26 in reality. Because "2008/10/27 00:00 GMT+1" equal to "2008/10/26 23:00 GMT+2". git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25502 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25501 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Feb, 2009 6 commits
-
-
Jérome Perrin authored
- "Total Income" is a payroll term - fix capitalisation git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25500 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
ERP5Type, not ERP5) in r25498 git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25499 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
any more, bug was introduced by revision 25485 * add unit test to prevent such regression git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25498 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25497 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Added open order functionality. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25496 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25495 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Feb, 2009 6 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25494 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25493 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25492 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25491 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* validate rules (same as r.25365, but still required for running pdm_ui_test only without accounting_ui_test). * modify for Selenium >= 0.8 compatibility. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25490 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* modify test titles. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25489 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 Feb, 2009 3 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25488 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25487 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25486 20353a03-c40f-0410-a6d1-a30d3c3de9de
-