Qual: Uniformize a lot of code (supplier_invoice => invoice_supplier, same for order)

New: Add link between supplier invoices and supplier orders.
This commit is contained in:
Laurent Destailleur
2010-12-13 13:16:02 +00:00
parent 81183e5ef0
commit 86ffc32195
27 changed files with 289 additions and 101 deletions

View File

@@ -103,8 +103,8 @@ class modMyModule extends DolibarrModules
// where entity can be
// 'thirdparty' to add a tab in third party view
// 'intervention' to add a tab in intervention view
// 'supplier_order' to add a tab in supplier order view
// 'supplier_invoice' to add a tab in supplier invoice view
// 'order_supplier' to add a tab in supplier order view
// 'invoice_supplier' to add a tab in supplier invoice view
// 'invoice' to add a tab in customer invoice view
// 'order' to add a tab in customer order view
// 'product' to add a tab in product view