POS Cancel Cash Difference Loss Profit

by
Odoo
v 16.0 Third Party 34
Download for v 16.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Point of Sale (point_of_sale)
Discuss (mail)
Inventory (stock)
Invoicing (account)
Lines of code 26
Technical Name kola_cancel_cdlp
LicenseLGPL-3
Websitehttps://kolapro.com
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Point of Sale (point_of_sale)
Discuss (mail)
Inventory (stock)
Invoicing (account)
Lines of code 26
Technical Name kola_cancel_cdlp
LicenseLGPL-3
Websitehttps://kolapro.com

KOLA ANALYTIC ACCOUTING

This Odoo module automates the cancellation of cash difference loss and profit, providing a seamless solution to manage and rectify discrepancies in cash transactions. With this module, you can effortlessly handle and resolve financial discrepancies, ensuring accurate accounting and minimizing potential losses.

Specifications

  • Invoice
    Cancel Cash Difference POS on close of session

    Cash Difference Loss / Profit Entry is automatically cancelled. It is not deleted.

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
Its a nice Module
by
ilubwama@kolapro.com
on 9/1/23, 9:41 AM Author

The source code is clean


A nice module
by
jkigula@kolapro.com
on 9/1/23, 9:41 AM

A nice module


by
bashar alghnnam
on 4/5/24, 3:58 PM

dear 
the model has the perfect solution for the problem but I have one tiny  problem, my clients use the Arabic language so it does not affect them 
, how can solve it or translate the model or what? 
Best Regards


by
bashar alghnnam
on 3/29/24, 10:18 AM

i have odoo 16 ce, installed on Ubuntu 22.04, and everything works fine, but i have a problem with pos when closed i have a problem 
 i installed your model it didn't work
any help? guide


by
khimwengng@gmail.com
on 10/30/23, 9:15 AM

Hi I have downloaded your module and installed on my community version. after two days using it, I have problem closing my post session.

the error is as followed. Please help

RPC_ERROR
Odoo Server Error
Traceback (most recent call last):
  File "/cloudclusters/odoo/odoo/http.py", line 1584, in _serve_db
    return service_model.retrying(self._serve_ir_http, self.env)
  File "/cloudclusters/odoo/odoo/service/model.py", line 134, in retrying
    result = func()
  File "/cloudclusters/odoo/odoo/http.py", line 1611, in _serve_ir_http
    response = self.dispatcher.dispatch(rule.endpoint, args)
  File "/cloudclusters/odoo/odoo/http.py", line 1808, in dispatch
    result = self.request.registry['ir.http']._dispatch(endpoint)
  File "/cloudclusters/odoo/addons/website/models/ir_http.py", line 235, in _dispatch
    response = super()._dispatch(endpoint)
  File "/cloudclusters/odoo/odoo/addons/base/models/ir_http.py", line 154, in _dispatch
    result = endpoint(**request.params)
  File "/cloudclusters/odoo/odoo/http.py", line 699, in route_wrapper
    result = endpoint(self, *args, **params_ok)
  File "/cloudclusters/odoo/addons/web/controllers/dataset.py", line 46, in call_button
    action = self._call_kw(model, method, args, kwargs)
  File "/cloudclusters/odoo/addons/web/controllers/dataset.py", line 33, in _call_kw
    return call_kw(request.env[model], method, args, kwargs)
  File "/cloudclusters/odoo/odoo/api.py", line 461, in call_kw
    result = _call_kw_multi(method, model, args, kwargs)
  File "/cloudclusters/odoo/odoo/api.py", line 448, in _call_kw_multi
    result = method(recs, *args, **kwargs)
  File "/cloudclusters/odoo/addons/point_of_sale/models/pos_session.py", line 268, in action_pos_session_closing_control
    return session.action_pos_session_validate(balancing_account, amount_to_balance, bank_payment_method_diffs)
  File "/cloudclusters/odoo/addons/point_of_sale/models/pos_session.py", line 273, in action_pos_session_validate
    return self.action_pos_session_close(balancing_account, amount_to_balance, bank_payment_method_diffs)
  File "/cloudclusters/odoo/addons/point_of_sale/models/pos_session.py", line 280, in action_pos_session_close
    return self._validate_session(balancing_account, amount_to_balance, bank_payment_method_diffs)
  File "/cloudclusters/odoo/addons/point_of_sale/models/pos_session.py", line 298, in _validate_session
    data = self.with_company(self.company_id).with_context(check_move_validity=False, skip_invoice_sync=True)._create_account_move(balancing_account, amount_to_balance, bank_payment_method_diffs)
  File "/cloudclusters/odoo/addons/point_of_sale/models/pos_session.py", line 642, in _create_account_move
    data = self._create_invoice_receivable_lines(data)
  File "/cloudclusters/odoo/odoo/addons/bi_pos_paid_posted_order_delete/models/res_config_setting.py", line 31, in _create_invoice_receivable_lines
    split_invoice_receivable_vals[payment].append(self._get_invoice_receivable_vals(amounts['amount'], amounts['amount_converted']))
TypeError: _get_invoice_receivable_vals() missing 1 required positional argument: 'payment_method'

The above server error caused the following client error:
RPC_ERROR: Odoo Server Error
    at makeErrorFromResponse (https://odoo-131795-0.cloudclusters.net/web/assets/3594-d96b5e1/web.assets_backend.min.js:969:163)
    at XMLHttpRequest. (https://odoo-131795-0.cloudclusters.net/web/assets/3594-d96b5e1/web.assets_backend.min.js:977:13)

 



by
khimwengng@gmail.com
on 10/30/23, 9:14 AM

Hi I have downloaded your module and installed on my community version. after two days using it, I have problem closing my post session.

the error is as followed. Please help

RPC_ERROR
Odoo Server Error
Traceback (most recent call last):
  File "/cloudclusters/odoo/odoo/http.py", line 1584, in _serve_db
    return service_model.retrying(self._serve_ir_http, self.env)
  File "/cloudclusters/odoo/odoo/service/model.py", line 134, in retrying
    result = func()
  File "/cloudclusters/odoo/odoo/http.py", line 1611, in _serve_ir_http
    response = self.dispatcher.dispatch(rule.endpoint, args)
  File "/cloudclusters/odoo/odoo/http.py", line 1808, in dispatch
    result = self.request.registry['ir.http']._dispatch(endpoint)
  File "/cloudclusters/odoo/addons/website/models/ir_http.py", line 235, in _dispatch
    response = super()._dispatch(endpoint)
  File "/cloudclusters/odoo/odoo/addons/base/models/ir_http.py", line 154, in _dispatch
    result = endpoint(**request.params)
  File "/cloudclusters/odoo/odoo/http.py", line 699, in route_wrapper
    result = endpoint(self, *args, **params_ok)
  File "/cloudclusters/odoo/addons/web/controllers/dataset.py", line 46, in call_button
    action = self._call_kw(model, method, args, kwargs)
  File "/cloudclusters/odoo/addons/web/controllers/dataset.py", line 33, in _call_kw
    return call_kw(request.env[model], method, args, kwargs)
  File "/cloudclusters/odoo/odoo/api.py", line 461, in call_kw
    result = _call_kw_multi(method, model, args, kwargs)
  File "/cloudclusters/odoo/odoo/api.py", line 448, in _call_kw_multi
    result = method(recs, *args, **kwargs)
  File "/cloudclusters/odoo/addons/point_of_sale/models/pos_session.py", line 268, in action_pos_session_closing_control
    return session.action_pos_session_validate(balancing_account, amount_to_balance, bank_payment_method_diffs)
  File "/cloudclusters/odoo/addons/point_of_sale/models/pos_session.py", line 273, in action_pos_session_validate
    return self.action_pos_session_close(balancing_account, amount_to_balance, bank_payment_method_diffs)
  File "/cloudclusters/odoo/addons/point_of_sale/models/pos_session.py", line 280, in action_pos_session_close
    return self._validate_session(balancing_account, amount_to_balance, bank_payment_method_diffs)
  File "/cloudclusters/odoo/addons/point_of_sale/models/pos_session.py", line 298, in _validate_session
    data = self.with_company(self.company_id).with_context(check_move_validity=False, skip_invoice_sync=True)._create_account_move(balancing_account, amount_to_balance, bank_payment_method_diffs)
  File "/cloudclusters/odoo/addons/point_of_sale/models/pos_session.py", line 642, in _create_account_move
    data = self._create_invoice_receivable_lines(data)
  File "/cloudclusters/odoo/odoo/addons/bi_pos_paid_posted_order_delete/models/res_config_setting.py", line 31, in _create_invoice_receivable_lines
    split_invoice_receivable_vals[payment].append(self._get_invoice_receivable_vals(amounts['amount'], amounts['amount_converted']))
TypeError: _get_invoice_receivable_vals() missing 1 required positional argument: 'payment_method'

The above server error caused the following client error:
RPC_ERROR: Odoo Server Error
    at makeErrorFromResponse (https://odoo-131795-0.cloudclusters.net/web/assets/3594-d96b5e1/web.assets_backend.min.js:969:163)
    at XMLHttpRequest. (https://odoo-131795-0.cloudclusters.net/web/assets/3594-d96b5e1/web.assets_backend.min.js:977:13)

 


Re:
by
ilubwama@kolapro.com
on 10/31/23, 1:15 AM Author

Hello,

Thank you for downloading and using our module. We genuinely appreciate your feedback. However, our technical team has thoroughly reviewed the error, and it appears that it is not originating from a different module named "bi_pos_paid_posted_order_delete." We kindly request you to review this matter. We are always here to assist you.

Best regards, Kola Team