Jelajahi Sumber

Módulo que agrega report dashboard al sistema

SEBAS 1 tahun lalu
induk
melakukan
8489c6b17e
32 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. TEMPAT SAMPAH
      __init__.pyc
  2. TEMPAT SAMPAH
      controllers/__init__.pyc
  3. TEMPAT SAMPAH
      controllers/helpers/__init__.pyc
  4. TEMPAT SAMPAH
      controllers/helpers/account_bank_statement.pyc
  5. TEMPAT SAMPAH
      controllers/helpers/account_bank_statement_line.pyc
  6. TEMPAT SAMPAH
      controllers/helpers/account_invoice.pyc
  7. TEMPAT SAMPAH
      controllers/helpers/account_invoice_line.pyc
  8. TEMPAT SAMPAH
      controllers/helpers/account_invoice_multi_store.pyc
  9. TEMPAT SAMPAH
      controllers/helpers/account_move_line.pyc
  10. TEMPAT SAMPAH
      controllers/helpers/account_voucher_multi_store.pyc
  11. TEMPAT SAMPAH
      controllers/helpers/company.pyc
  12. TEMPAT SAMPAH
      controllers/helpers/dashboard_objetive.pyc
  13. TEMPAT SAMPAH
      controllers/helpers/hr_employee.pyc
  14. TEMPAT SAMPAH
      controllers/helpers/ir_module_module.pyc
  15. TEMPAT SAMPAH
      controllers/helpers/journal.pyc
  16. TEMPAT SAMPAH
      controllers/helpers/payments_journals.pyc
  17. TEMPAT SAMPAH
      controllers/helpers/pos_order.pyc
  18. TEMPAT SAMPAH
      controllers/helpers/pos_order_line.pyc
  19. TEMPAT SAMPAH
      controllers/helpers/pos_order_multi_store.pyc
  20. TEMPAT SAMPAH
      controllers/helpers/res_partner.pyc
  21. TEMPAT SAMPAH
      controllers/helpers/res_store.pyc
  22. TEMPAT SAMPAH
      controllers/helpers/res_user.pyc
  23. TEMPAT SAMPAH
      controllers/helpers/voucher.pyc
  24. TEMPAT SAMPAH
      controllers/helpers/widget_list.pyc
  25. TEMPAT SAMPAH
      controllers/helpers/widget_stock_valuation.pyc
  26. TEMPAT SAMPAH
      controllers/helpers/widget_stock_valuation_with_variant_cost_price.pyc
  27. TEMPAT SAMPAH
      controllers/main.pyc
  28. TEMPAT SAMPAH
      models/__init__.pyc
  29. TEMPAT SAMPAH
      models/chart_config.pyc
  30. TEMPAT SAMPAH
      models/model.pyc
  31. TEMPAT SAMPAH
      models/rrhh.pyc
  32. 1 1
      static/src/js/widgets/widget_sale_purchase_expense.js

TEMPAT SAMPAH
__init__.pyc


TEMPAT SAMPAH
controllers/__init__.pyc


TEMPAT SAMPAH
controllers/helpers/__init__.pyc


TEMPAT SAMPAH
controllers/helpers/account_bank_statement.pyc


TEMPAT SAMPAH
controllers/helpers/account_bank_statement_line.pyc


TEMPAT SAMPAH
controllers/helpers/account_invoice.pyc


TEMPAT SAMPAH
controllers/helpers/account_invoice_line.pyc


TEMPAT SAMPAH
controllers/helpers/account_invoice_multi_store.pyc


TEMPAT SAMPAH
controllers/helpers/account_move_line.pyc


TEMPAT SAMPAH
controllers/helpers/account_voucher_multi_store.pyc


TEMPAT SAMPAH
controllers/helpers/company.pyc


TEMPAT SAMPAH
controllers/helpers/dashboard_objetive.pyc


TEMPAT SAMPAH
controllers/helpers/hr_employee.pyc


TEMPAT SAMPAH
controllers/helpers/ir_module_module.pyc


TEMPAT SAMPAH
controllers/helpers/journal.pyc


TEMPAT SAMPAH
controllers/helpers/payments_journals.pyc


TEMPAT SAMPAH
controllers/helpers/pos_order.pyc


TEMPAT SAMPAH
controllers/helpers/pos_order_line.pyc


TEMPAT SAMPAH
controllers/helpers/pos_order_multi_store.pyc


TEMPAT SAMPAH
controllers/helpers/res_partner.pyc


TEMPAT SAMPAH
controllers/helpers/res_store.pyc


TEMPAT SAMPAH
controllers/helpers/res_user.pyc


TEMPAT SAMPAH
controllers/helpers/voucher.pyc


TEMPAT SAMPAH
controllers/helpers/widget_list.pyc


TEMPAT SAMPAH
controllers/helpers/widget_stock_valuation.pyc


TEMPAT SAMPAH
controllers/helpers/widget_stock_valuation_with_variant_cost_price.pyc


TEMPAT SAMPAH
controllers/main.pyc


TEMPAT SAMPAH
models/__init__.pyc


TEMPAT SAMPAH
models/chart_config.pyc


TEMPAT SAMPAH
models/model.pyc


TEMPAT SAMPAH
models/rrhh.pyc


+ 1 - 1
static/src/js/widgets/widget_sale_purchase_expense.js

@@ -508,7 +508,7 @@ function widget_sale_purchase_expense(widget) {
             // },0);
             if(item.type == 'out_invoice'){
                 var origin = 0;
-                if(item.origin.match(/SO/) != null){
+                if (item.origin && item.origin.match(/SO/) != null) {
                     origin = item.amount;
                 }
                 return origin;