refs #7407 create models #2603
No reviewers
Labels
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#2603
Loading…
Reference in New Issue
No description provided.
Delete Branch "7407-workerMedical"
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?
@ -3923,0 +3928,4 @@
VALUES(2, 1106, 2, '2001-01-01', '09:10', 0, 10.0, NULL, NULL);
INSERT INTO vn.medicalReview
(id, workerFk, centerFk, `date`, `time`, isFit, amount, invoice, remark)
VALUES(3, 9, 2, '2000-01-01', '8:00', 1, 150.0, NULL, NULL);
Los otros 2 inserts tienen 4 dígitos, este 3
El resultado es el mismo...
exacto el resultado es el mismo
@ -0,0 +3,4 @@
VALUES
('MedicalReview', '*', '*', 'ALLOW', 'ROLE', 'hr'),
('MedicalCenter', '*', '*', 'ALLOW', 'ROLE', 'hr'),
('Worker', '__get__medicalReview', '*', 'ALLOW', 'ROLE', 'hr');
Es la primera vez que veo este tipo de ACL, como funciona?
Gracias, de antemano
por loopback, hay que ponerlos asi
@ -0,0 +31,4 @@
"type": "number"
},
"invoice": {
"type": "string"
No queremos relación con InvoiceIn?
nosotros ahi ponemos el numero de factura
WIP: refs #7407 create modelsto refs #7407 create models