Rev 347 | Rev 451 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 347 | Rev 350 | ||
|---|---|---|---|
| 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', 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); |
- | |
| - | 62 | INSERT INTO sc_sec.sec_forma_pagamento(cod_formapagament, dsc_formapagament, num_ordem, ind_ativo) VALUES (16, 'CUPOM', 26, TRUE); |
|
| - | 63 | INSERT INTO sc_sec.sec_forma_pagamento(cod_formapagament, dsc_formapagament, num_ordem, ind_ativo) VALUES (17, 'OUTROS', 25, TRUE); |
|
| - | 64 | INSERT INTO sc_sec.sec_forma_pagamento(cod_formapagament, dsc_formapagament, num_ordem, ind_ativo) VALUES (18, 'PIX', 24, TRUE); |
|
| 65 | INSERT INTO sc_sec.sec_forma_pagamento(cod_formapagament, dsc_formapagament, num_ordem, ind_ativo) VALUES (22, '16X', 19, 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); |
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); |
67 | INSERT INTO sc_sec.sec_forma_pagamento(cod_formapagament, dsc_formapagament, num_ordem, ind_ativo) VALUES (24, '18X', 21, TRUE); |
| 68 | INSERT INTO sc_sec.sec_forma_pagamento(cod_formapagament, dsc_formapagament, num_ordem, ind_ativo) VALUES (25, 'TRANSFERÊNCIA', 25, TRUE); |
- | |
| - | 68 | INSERT INTO sc_sec.sec_forma_pagamento(cod_formapagament, dsc_formapagament, num_ordem, ind_ativo) VALUES (25, 'TRANSFERÊNCIA', 27, TRUE); |
|
| - | 69 | INSERT INTO sc_sec.sec_forma_pagamento(cod_formapagament, dsc_formapagament, num_ordem, ind_ativo) VALUES (26, '19X', 22, TRUE); |
|
| - | 70 | INSERT INTO sc_sec.sec_forma_pagamento(cod_formapagament, dsc_formapagament, num_ordem, ind_ativo) VALUES (27, '20X', 23, TRUE); |
|
| - | 71 | ||
| 69 | 72 | ||
| 70 | /*==============================================================*/
|
73 | /*==============================================================*/
|
| 71 | /* Table: sc_sec.sec_loja */
|
74 | /* Table: sc_sec.sec_loja */
|
| 72 | /*==============================================================*/
|
75 | /*==============================================================*/
|
| 73 | /*
|
76 | /*
|