Rev 271 | Rev 306 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 271 | Rev 278 | ||
|---|---|---|---|
| Line 57... | Line 57... | ||
| 57 | INSERT INTO sc_sec.sec_forma_pagamento(cod_formapagament, dsc_formapagament, num_ordem, ind_ativo) VALUES (14, '11X', 13, TRUE); |
57 | INSERT INTO sc_sec.sec_forma_pagamento(cod_formapagament, dsc_formapagament, num_ordem, ind_ativo) VALUES (14, '11X', 13, TRUE); |
| 58 | INSERT INTO sc_sec.sec_forma_pagamento(cod_formapagament, dsc_formapagament, num_ordem, ind_ativo) VALUES (15, '12X', 14, TRUE); |
58 | INSERT INTO sc_sec.sec_forma_pagamento(cod_formapagament, dsc_formapagament, num_ordem, ind_ativo) VALUES (15, '12X', 14, TRUE); |
| 59 | INSERT INTO sc_sec.sec_forma_pagamento(cod_formapagament, dsc_formapagament, num_ordem, ind_ativo) VALUES (19, '13X', 16, TRUE); |
59 | INSERT INTO sc_sec.sec_forma_pagamento(cod_formapagament, dsc_formapagament, num_ordem, ind_ativo) VALUES (19, '13X', 16, TRUE); |
| 60 | INSERT INTO sc_sec.sec_forma_pagamento(cod_formapagament, dsc_formapagament, num_ordem, ind_ativo) VALUES (20, '14X', 17, TRUE); |
60 | INSERT INTO sc_sec.sec_forma_pagamento(cod_formapagament, dsc_formapagament, num_ordem, ind_ativo) VALUES (20, '14X', 17, TRUE); |
| 61 | INSERT INTO sc_sec.sec_forma_pagamento(cod_formapagament, dsc_formapagament, num_ordem, ind_ativo) VALUES (21, '15X', 18, TRUE); |
61 | INSERT INTO sc_sec.sec_forma_pagamento(cod_formapagament, dsc_formapagament, num_ordem, ind_ativo) VALUES (21, '15X', 18, TRUE); |
| 62 | INSERT INTO sc_sec.sec_forma_pagamento(cod_formapagament, dsc_formapagament, num_ordem, ind_ativo) VALUES (16, 'CUPOM', 18, TRUE); |
- | |
| 63 | INSERT INTO sc_sec.sec_forma_pagamento(cod_formapagament, dsc_formapagament, num_ordem, ind_ativo) VALUES (17, 'OUTROS', 19, TRUE); |
- | |
| 64 | INSERT INTO sc_sec.sec_forma_pagamento(cod_formapagament, dsc_formapagament, num_ordem, ind_ativo) VALUES (18, 'PIX', 20, TRUE); |
- | |
| - | 62 | INSERT INTO sc_sec.sec_forma_pagamento(cod_formapagament, dsc_formapagament, num_ordem, ind_ativo) VALUES (16, 'CUPOM', 24, TRUE); |
|
| - | 63 | INSERT INTO sc_sec.sec_forma_pagamento(cod_formapagament, dsc_formapagament, num_ordem, ind_ativo) VALUES (17, 'OUTROS', 23, TRUE); |
|
| - | 64 | INSERT INTO sc_sec.sec_forma_pagamento(cod_formapagament, dsc_formapagament, num_ordem, ind_ativo) VALUES (18, 'PIX', 22, TRUE); |
|
| - | 65 | INSERT INTO sc_sec.sec_forma_pagamento(cod_formapagament, dsc_formapagament, num_ordem, ind_ativo) VALUES (22, '16X', 19, TRUE); |
|
| - | 66 | INSERT INTO sc_sec.sec_forma_pagamento(cod_formapagament, dsc_formapagament, num_ordem, ind_ativo) VALUES (23, '17X', 20, TRUE); |
|
| - | 67 | INSERT INTO sc_sec.sec_forma_pagamento(cod_formapagament, dsc_formapagament, num_ordem, ind_ativo) VALUES (24, '18X', 21, TRUE); |
|
| 65 | 68 | ||
| 66 | /*==============================================================*/
|
69 | /*==============================================================*/
|
| 67 | /* Table: sc_sec.sec_loja */
|
70 | /* Table: sc_sec.sec_loja */
|
| 68 | /*==============================================================*/
|
71 | /*==============================================================*/
|
| 69 | /*
|
72 | /*
|