An error occurred fetching the project authors.
- 26 Sep, 2016 1 commit
-
-
Sebastien Robin authored
ProgrammingError could be raised for various raisons, while the code was assuming that the only raison was missing table. Improve by making sure the error is about missing table, if not, raise.
-
- 16 Sep, 2016 1 commit
-
-
Sebastien Robin authored
-
- 15 Sep, 2016 2 commits
-
-
Sebastien Robin authored
-
Sebastien Robin authored
Instead of only having possibility to check when inventory will be below a reference_quantity, allow to check when it will be higher.
-
- 15 Jul, 2016 1 commit
-
-
Vincent Pelletier authored
-
- 22 Jun, 2016 1 commit
-
-
Nicolas Wavrant authored
A new column ledger in the stock table and some related keys (stored in erp5_mysql_innodb_catalog) have also been created Adds tests for inventory queries based on ledger in testInventoryAPI
-
- 21 Apr, 2016 3 commits
-
-
Vincent Pelletier authored
Also, remove orginal _getOmitQuery which was dead code, and merge _buildOmitQuery into its only remaining caller. Also, factorise two pieces of code generating omit queries.
-
Vincent Pelletier authored
Also, simplify code a bit while reading it.
-
Vincent Pelletier authored
Fixes a bug when select_list is present in related_key_dict_passthrough but group_by_list is not. Also, reduce the number of code paths.
-
- 12 Jan, 2016 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 07 Oct, 2015 2 commits
-
-
Kazuhiko Shiozaki authored
Now we have explicit ORDER BY in the outer query so that we no longer need to disable derived_merge optimizer. c.f. https://bugs.launchpad.net/maria/+bug/985828
-
Kazuhiko Shiozaki authored
Revert "Add auto_extend_select_list argument in buildSQLQuery() and use alias in group_by_expression and order_by_expression." Revert "Support group_by_list and order_by_list in WebSection_getDocumentValueList." Revert "Support order_by_list in Resource_zGetMovementHistoryList." No need to extend SQLCatalog parameter to support group_by_list and order_by_list in sub-queries.
-
- 04 Oct, 2015 1 commit
-
-
Kazuhiko Shiozaki authored
Now we have explicit ORDER BY in the outer query so that we no longer need to disable derived_merge optimizer. c.f. https://bugs.launchpad.net/maria/+bug/985828
-
- 10 Mar, 2015 2 commits
-
-
Sebastien Robin authored
-
Sebastien Robin authored
-
- 17 Feb, 2015 5 commits
-
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
So all newSimulation expected failures are removed. Make generateMovementListForStockOptimisation looking min_flow and max_delay on supply lines. Introduce a getNextAlertInventoryDate in addition to getNextNegativeInventoryDate. This allows to know when an inventory will be below a reference quantity. This is particularly helpful to know when an inventory is below the minimal admitted stock
-
Sebastien Robin authored
Like this we stop using Resource_zGetInventory which is less and less used. Indeed, it's better to only have Resource_zGetInventoryList and sometimes returns a list of a single line.
-
- 12 Dec, 2014 1 commit
-
-
Gabriel Monnerat authored
Avoid pass next_item_simulation_state to _generateSQLKeywordDict because it will always ignore this parameter and display messages in logs Add test to parameter with output=1 in getTrackingList method
-
- 16 Oct, 2014 1 commit
-
-
Julien Muchembled authored
-
- 01 May, 2014 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 28 Apr, 2014 2 commits
-
-
Sebastien Robin authored
-
Sebastien Robin authored
All the logic was inside Person_getAvailableTimeMovementList. Algorithm was old and hard to understand. Move this algorithm to simulation tool, and rewrite it using the interval library for having less code to maintain and easier understanding
-
- 04 Nov, 2013 1 commit
-
-
Aurel authored
some script pass group_by=('function_uid',) instead of group_by_function=1, resulting behaviour in the end must be the same
-
- 13 Sep, 2013 3 commits
-
-
Tatuya Kamada authored
This is not a new feature, this behavior is compatible with the old caching implementation that was using inventory_stock table. In other words, this brings backs the backward compatibility in inventory caching. (This commit fixes the incomplete tests that was reverted just before.)
-
Tatuya Kamada authored
Needs more tests. This reverts commit 74db4d39.
-
Tatuya Kamada authored
This is not a new feature, this behavior is compatible with the old caching implementation that was using inventory_stock table. In other words, this brings backs the backword compatibility in invetory caching.
-
- 09 Apr, 2013 1 commit
-
-
Jérome Perrin authored
We were joining catalog for section, node and resource, mainly in order to expose _title and _relative_url in brains. We just need to select the corresponding uids and let brains do another catalog search to get the object when accessed. Note that erp5_banking_core is not updated
-
- 04 Mar, 2013 1 commit
-
-
Vincent Pelletier authored
-
- 28 Feb, 2013 5 commits
-
-
Aurel authored
-
Aurel authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
- 27 Feb, 2013 1 commit
-
-
Aurel authored
-
- 26 Feb, 2013 1 commit
-
-
Aurel authored
Create a sql cache for getInventory call Remove full-inventory optimisation as it now useless Implement full-inventory feature directly into stock Make erp5_pdm depends on this optimisation Install optimisation for all unit tests
-
- 21 Feb, 2013 2 commits
-
-
Jérome Perrin authored
Also, movement with 0 price where ignored by omit_asset_increase / omit_asset_decrease Signed-off-by:
Aurélien Calonne <aurel@nexedi.com>
-
Jérome Perrin authored
To migrate, run: alter table stock add column payment_request_uid bigint unsigned after funding_uid, add index payment_request_uid (payment_request_uid); alter table inventory_stock add column payment_request_uid bigint unsigned after funding_uid;
-