- 21 Feb, 2013 32 commits
-
-
Jérome Perrin authored
doc.isMemberOf('') is not valid
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
getDefaultTotalPrice getSourceTotalPrice getDestinationTotalPrice
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
In inventory API queries, stock table is already selected, and we want the query parameters to be applied on this stock table, whereas default related keys would add stock table one more time
-
Jérome Perrin authored
- add payment_request - also index non accountable movements
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
to get rid of movement table dependancy
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
tickets are also in delivery table
-
Jérome Perrin authored
InventoryListBrain does not need a getQuantity method which returns something else that the total_quantity on this brain, this is just confusing (and using movement table)
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
The idea is to use Inventory API instead.
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
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
Signed-off-by: Aurélien Calonne <aurel@nexedi.com>
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
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;
-
Jérome Perrin authored
To migrate, run: alter table stock add column funding_uid bigint unsigned after payment_uid, add index funding_uid (funding_uid); alter table inventory_stock add column funding_uid bigint unsigned after payment_uid;
-
- 20 Feb, 2013 8 commits
-
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Julien Muchembled authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-