feat(customer_balance): refs #6943 add functionality from salix #589

Merged
alexm merged 3 commits from 6943-cusotmer-balance into dev 2024-08-05 08:08:43 +00:00
Member
No description provided.
alexm added 1 commit 2024-08-05 07:05:04 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
460b166a17
feat(customer_balance): refs #6943 add functionality from salix
alexm requested review from jorgep 2024-08-05 07:05:32 +00:00
jorgep reviewed 2024-08-05 07:54:56 +00:00
@ -171,19 +214,22 @@ const onDataSaved = async () => {
option-label="code"
option-value="id"
v-model="data.companyFk"
@update:model-value="getAmountPaid()"
Member

No hacen falta los parentesis

No hacen falta los parentesis
alexm marked this conversation as resolved
jorgep reviewed 2024-08-05 08:00:41 +00:00
@ -123,0 +161,4 @@
const { data } = await axios(`ClientRisks`, {
params: { filter: JSON.stringify(filter) },
});
initialData.amountPaid = (data?.length && data[0].amount) || undefined;
Member

Sería mejor poner initialData.amountPaid = (data?.[0]?.amount) || 0 no?

Sería mejor poner **initialData.amountPaid = (data?.[0]?.amount) || 0** no?
Author
Member

Es como estaba en salix, entiendo que quieren que salga vacio

Es como estaba en salix, entiendo que quieren que salga vacio
alexm added 1 commit 2024-08-05 08:05:47 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
30961c796d
feat(customer_balance): refs #6943 translations
alexm added 1 commit 2024-08-05 08:07:54 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
c83b3d54ae
typo
jorgep approved these changes 2024-08-05 08:08:29 +00:00
alexm merged commit cb95f0637f into dev 2024-08-05 08:08:43 +00:00
alexm deleted branch 6943-cusotmer-balance 2024-08-05 08:08:44 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: verdnatura/salix-front#589
No description provided.