2023-07-28 13:21:43 +00:00
|
|
|
INSERT INTO `salix`.`ACL` (model, property, accessType, permission, principalType, principalId)
|
|
|
|
VALUES
|
|
|
|
('CplusRectificationType', '*', 'READ', 'ALLOW', 'ROLE', 'employee'),
|
2023-07-31 08:33:51 +00:00
|
|
|
('CplusInvoiceType477', '*', 'READ', 'ALLOW', 'ROLE', 'employee'),
|
2023-07-28 13:21:43 +00:00
|
|
|
('InvoiceCorrectionType', '*', 'READ', 'ALLOW', 'ROLE', 'employee'),
|
2023-09-20 09:06:30 +00:00
|
|
|
('InvoiceOut', 'transferInvoice', 'WRITE', 'ALLOW', 'ROLE', 'employee');
|