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

NEW : payment on several expense report (SQL integration) #24884

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from

Conversation

atm-adrien
Copy link
Contributor

This is the following PR of this one : #23702

@atm-adrien
Copy link
Contributor Author

@eldy

@@ -16,14 +17,14 @@
--
-- ===================================================================

create table llx_payment_expensereport
create table llx_paymentuser
Copy link
Member

@eldy eldy Oct 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suppose goal of renaming is to avoid confusion with the new intermediate table llx_payment_expense_report
This may have larger impact than just adding the new table.

So to make transition easier, i suggest to just use the name for the intermediate table (the one you called "llx_payment_expense_report"):
llx_expensereport_payment_expensereport
(meaning link between "expensereport" and "payment_expensereport")

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@eldy eldy added the PR to fix or conflict to solve PR needs to be fixed to be integrated (except for conflicts, a comment describes the fix to do) label Oct 12, 2023
@atm-adrien atm-adrien removed the PR to fix or conflict to solve PR needs to be fixed to be integrated (except for conflicts, a comment describes the fix to do) label May 17, 2024
@atm-adrien
Copy link
Contributor Author

@eldy

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

Successfully merging this pull request may close these issues.

None yet

3 participants