Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

POS Accounting journals not complete in Anglo Saxon setup #2049

Closed
orchidinfosys opened this issue Aug 28, 2014 · 20 comments
Closed

POS Accounting journals not complete in Anglo Saxon setup #2049

orchidinfosys opened this issue Aug 28, 2014 · 20 comments

Comments

@orchidinfosys
Copy link

In POS Session closing, accounting entries generated not booking cost of sales.

Case : 1
After POS sales selecting Payment method, select - Validate button
Then system generate stock moves (stock Journal )and while closing the session its generate Payment entries and booking sales (Payment journal and sales journal)
But in sales journal there is no entry for reversing stock journal output account and booking cost of sales account. In this case only sales showing in P&L without proper cost of sales account.
Case : 2
After POS sales selecting Payment method, select - Invoice button
Then system generate stock moves (stock Journal )and while closing the session its generate Sales entries (Sales journal). In this case cost of sales booked as expected from customer invoice.
And customer receivable balance showing correctly with latest invoice.

Solution : In POS session closing (case : 1), It should generate cost of sales move lines by reversing stock output account as in other Invoice cases odoo working.

CC @fvdsn

@fvdsn fvdsn assigned fvdsn and qdp-odoo and unassigned fvdsn Aug 28, 2014
@fvdsn
Copy link
Contributor

fvdsn commented Aug 28, 2014

As this is mostly accounting related, this is for qdp :)

@qdp-odoo qdp-odoo assigned mart-e and unassigned qdp-odoo Sep 16, 2014
@qdp-odoo
Copy link
Contributor

(sifflote, l'air de rien)

@orchidinfosys
Copy link
Author

Can you please translate (sifflote, l'air de rien) to English

@qdp-odoo
Copy link
Contributor

(whistle... nonchalantly)*

@TheCloneMaster
Copy link
Contributor

Hi, any news on this ?

@mart-e
Copy link
Contributor

mart-e commented Dec 9, 2014

Hello,

Sorry but currently anglo-saxon is linked to invoices in a way that it's not possible to have anglo-saxon entries for objects that do not use invoices. You will have the same issue for vouchers. It is the way the anglo-saxon has been designed.

I know it's not ideal and we should try to improve it. @qdp-odoo that's probably worth adding in the refactoring of accounting to do this in a clean way (e.g. not a pos_anglo_saxon module).

@mart-e mart-e closed this as completed Dec 9, 2014
@mart-e mart-e added the Wishlist label Dec 9, 2014
@bunhin
Copy link

bunhin commented Jan 16, 2015

Hello,
I don't think it should be a wishlist, but it is really feature that should be correctly there.
The whole concept of ERP is to integrate correctly and avoiding manual entry or correction for every transaction of POS sales.

Wish someone to address it for solution.

Regards,
Bun

@mart-e
Copy link
Contributor

mart-e commented Jan 16, 2015

@bunhin we are working to integrate it in the next version but the anglo-saxon and pos are currently too different to integrate both without duplicating lot's of code. So for v8, it's consider as a feature we simply don't have.

@bunhin
Copy link

bunhin commented Jan 16, 2015

Daer Mart-e,

Thank you for your response. I can understand. In this 6 weeks i have been very exciting to this v8 version (since it integrate almost all core business activity including POS, ecommerce, and so on. I was thinking that if I don't get the expected correct result it must because i did not configure it rightly, and has brought me lot of googling for right answer, until i find this thread. So i can cool down my self while waiting for next version.

Regards,
Bun

@bunhin
Copy link

bunhin commented Jan 16, 2016

Hello Mart-e,

Please inform whether odoo v9 has solved this POS issue with journal entry.
POS (Cash Sales) actually have 2 event, 1. The stock movement from store (stock) to customer, 2. The payment transaction.
For the first it should deduct stock (credit) and debit cost of good sold
the second should debit cash (or bank) and credit "sales revenue"

I read the accounting documentation, there is cash sales, but the journal only generate for cash/bank (debit) and sales revenue (credit) nothing mentioning about stock and cost of good sold, although in the upper subject for non cash sales already mentioned about journal entry for stock and cost of good sold.

I do not yet reinstall with v9

For everybody who already have a try, would you Please update.

Thank you and regards,
Bun

@passdot
Copy link

passdot commented Apr 17, 2016

Hi guys, I am new here, but I have got a module developed to resolve this issue, please tell me where I can post it so the relevant people can test it and it can be shared with anybody who is interested.

Regards
Akram

@bunhin
Copy link

bunhin commented May 15, 2016

Hi Akram,

I am still waiting to get the module, but don't know how you may add to the right repo, somebody here should have the answer.

Would you please inform whether i can get the module directly from you before you can get the right repo to upload.

Thank you,
Bun Hin

@mohamedhagag
Copy link
Contributor

We made a solution for v.8 here duplicating some anglo-saxon code for POS it's tested and working properly except in case that purchase unit is different from sale unit not tested.

it's called pos_fixes here https://github.com/mohamedhagag/dvit-odoo8

@lem8r
Copy link
Contributor

lem8r commented Mar 7, 2017

Boilerplate from stock_account
https://apps.odoo.com/apps/modules/10.0/point_of_sale_anglo_saxon/

@mohamedhagag
Copy link
Contributor

@lem8r does v 10 need this - I think anglo-saxon working Out of box on v10 POS !!

@lem8r
Copy link
Contributor

lem8r commented Mar 8, 2017

@mohamedhagag nope, nothing has changed in v10. POS moves are the same as in v9.

@gustavovalverde
Copy link
Contributor

@Yenthe666 @mart-e I think this issue should be opened. It's real and a pain when using anglo-saxon.

@Yenthe666
Copy link
Collaborator

It is labelles as wishlist so it keeps popping up for the development team normally. Nevertheless, @mart-e is there anything planned for the upcoming V11?

@pguevaran
Copy link

Hi, any news? I need the POS handles the sequence of the invoice in the receipt. For "facturas" y "boletas"

@bunhin
Copy link

bunhin commented Dec 6, 2017

Hi, any progress on this case may be on v11 or v10?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests