7400-Contador-asientos-contables #2459

Closed
carlosap wants to merge 7 commits from 7400-Contador-asientos-contables into test
Member
No description provided.
carlosap added 2 commits 2024-05-15 11:02:33 +00:00
carlosap requested review from jgallego 2024-05-15 11:02:45 +00:00
jgallego requested changes 2024-05-15 11:19:54 +00:00
Dismissed
@ -6,2 +8,2 @@
SET vNewBookEntry = LAST_INSERT_ID();
DECLARE vLastBookEntry INT;
DECLARE vHasStarTransaction BOOLEAN;
Owner

start

start
@ -7,3 +6,1 @@
DECLARE vNewBookEntry INT;
DECLARE bolCASH BOOLEAN;
DECLARE isSupplierActive BOOLEAN;
DECLARE vBankAccount, vSupplierAccount DOUBLE;
Owner

2 linies

2 linies
jgallego marked this conversation as resolved
@ -0,0 +1,15 @@
CREATE OR REPLACE TABLE vn.ledgerCounter (
Owner

ledgerCompany

ledgerCompany
carlosap marked this conversation as resolved
@ -0,0 +1,15 @@
CREATE OR REPLACE TABLE vn.ledgerCounter (
fiscalYear INT UNSIGNED NOT NULL COMMENT 'Año del ejercicio contable',
Owner

añadir id autoincrement

añadir id autoincrement
jgallego marked this conversation as resolved
carlosap added 1 commit 2024-05-15 11:47:19 +00:00
gitea/salix/pipeline/pr-test There was a failure building this commit Details
f6c84065f0
refs #7400 feat: book ledger with counters
pablone added 1 commit 2024-05-15 12:57:28 +00:00
gitea/salix/pipeline/pr-test There was a failure building this commit Details
383f2f85cc
fix: refs #7400 ledger_next
carlosap added 1 commit 2024-05-15 13:05:01 +00:00
gitea/salix/pipeline/pr-test There was a failure building this commit Details
f923dd5b21
refs #7400 feat: book ledger with counters
carlosap added 1 commit 2024-05-15 13:06:50 +00:00
gitea/salix/pipeline/pr-test There was a failure building this commit Details
7de4cd9026
refs #7400 feat: book ledger with counters
carlosap added 1 commit 2024-05-15 13:08:07 +00:00
gitea/salix/pipeline/pr-test This commit looks good Details
491b1e0504
refs #7400 feat: book ledger with counters
carlosap requested review from jgallego 2024-05-15 13:10:09 +00:00
jgallego approved these changes 2024-05-15 15:19:51 +00:00
carlosap closed this pull request 2024-05-16 16:47:16 +00:00
All checks were successful
gitea/salix/pipeline/pr-test This commit looks good
Required
Details

Pull request closed

Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
3 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#2459
No description provided.