- 23 Jun, 2016 5 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
* normalize URL in a case where we have several languages in URL. * redirect to the web site root if HTTP_REFERER is not set.
-
Kazuhiko Shiozaki authored
-
Yusei Tahara authored
-
- 22 Jun, 2016 26 commits
-
-
Tristan Cavelier authored
erp5_web: set relative url path as absolute if no base_url found in WebPage_extractReferredObjectDict
-
Nicolas Wavrant authored
This merge request makes full use of the base category "Ledger" in the Accounting and Project modules of ERP5. Main modifications are : * Adding the ledger property on every Accounting Transaction Types. It was already on Task Types. * Adding a new portal type of portal type for the types quoted above. It allows to define a list a ledgers directly on these types. These ledgers are the one allowed on the documents of each type. * New Delivery_init (Python) Script called by every "${}_init" script of the above type, and setting a default ledger at the creation of the documents * Adding a ledger field and column in the view defined like "[Entity|Account|...]_viewTransactionList" to only display the transactions belonging to a favorite ledger. The favorite ledgers can be defined in the Accounting Preferences. The list of displayed ledgers is the list of ledgers defined on the accounting portal types. If no ledger is defined, the field doesn't show up. * Adding a ledger field in every accounting report, to only generate them with the movements belonging to the ledgers of one's choice. * Adding the ledger parameter (and co) to the InventoryAPI to ease the queries on Inventory by ledger. Please note that the stock table now embeds a "ledger_uid" column /reviewed-on nexedi/erp5!129
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Nicolas Wavrant authored
erp5_accounting: closing an Accounting Period generates one Balance Transaction per accounting ledger BalanceTransaction.py updated to correctly index Balance Transactions with their ledgers. _computeStockDifferenceList also now returns a correct result
-
Nicolas Wavrant authored
erp5_mysql_innodb_catalog, erp5_research_item: Removes the parent_ledger related key and the code depending on it
-
Nicolas Wavrant authored
erp5_accounting: adds "ledger" in the extra columns of AccountingTransactionModule_viewAccountingTransactionList
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
-
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
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
erp5_core: changes portal type filter on dynamic_class_generation_interaction_workflow and base_type_interaction_workflow to a portal group filter These workflows now apply on every type belonging to the grouping type 'type_definition': Base Type and other portal types of portal types
-
Nicolas Wavrant authored
ERP5Type: introduces 'type_definition', a grouping type to identify portal types defining other types ie: Base Type and portal types of portal types
-
Nicolas Wavrant authored
erp5_accounting,erp5_project,erp5_payroll,erp5_trade,erp5_open_trade: changes base type of Deliveries to Delivery Type : Orders and Packing Lists portal types now have Delivery Type as portal type
-
Nicolas Wavrant authored
For the moment it only allows to define a list of ledgers on the portal types inheriting from it, to create a filtered list of ledgers allowed on the final objects. Adds DeliveryType.py, a new Base Type for Delivery portal types Adds testTypeDefinition.py, a new suite to test DeliveryType
-
- 21 Jun, 2016 4 commits
-
-
Romain Courteaud authored
"m": Modules "w": Worklists "h": History "s": Search "o": Logout "u": main title link
-
Nicolas Wavrant authored
_viewAccountingTransactionList forms can filter on preferred ledgers. Preferred Ledgers can be set in preferences. Form fields related to ledgers are not intrusive and don't display if None is defined.
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
Which was related to an older version of the simulation
-
- 20 Jun, 2016 2 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
With complex security scripts to calculate user groups, calling getPreferredArchive() from DA.__call__ still causes "maximum recursion depth exceeded" errors when caches are empty. In order to address the issue, we must review erp5_archive. Instead of that, this commit first checks whether the archive tool is installed, which is anyway faster that getting a preference. An expected failing test is also added.
-
- 17 Jun, 2016 3 commits
-
-
Cédric Le Ninivin authored
-
Tristan Cavelier authored
- normalize path to avoid to traverse with wrong value - review KeyError message when domain is unknown - use getWebSiteValue when possible /reviewed-on nexedi/erp5!124
-
Tristan Cavelier authored
-