Rev 171 | Rev 278 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 171 | Rev 271 | ||
|---|---|---|---|
| Line 54... | Line 54... | ||
| 54 | INSERT INTO sc_sec.sec_forma_pagamento(cod_formapagament, dsc_formapagament, num_ordem, ind_ativo) VALUES (11, '8X', 10, TRUE); |
54 | INSERT INTO sc_sec.sec_forma_pagamento(cod_formapagament, dsc_formapagament, num_ordem, ind_ativo) VALUES (11, '8X', 10, TRUE); |
| 55 | INSERT INTO sc_sec.sec_forma_pagamento(cod_formapagament, dsc_formapagament, num_ordem, ind_ativo) VALUES (12, '9X', 11, TRUE); |
55 | INSERT INTO sc_sec.sec_forma_pagamento(cod_formapagament, dsc_formapagament, num_ordem, ind_ativo) VALUES (12, '9X', 11, TRUE); |
| 56 | INSERT INTO sc_sec.sec_forma_pagamento(cod_formapagament, dsc_formapagament, num_ordem, ind_ativo) VALUES (13, '10X', 12, TRUE); |
56 | INSERT INTO sc_sec.sec_forma_pagamento(cod_formapagament, dsc_formapagament, num_ordem, ind_ativo) VALUES (13, '10X', 12, TRUE); |
| 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 (16, 'CUPOM', 16, TRUE); |
- | |
| 60 | INSERT INTO sc_sec.sec_forma_pagamento(cod_formapagament, dsc_formapagament, num_ordem, ind_ativo) VALUES (17, 'OUTROS', 17, TRUE); |
- | |
| 61 | INSERT INTO sc_sec.sec_forma_pagamento(cod_formapagament, dsc_formapagament, num_ordem, ind_ativo) VALUES (18, 'PIX', 18, 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); |
|
| - | 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 | 65 | ||
| 63 | /*==============================================================*/
|
66 | /*==============================================================*/
|
| 64 | /* Table: sc_sec.sec_loja */
|
67 | /* Table: sc_sec.sec_loja */
|
| 65 | /*==============================================================*/
|
68 | /*==============================================================*/
|
| 66 | /*
|
69 | /*
|