refactor: refs #6499 Migrated procs to vn #2105
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#2105
Loading…
Reference in New Issue
No description provided.
Delete Branch "6499-procRefactor7"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -0,0 +18,4 @@
* @param vSupplierFk Id del proveedor
* @param vAmount Cantidad a pagar
* @param vCurrencyFk Id de la moneda
* @param vDivisa Tipo de cambio utilizado
foreignValue
@ -0,0 +1,117 @@
DELIMITER $$
CREATE OR REPLACE DEFINER=`root`@`localhost` PROCEDURE `vn`.`balanceNestTree_move`(
vSelf INT,
vSelfFather INT
vFather
@ -0,0 +1,83 @@
DELIMITER $$
Lo correcto seria payment_add esto
@ -0,0 +12,4 @@
vCompanyFk INT)
BEGIN
/**
* Registra un pago realizado a un proveedor.
Registra un pago realizado a un proveedor y su correspondiente registro en caja
.