- 24 Oct, 2013 1 commit
-
-
Mame Coumba Sall authored
-
- 22 Oct, 2013 1 commit
-
-
Mame Coumba Sall authored
-
- 21 Oct, 2013 3 commits
-
-
Mame Coumba Sall authored
Add a 'node_uid is not NULL' criterion to keep compatibility for mvts without source or destination that are not in stock table
-
Mame Coumba Sall authored
Add a test to make sure that even if source and destination are not defined on a mvt, invoice lines are still built
-
Mame Coumba Sall authored
Modify zsql method so that all mvts are selected in stock table even if they don't have source_section or destination_section
-
- 18 Oct, 2013 4 commits
-
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Tatuya Kamada authored
Add following six categories: source_decision_administration destination_decision_administration source_carrier_administration destination_carrier_administration source_section_administration destination_section_administration Definitions: - source/destination_decision_administration: An entity who receives order and do paperwork for order. - source/destination_carrier_administration: An entity who handles shipment and do paperwork for shipment. - source/destination_section_administration: An entity who do paperwork for invoice.
-
- 16 Oct, 2013 2 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
- 15 Oct, 2013 9 commits
-
-
Kazuhiko Shiozaki authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
Simulation relationship fails in (at least) two cases: - cancelling an invoice which was entirely created by simulation would create an empty invoice - cancelling an invoice with simulated accounting lines generated from temp-object-based simulation would copy those lines, while they should not be copied Also, implement recursive copy of Invoice Lines, as (per portal type definition) they can be arbitrarily nested. Also, prepare a place-holder for Invoice Cell copy. As I do not have a document with cells at hand, and do not know all relevant properties, I decided to keep this code disabled and raise.
-
Aurel authored
-
Aurel authored
-
Aurel authored
-
Aurel authored
-
Kazuhiko Shiozaki authored
This commit reverts "write yacc parsed file to TMPDIR."
-
- 10 Oct, 2013 2 commits
-
-
Kazuhiko Shiozaki authored
-
Tatuya Kamada authored
Fix a problem that access-tab-front-page wrongly caching old page, for example, even if a user switching to use 'https' from 'http', old 'http' links are remaining at the front page. That was because the key of the CachingMethod which was used for caching the page was ('user' and 'language'). Now the caching key is ('user', 'language' and 'site_url').
-
- 09 Oct, 2013 1 commit
-
-
Vincent Pelletier authored
-
- 07 Oct, 2013 6 commits
-
-
Tatuya Kamada authored
Fewer parameters are better if it is not mandatory (Loose Coupling principle).
-
Tatuya Kamada authored
-
Mame Coumba Sall authored
Revert "Add a test to make sure that even if source and destination are not defined on a mvt, invoice lines are still built" This reverts commit cf80166b.
-
Mame Coumba Sall authored
Revert "Modify zsql method so that movements without source or destination can be selected in stock table" This reverts commit 197cf943.
-
Mame Coumba Sall authored
Revert "Modify zsql method so that all mvts are selected in stock table even if they don't have source_section or destination_section" This reverts commit 87bc3ad5.
-
Tatuya Kamada authored
How it happened while upgrading PathTemplateItem: 1. Try to remove the existing broken object and succeed removing 2. However it is a broken object so self.unindexCatalog() is never called and the old catalog is remaining 3. Add new object of PathTemplateItem and try to reindex the object 4. Since old catalog is remaining, the catalog uid and object uid is different so catalogObjectList fails with FATAL error. The test is tests/BusinessTemplate.py#test_UpgradeBrokenObject.
-
- 04 Oct, 2013 6 commits
-
-
Julien Muchembled authored
Acquisition Portal Types is same as for resource. Example of categories: journal accounting consolidation national project deliverable r_and_d qa invalid fixed wontfix trade prediction reality
-
Mame Coumba Sall authored
Modify zsql method so that all mvts are selected in stock table even if they don't have source_section or destination_section
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Mame Coumba Sall authored
Add a test to make sure that even if source and destination are not defined on a mvt, invoice lines are still built
-
Mame Coumba Sall authored
-
- 02 Oct, 2013 1 commit
-
-
Vincent Pelletier authored
It should be consistent with Category setting, because both are used to render domain tree to user by calling getCompactTranslatedTitle .
-
- 01 Oct, 2013 1 commit
-
-
Aurel authored
-
- 26 Sep, 2013 1 commit
-
-
Tatuya Kamada authored
-
- 25 Sep, 2013 2 commits
-
-
Sebastien Robin authored
-
Sebastien Robin authored
We only only need an usual test result proxy, we only need the additional method getRunningTestCase
-