- 19 Jun, 2009 28 commits
-
-
Jérome Perrin authored
- setSourceDebit(-1) will set cancellation amount - inventory API treat a movement of quantity -1 as an input movement if cancellation amount is set - s/getSource/DestinationTotalAssetDebit/Credit also support cancellation amount like s/getSource/DestinationDebit/Credit git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27694 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27693 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
the way to remove movement that should not be created was wrong. Using the reference of movement to find corresponding model_line and remove the movements of the model lines that should not be created is better. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27692 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
* RelationStringFields are using ZSQLCatalog to generate the right syntax. The previous syntax generated by SelectionTool was incorrect. There is now quote around values. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27691 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
Removing causality link from movement should make catalog a bit faster. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27690 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
- set manually the quantity on lines, it is not calculated automatically any more by default with the list of items. - make sure to not create again the currency when it is already there - do not set the inventory property on inventory line, this is useless and deprecated git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27689 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27688 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Do not define a special case when there is exactly one line in the relation string field, to make sure the SearchTextExpression is valid even in this case. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27687 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27686 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27685 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27684 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
A DefaultKey only needs value to be rendered by operator, without any operator-specific de-processing. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27683 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Use _renderValueAsSearchText to render value using operator (adds quotes, etc) instead of used the value directly. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27682 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27681 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27680 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
working again. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27679 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
In this way, it's possible define that for a precise trade_phase, a precise source and destination will be set on movements. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27678 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27677 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27676 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27675 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27674 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27673 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
set source and source_section on the business path. This will be copied on movements if trade_phase from the resource correspond to the one of the business_path git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27672 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
fix a mistake : context can not be defined at this step, it's beter to use None default value and to call getStart/StopDate on document git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27671 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Tatuya Kamada authored
* Fix workflow scripts to enable to create Sale Invoices and Purchase Invoices when using erp5_advanced_invoicing git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27670 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Tatuya Kamada authored
* initial creation so that it enables to create invoices independently git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27669 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Tatuya Kamada authored
* initial creation so that enables to create invoices independently git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27668 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Tatuya Kamada authored
* initial creation, splitting from erp5_invoicing git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27667 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Jun, 2009 12 commits
-
-
Kazuhiko Shiozaki authored
* back to 'view' instead of 'WebSite_view', 'WebSection_view' or 'WebPage_view' in 'Save & View' action. * fix getting ignore_layout parameter in Base_editRelation for web mode. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27666 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mame Coumba Sall authored
*add new prefix already defined for reference *modified so that reference is calculated according to EAN13 format git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27665 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* more CSS improvement for editable mode. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27664 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Fix unneeded leading ':' in search text expressions rendered from a DefaultKey Query when column is ''. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27663 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Replace asSearchTextExpression implementations with _asSearchTextExpression and a default asSearchTextExpression wrapping _asSearchTextExpression call. This fixes unneeded parentheses in generated search text expressions. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27662 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- add check for value getter without list git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27661 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Fix a typo in SQLQuery class on asSearchTextEspression method name. This class now effectively that it can generate a SearchTextExpression, although it always returns None. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27660 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27659 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27658 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
properly by invoice builder. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27657 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
move testNewPayroll to testPayroll git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27656 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27655 20353a03-c40f-0410-a6d1-a30d3c3de9de
-