@senior-agronegocio/angular-components 0.0.9871 → 0.0.9873
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/senior-agronegocio-angular-components.umd.js +702 -893
- package/bundles/senior-agronegocio-angular-components.umd.js.map +1 -1
- package/bundles/senior-agronegocio-angular-components.umd.min.js +2 -2
- package/bundles/senior-agronegocio-angular-components.umd.min.js.map +1 -1
- package/components/event-control-board/service/e001pes/e001pes.service.d.ts +2 -2
- package/components/event-control-board/service/e001tns/e001tns.service.d.ts +2 -2
- package/components/event-control-board/service/e012fam/e012fam.service.d.ts +2 -2
- package/components/event-control-board/service/e070emp/e070emp.service.d.ts +2 -2
- package/components/event-control-board/service/e070fil/e070fil.service.d.ts +2 -2
- package/components/event-control-board/service/e075der/e075der.service.d.ts +2 -2
- package/components/event-control-board/service/e205dep/e205dep.service.d.ts +2 -2
- package/components/event-control-board/service/event-control/event-control.service.d.ts +2 -2
- package/components/event-control-board/service/event-control-item/event-control-item.service.d.ts +2 -2
- package/components/event-control-board/service/external-invoice/external-invoice.service.d.ts +2 -2
- package/components/event-control-board/service/fixation-entity/fixation.service.d.ts +2 -2
- package/components/event-control-board/service/invoice/invoice.service.d.ts +2 -2
- package/components/event-control-board/service/origination/origination.service.d.ts +2 -2
- package/components/event-control-board/service/rural-estate/rural-estate.service.d.ts +2 -2
- package/components/event-control-board/service/ticket/ticket.service.d.ts +2 -2
- package/components/event-control-board/service/transfer/transfer.service.d.ts +2 -2
- package/components/financial-title-table/services/financial/agro-financial.service.d.ts +1 -1
- package/components/modal-invoice-pj/for-fixation/modal-invoice-pj-for-fixation.component.d.ts +8 -7
- package/components/modal-invoice-pj/for-origination/modal-invoice-pj-for-origination.component.d.ts +8 -6
- package/components/modal-invoice-pj/for-transfer/modal-invoice-pj-for-transfer.component.d.ts +8 -17
- package/components/modal-invoice-pj/modal-invoice-pj-base.class.d.ts +9 -7
- package/components/modal-invoice-pj/services/agro-invoice/agro-invoice.service.d.ts +1 -1
- package/esm2015/common/agro-logics.class.js +6 -5
- package/esm2015/common/agro-unit-converter.class.js +1 -2
- package/esm2015/components/event-control-board/common/event-control-constants.js +2 -2
- package/esm2015/components/event-control-board/event-control-board.component.js +2 -2
- package/esm2015/components/event-control-board/service/e001pes/e001pes.service.js +3 -3
- package/esm2015/components/event-control-board/service/e001tns/e001tns.service.js +3 -3
- package/esm2015/components/event-control-board/service/e012fam/e012fam.service.js +3 -3
- package/esm2015/components/event-control-board/service/e070emp/e070emp.service.js +3 -3
- package/esm2015/components/event-control-board/service/e070fil/e070fil.service.js +3 -3
- package/esm2015/components/event-control-board/service/e075der/e075der.service.js +3 -3
- package/esm2015/components/event-control-board/service/e205dep/e205dep.service.js +3 -3
- package/esm2015/components/event-control-board/service/event-control/event-control.service.js +3 -3
- package/esm2015/components/event-control-board/service/event-control-item/event-control-item.service.js +3 -3
- package/esm2015/components/event-control-board/service/external-invoice/external-invoice.service.js +3 -3
- package/esm2015/components/event-control-board/service/fixation-entity/fixation.service.js +3 -3
- package/esm2015/components/event-control-board/service/invoice/invoice.service.js +3 -3
- package/esm2015/components/event-control-board/service/origination/origination.service.js +3 -3
- package/esm2015/components/event-control-board/service/rural-estate/rural-estate.service.js +3 -3
- package/esm2015/components/event-control-board/service/ticket/ticket.service.js +3 -3
- package/esm2015/components/event-control-board/service/transfer/transfer.service.js +3 -3
- package/esm2015/components/financial-title-table/services/financial/agro-financial.service.js +2 -2
- package/esm2015/components/modal-invoice-pj/for-fixation/modal-invoice-pj-for-fixation.component.js +15 -13
- package/esm2015/components/modal-invoice-pj/for-origination/modal-invoice-pj-for-origination.component.js +13 -10
- package/esm2015/components/modal-invoice-pj/for-transfer/modal-invoice-pj-for-transfer.component.js +13 -36
- package/esm2015/components/modal-invoice-pj/modal-invoice-pj-base.class.js +13 -10
- package/esm2015/components/modal-invoice-pj/services/agro-invoice/agro-invoice.service.js +2 -2
- package/esm2015/services/agro-entity-service.js +132 -0
- package/esm2015/services/i18n/en-US.js +276 -294
- package/esm2015/services/i18n/es-CO.js +283 -294
- package/esm2015/services/i18n/pt-BR.js +70 -81
- package/esm2015/services/producer-invoice/producer-invoice.service.js +2 -2
- package/esm5/common/agro-logics.class.js +6 -5
- package/esm5/common/agro-unit-converter.class.js +1 -2
- package/esm5/components/event-control-board/common/event-control-constants.js +2 -2
- package/esm5/components/event-control-board/event-control-board.component.js +2 -2
- package/esm5/components/event-control-board/service/e001pes/e001pes.service.js +3 -3
- package/esm5/components/event-control-board/service/e001tns/e001tns.service.js +3 -3
- package/esm5/components/event-control-board/service/e012fam/e012fam.service.js +3 -3
- package/esm5/components/event-control-board/service/e070emp/e070emp.service.js +3 -3
- package/esm5/components/event-control-board/service/e070fil/e070fil.service.js +3 -3
- package/esm5/components/event-control-board/service/e075der/e075der.service.js +3 -3
- package/esm5/components/event-control-board/service/e205dep/e205dep.service.js +3 -3
- package/esm5/components/event-control-board/service/event-control/event-control.service.js +3 -3
- package/esm5/components/event-control-board/service/event-control-item/event-control-item.service.js +3 -3
- package/esm5/components/event-control-board/service/external-invoice/external-invoice.service.js +3 -3
- package/esm5/components/event-control-board/service/fixation-entity/fixation.service.js +3 -3
- package/esm5/components/event-control-board/service/invoice/invoice.service.js +3 -3
- package/esm5/components/event-control-board/service/origination/origination.service.js +3 -3
- package/esm5/components/event-control-board/service/rural-estate/rural-estate.service.js +3 -3
- package/esm5/components/event-control-board/service/ticket/ticket.service.js +3 -3
- package/esm5/components/event-control-board/service/transfer/transfer.service.js +3 -3
- package/esm5/components/financial-title-table/services/financial/agro-financial.service.js +2 -2
- package/esm5/components/modal-invoice-pj/for-fixation/modal-invoice-pj-for-fixation.component.js +15 -13
- package/esm5/components/modal-invoice-pj/for-origination/modal-invoice-pj-for-origination.component.js +13 -10
- package/esm5/components/modal-invoice-pj/for-transfer/modal-invoice-pj-for-transfer.component.js +13 -36
- package/esm5/components/modal-invoice-pj/modal-invoice-pj-base.class.js +13 -10
- package/esm5/components/modal-invoice-pj/services/agro-invoice/agro-invoice.service.js +2 -2
- package/esm5/services/agro-entity-service.js +143 -0
- package/esm5/services/i18n/en-US.js +276 -294
- package/esm5/services/i18n/es-CO.js +283 -294
- package/esm5/services/i18n/pt-BR.js +70 -81
- package/esm5/services/producer-invoice/producer-invoice.service.js +2 -2
- package/fesm2015/senior-agronegocio-angular-components.js +690 -872
- package/fesm2015/senior-agronegocio-angular-components.js.map +1 -1
- package/fesm5/senior-agronegocio-angular-components.js +703 -894
- package/fesm5/senior-agronegocio-angular-components.js.map +1 -1
- package/package.json +3 -3
- package/{components/event-control-board/service/entity-service.d.ts → services/agro-entity-service.d.ts} +3 -13
- package/services/i18n/en-US.d.ts +275 -293
- package/services/i18n/es-CO.d.ts +282 -293
- package/services/i18n/pt-BR.d.ts +69 -80
- package/services/producer-invoice/producer-invoice.service.d.ts +1 -1
- package/esm2015/components/event-control-board/service/entity-service.js +0 -127
- package/esm2015/services/entity-service.js +0 -132
- package/esm5/components/event-control-board/service/entity-service.js +0 -138
- package/esm5/services/entity-service.js +0 -143
- package/services/entity-service.d.ts +0 -73
|
@@ -764,7 +764,6 @@
|
|
|
764
764
|
'agro.angular_components.events_close': 'Fechar',
|
|
765
765
|
'agro.angular_components.event_error_message': 'Mensagem de erro',
|
|
766
766
|
'agro.angular_components.last_update_date': 'Última atualização',
|
|
767
|
-
'agro.angular_components.show_event_details': 'Detalhes do evento',
|
|
768
767
|
'agro.angular_components.pending': 'Pendente',
|
|
769
768
|
'agro.angular_components.processing': 'Processando',
|
|
770
769
|
'agro.angular_components.panel_title_events_ended_with_error': 'Falha',
|
|
@@ -772,7 +771,6 @@
|
|
|
772
771
|
'agro.angular_components.rural_estate': 'Imóvel Rural',
|
|
773
772
|
'agro.angular_components.change_request_event_summary': 'Alteração de \nPesagem',
|
|
774
773
|
'agro.angular_components.ticket_maintenance_header': 'Manutenção de ticket',
|
|
775
|
-
'agro.angular_components.invoice_creating_event': 'Emissão de NF',
|
|
776
774
|
'agro.angular_components.balance_entry_control_event': 'Entrada/saída balança',
|
|
777
775
|
'agro.angular_components.event_origin_label': 'Origem do evento',
|
|
778
776
|
'agro.angular_components.event_details_header': 'Detalhes do Evento',
|
|
@@ -801,23 +799,14 @@
|
|
|
801
799
|
'agro.angular_components.delete_confirmation_title': 'Confirmação de exclusão',
|
|
802
800
|
'agro.angular_components.deleted_message_content': 'Item excluído com sucesso',
|
|
803
801
|
'agro.angular_components.deleted_message_title': 'Exclusão realizada',
|
|
804
|
-
'agro.angular_components.e_070_emp_cod_emp': 'Código da empresa',
|
|
805
|
-
'agro.angular_components.e_070_emp_created_by': 'Criado por',
|
|
806
|
-
'agro.angular_components.e_070_emp_created_date': 'Data de criação',
|
|
807
802
|
'agro.angular_components.e_070_emp_id': 'Id',
|
|
808
803
|
'agro.angular_components.e_070_emp_last_modified_by': 'Última modificação por',
|
|
809
804
|
'agro.angular_components.e_070_emp_last_modified_date': 'Data da última modificação',
|
|
810
805
|
'agro.angular_components.e_070_emp_nom_emp': 'Nome da empresa',
|
|
811
806
|
'agro.angular_components.e_070_emp_sig_emp': 'Nome fantasia / Sigla da empresa',
|
|
812
|
-
'agro.angular_components.e_070_fil_cid_fil': 'Cidade',
|
|
813
|
-
'agro.angular_components.e_070_fil_cod_fil': 'Código da filial',
|
|
814
|
-
'agro.angular_components.e_070_fil_created_by': 'Criado por',
|
|
815
|
-
'agro.angular_components.e_070_fil_created_date': 'Data de criação',
|
|
816
|
-
'agro.angular_components.e_070_fil_id': 'Id',
|
|
817
807
|
'agro.angular_components.e_070_fil_last_modified_by': 'Última modificação por',
|
|
818
808
|
'agro.angular_components.e_070_fil_last_modified_date': 'Data da última modificação',
|
|
819
809
|
'agro.angular_components.e_070_fil_nom_fil': 'Nome da filial',
|
|
820
|
-
'agro.angular_components.e_070_fil_num_cgc': 'CNPJ',
|
|
821
810
|
'agro.angular_components.e_070_fil_num_fon': 'Numero Telefone',
|
|
822
811
|
'agro.angular_components.e_070_fil_sig_fil': 'Nome fantasia da filial',
|
|
823
812
|
'agro.angular_components.edit': 'Editar',
|
|
@@ -836,38 +825,21 @@
|
|
|
836
825
|
'agro.angular_components.error_server_try_again': 'Tente novamente',
|
|
837
826
|
'agro.angular_components.error_unauthorized_description': 'Você não está autorizado a acessar este recurso',
|
|
838
827
|
'agro.angular_components.error_unauthorized_title': 'Não autorizado',
|
|
839
|
-
'agro.angular_components.event_control': 'Controle de eventos',
|
|
840
|
-
'agro.angular_components.event_control_created_by': 'Criado por',
|
|
841
|
-
'agro.angular_components.event_control_created_date': 'Data de criação',
|
|
842
|
-
'agro.angular_components.event_control_e_070_emp': 'Empresa',
|
|
843
828
|
'agro.angular_components.event_control_e_070_emp_search_title': 'Selecione a empresa',
|
|
844
829
|
'agro.angular_components.event_control_e_070_fil': 'Filial',
|
|
845
830
|
'agro.angular_components.event_control_e_070_fil_search_title': 'Selecione a filial',
|
|
846
|
-
'agro.angular_components.event_control_empty_state_description': 'Nenhum registro encontrado',
|
|
847
|
-
'agro.angular_components.event_control_empty_state_title': 'Nenhum registro encontrado',
|
|
848
831
|
'agro.angular_components.event_control_event_origin': 'Origem do evento',
|
|
849
832
|
'agro.angular_components.event_control_event_origin_placeholder': 'Selecione a origem do evento',
|
|
850
833
|
'agro.angular_components.event_control_external_id': 'Id externo',
|
|
851
834
|
'agro.angular_components.event_control_form_general_title': 'Geral',
|
|
852
|
-
'agro.angular_components.event_control_form_title': 'Controle de eventos',
|
|
853
835
|
'agro.angular_components.event_control_id': 'Id da entidade',
|
|
854
|
-
'agro.angular_components.event_control_item': 'Itens do controle de eventos',
|
|
855
|
-
'agro.angular_components.event_control_item_created_by': 'Criado por',
|
|
856
|
-
'agro.angular_components.event_control_item_created_date': 'Data de criação',
|
|
857
|
-
'agro.angular_components.event_control_item_empty_state_description': 'Nenhum registro encontrado',
|
|
858
|
-
'agro.angular_components.event_control_item_empty_state_title': 'Nenhum registro encontrado',
|
|
859
836
|
'agro.angular_components.event_control_item_event_control': 'eventControlId',
|
|
860
837
|
'agro.angular_components.event_control_item_event_control_search_title': 'Selecione o controle de eventos',
|
|
861
838
|
'agro.angular_components.event_control_item_event_group': 'Grupo do evento',
|
|
862
839
|
'agro.angular_components.event_control_item_event_operation': 'Tipo da operação do evento',
|
|
863
840
|
'agro.angular_components.event_control_item_event_operation_placeholder': 'Selecione o tipo da operação do evento',
|
|
864
841
|
'agro.angular_components.event_control_item_form_general_title': 'Geral',
|
|
865
|
-
'agro.angular_components.event_control_item_form_title': 'Itens do controle de eventos',
|
|
866
842
|
'agro.angular_components.event_control_item_id': 'Id da entidade',
|
|
867
|
-
'agro.angular_components.event_control_item_last_modified_by': 'Última modificação por',
|
|
868
|
-
'agro.angular_components.event_control_item_last_modified_date': 'Data da última modificação',
|
|
869
|
-
'agro.angular_components.event_control_item_list_grid_title': 'Itens do controle de eventos',
|
|
870
|
-
'agro.angular_components.event_control_item_list_title': 'Itens do controle de eventos',
|
|
871
843
|
'agro.angular_components.event_control_item_message': 'Mensagem de evento',
|
|
872
844
|
'agro.angular_components.event_control_item_param': 'Parâmetros do evento',
|
|
873
845
|
'agro.angular_components.event_control_item_request': 'Solicitação recebida',
|
|
@@ -875,11 +847,6 @@
|
|
|
875
847
|
'agro.angular_components.event_control_item_sequence': 'Sequência do evento',
|
|
876
848
|
'agro.angular_components.event_control_item_status': 'Status do evento',
|
|
877
849
|
'agro.angular_components.event_control_item_status_placeholder': 'Selecione o status do evento',
|
|
878
|
-
'agro.angular_components.event_control_last_modified_by': 'Última modificação por',
|
|
879
|
-
'agro.angular_components.event_control_last_modified_date': 'Data da última modificação',
|
|
880
|
-
'agro.angular_components.event_control_list_grid_title': 'Controle de eventos',
|
|
881
|
-
'agro.angular_components.event_control_list_title': 'Controle de eventos',
|
|
882
|
-
'agro.angular_components.event_operation_change_request': 'Solicitação de alteração',
|
|
883
850
|
'agro.angular_components.event_operation_change_response': 'Resposta de alteração',
|
|
884
851
|
'agro.angular_components.event_operation_effective': 'Efetivo',
|
|
885
852
|
'agro.angular_components.event_operation_effective_confirmation': 'Confirmação de efetivação',
|
|
@@ -888,11 +855,8 @@
|
|
|
888
855
|
'agro.angular_components.event_operation_invoice_installments': 'Parcelamento de no',
|
|
889
856
|
'agro.angular_components.event_operation_provesional': 'Saldo Provisório',
|
|
890
857
|
'agro.angular_components.event_operation_remove_provisional': 'Remoção de Saldo provisório',
|
|
891
|
-
'agro.angular_components.event_operation_ticket': 'Ticket',
|
|
892
858
|
'agro.angular_components.event_origin_balance_entry_control': 'Controle de lançamento de saldo',
|
|
893
|
-
'agro.angular_components.event_origin_change_request': 'Solicitação de alteração',
|
|
894
859
|
'agro.angular_components.event_origin_invoice': 'Invoice',
|
|
895
|
-
'agro.angular_components.event_origin_ticket': 'Ticket',
|
|
896
860
|
'agro.angular_components.event_status_canceled': 'Cancelado',
|
|
897
861
|
'agro.angular_components.event_status_failed': 'Falha',
|
|
898
862
|
'agro.angular_components.event_status_pending': 'Pendente',
|
|
@@ -900,23 +864,17 @@
|
|
|
900
864
|
'agro.angular_components.event_status_success': 'Sucesso',
|
|
901
865
|
'agro.angular_components.filter': 'Filtrar',
|
|
902
866
|
'agro.angular_components.filters': 'Filtros',
|
|
903
|
-
'agro.angular_components.list_grid_empty_field': 'Nenhum registro encontrado',
|
|
904
|
-
'agro.angular_components.product_header_title': 'Eventos',
|
|
905
867
|
'agro.angular_components.save': 'Salvar',
|
|
906
868
|
'agro.angular_components.select': 'Selecione',
|
|
907
869
|
'agro.angular_components.updated_by': 'Atualizado por',
|
|
908
|
-
error_invalid: 'Valor inválido',
|
|
909
870
|
'agro.angular_components.choose_label': 'Escolha',
|
|
910
871
|
'agro.angular_components.remove_label': 'Remover',
|
|
911
|
-
'agro.angular_components.cancel_label': 'Cancelar',
|
|
912
872
|
'agro.angular_components.success_tooltip': 'Sucesso',
|
|
913
873
|
'agro.angular_components.menu_agro_events': 'Eventos do Agro',
|
|
914
874
|
'agro.angular_components.date': 'Data',
|
|
915
875
|
'agro.angular_components.label_code_branch': 'Código da filial',
|
|
916
|
-
'agro.angular_components.label_code_company': 'Código da empresa',
|
|
917
876
|
'agro.angular_components.label_code_deposit': 'Código do depósito',
|
|
918
877
|
'agro.angular_components.label_code': 'Código',
|
|
919
|
-
'agro.angular_components.label_company': 'Empresa',
|
|
920
878
|
'platform.backend.agro_origination_entry_control': 'Controle entrada/saída via balança',
|
|
921
879
|
'platform.backend.agro_origination_entry_exit_query': 'Consulta entrada/saída',
|
|
922
880
|
'platform.backend.agro_origination_links': 'Ligações',
|
|
@@ -930,7 +888,6 @@
|
|
|
930
888
|
'agro.angular_components.dash': '-',
|
|
931
889
|
'agro.angular_components.ticket_tooltip': 'Adicione o número do ticket para especificar na busca',
|
|
932
890
|
'agro.angular_components.ticket_search_label': 'Consultar Ticket',
|
|
933
|
-
'agro.grain_classification.ticket_search_label': 'Consultar Ticket',
|
|
934
891
|
'agro.angular_components.kilogram_unit_label': 'KG',
|
|
935
892
|
'agro.angular_components.event_list_header': 'Lista de Eventos',
|
|
936
893
|
'agro.angular_components.ticket_event': 'Emissão do Ticket',
|
|
@@ -938,12 +895,8 @@
|
|
|
938
895
|
'agro.angular_components.effective_event': 'Saldo efetivo',
|
|
939
896
|
'agro.angular_components.effective_confirmation_event': 'Confirmação saldo efetivo',
|
|
940
897
|
'agro.angular_components.remove_provisional_event': 'Remover Saldo Provisório',
|
|
941
|
-
'agro.angular_components.canceled': 'Cancelado',
|
|
942
|
-
'agro.angular_components.label_number': 'Ticket',
|
|
943
|
-
'agro.grain_classification.label_number': 'Ticket',
|
|
944
898
|
'agro.angular_components.cnpj': 'CNPJ',
|
|
945
899
|
'agro.angular_components.label_city': 'Cidade',
|
|
946
|
-
'agro.angular_components.menu_event_control': 'Consulta de eventos/integrações',
|
|
947
900
|
'agro.angular_components.transfer_origin_event': 'Transferência entre Produtores',
|
|
948
901
|
'agro.angular_components.generation_of_invoice_installments': 'Geração das parcelas da nota fiscal',
|
|
949
902
|
'agro.angular_components.invoice_canceled': 'Fechamento da nota fiscal',
|
|
@@ -967,9 +920,7 @@
|
|
|
967
920
|
'agro.angular_components.cancel_fixation_description': 'Tem certeza que deseja cancelar a fixação?',
|
|
968
921
|
'agro.angular_components.error_cancel_fixation_message_title': 'Erro ao cancelar fixação',
|
|
969
922
|
'agro.angular_components.error_cancel_fixation_message_description': 'Houve um erro ao cancelar a fixação. Tente novamente mais tarde.',
|
|
970
|
-
'agro.angular_components.cancel_fixation_message_title': 'Cancelamento de fixação',
|
|
971
923
|
'agro.angular_components.cancel_fixation_message_description': 'O processo de cancelamento da fixação foi iniciado com sucesso.',
|
|
972
|
-
'agro.angular_components.warn_cancel_fixation_message_title': 'Cancelamento de fixação',
|
|
973
924
|
'agro.angular_components.warn_cancel_fixation_message_description': 'Não é permitido cancelar a fixação de compra imediata.',
|
|
974
925
|
'agro.angular_components.warn_immediate_cancel_fixation_message_description': 'Não é possível cancelar uma fixação realizada via compra imediata.',
|
|
975
926
|
'agro.angular_components.cancel_fixation_event': 'Cancelamento de fixação',
|
|
@@ -1011,7 +962,6 @@
|
|
|
1011
962
|
'agro.angular_components.CIDASC_DATA_LOAD_COMPOSED_MEASURE_UNIT': 'Carga Cidasc - Medida por hectare',
|
|
1012
963
|
'agro.angular_components.PRESCRIPTION_DATA_LOAD': 'Carga de dados do NovoReceituário',
|
|
1013
964
|
'agro.angular_components.agronomic_prescription_origin_event': 'Receituário Agronômico',
|
|
1014
|
-
'agro.angular_components.number_or_series': 'Número',
|
|
1015
965
|
'agro.angular_components.panel_title_external_invoice_add_external_invoice': 'Adicionar nota fiscal',
|
|
1016
966
|
'agro.angular_components.add_pj_invoice_modal_no_invoices_found': 'Nenhuma nota fiscal disponível para este produtor',
|
|
1017
967
|
'agro.angular_components.number': 'Número',
|
|
@@ -1022,628 +972,638 @@
|
|
|
1022
972
|
'agro.angular_components.no_register_found_for_external_invoices_summary': 'Nenhuma nota encontrada',
|
|
1023
973
|
'agro.angular_components.total_value': 'Valor total',
|
|
1024
974
|
'agro.angular_components.value_linked': 'Valor vinculado',
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
975
|
+
'agro.angular_components.no_accounts_found_title': 'Nenhuma conta encontrada',
|
|
976
|
+
'agro.angular_components.no_accounts_found_description': 'Não foram encontradas contas para o produtor selecionado.',
|
|
977
|
+
'agro.angular_components.details': 'Detalhes',
|
|
978
|
+
'agro.angular_components.error_less_or_equal_zero': 'O valor da baixa deve ser maior que zero',
|
|
979
|
+
'agro.angular_components.error_greater_than_allowed': 'O valor da baixa deve ser menor ou igual ao valor líquido',
|
|
980
|
+
'agro.angular_components.account_details': 'Detalhes do título - ',
|
|
981
|
+
'agro.angular_components.status_open': 'Aberto',
|
|
982
|
+
'agro.angular_components.status_paid': 'Pago',
|
|
983
|
+
'agro.angular_components.title': 'Título',
|
|
984
|
+
'agro.angular_components.type': 'Tipo',
|
|
985
|
+
'agro.angular_components.entry': 'Entrada',
|
|
986
|
+
'agro.angular_components.due_date': 'Vencimento',
|
|
987
|
+
'agro.angular_components.original_value': 'Valor original',
|
|
988
|
+
'agro.angular_components.open_value': 'Valor aberto',
|
|
989
|
+
'agro.angular_components.value_net': 'Valor líquido',
|
|
990
|
+
'agro.angular_components.value_to_pay': 'Valor baixa',
|
|
991
|
+
'agro.angular_components.branch': 'Filial',
|
|
992
|
+
'agro.angular_components.producer': 'Produtor',
|
|
993
|
+
'agro.angular_components.value_fees': 'Valor de juros',
|
|
994
|
+
'agro.angular_components.value_fine': 'Valor de multa',
|
|
995
|
+
'agro.angular_components.value_charge': 'Valor de cobrança',
|
|
996
|
+
'agro.angular_components.value_correction': 'Valor de correção',
|
|
997
|
+
'agro.angular_components.value_additional': 'Valor adicional',
|
|
998
|
+
'agro.angular_components.value_discount': 'Descontos',
|
|
999
|
+
'agro.angular_components.value_other_discount': 'Outros descontos',
|
|
1000
|
+
'agro.angular_components.error_loading_accounts_title': 'Erro ao carregar contas',
|
|
1001
|
+
'agro.angular_components.error_loading_accounts_description': 'Ocorreu um erro ao carregar as contas do produtor. Tente novamente mais tarde.',
|
|
1002
|
+
'agro.angular_components.close': 'Fechar',
|
|
1003
|
+
'agro.angular_components.value_paid': 'Valor a pagar',
|
|
1004
|
+
'agro.angular_components.timeout_request_error': 'Tempo de requisição excedida. Tente novamente mais tarde.',
|
|
1005
|
+
'agro.angular_components.show_event_details': 'Detalhes do evento',
|
|
1006
|
+
'agro.angular_components.invoice_creating_event': 'Emissão de NF',
|
|
1007
|
+
'agro.angular_components.e_070_emp_cod_emp': 'Código da empresa',
|
|
1008
|
+
'agro.angular_components.e_070_emp_created_by': 'Criado por',
|
|
1009
|
+
'agro.angular_components.e_070_fil_cid_fil': 'Cidade',
|
|
1010
|
+
'agro.angular_components.e_070_fil_cod_fil': 'Código da filial',
|
|
1011
|
+
'agro.angular_components.e_070_fil_created_by': 'Criado por',
|
|
1012
|
+
'agro.angular_components.e_070_fil_id': 'Id',
|
|
1013
|
+
'agro.angular_components.e_070_fil_num_cgc': 'CNPJ',
|
|
1014
|
+
'agro.angular_components.event_control': 'Controle de eventos',
|
|
1015
|
+
'agro.angular_components.event_control_created_by': 'Criado por',
|
|
1016
|
+
'agro.angular_components.event_control_created_date': 'Data de criação',
|
|
1017
|
+
'agro.angular_components.event_control_e_070_emp': 'Empresa',
|
|
1018
|
+
'agro.angular_components.event_control_empty_state_description': 'Nenhum registro encontrado',
|
|
1019
|
+
'agro.angular_components.event_control_empty_state_title': 'Nenhum registro encontrado',
|
|
1020
|
+
'agro.angular_components.event_control_form_title': 'Controle de eventos',
|
|
1021
|
+
'agro.angular_components.event_control_item': 'Itens do controle de eventos',
|
|
1022
|
+
'agro.angular_components.event_control_item_created_by': 'Criado por',
|
|
1023
|
+
'agro.angular_components.event_control_item_created_date': 'Data de criação',
|
|
1024
|
+
'agro.angular_components.event_control_item_empty_state_description': 'Nenhum registro encontrado',
|
|
1025
|
+
'agro.angular_components.event_control_item_empty_state_title': 'Nenhum registro encontrado',
|
|
1026
|
+
'agro.angular_components.event_control_item_form_title': 'Itens do controle de eventos',
|
|
1027
|
+
'agro.angular_components.event_control_item_last_modified_by': 'Última modificação por',
|
|
1028
|
+
'agro.angular_components.event_control_item_last_modified_date': 'Data da última modificação',
|
|
1029
|
+
'agro.angular_components.event_control_last_modified_by': 'Última modificação por',
|
|
1030
|
+
'agro.angular_components.event_control_last_modified_date': 'Data da última modificação',
|
|
1031
|
+
'agro.angular_components.event_operation_change_request': 'Solicitação de alteração',
|
|
1032
|
+
'agro.angular_components.event_operation_ticket': 'Ticket',
|
|
1033
|
+
'agro.angular_components.event_origin_ticket': 'Ticket',
|
|
1034
|
+
'agro.angular_components.list_grid_empty_field': 'Nenhum registro encontrado',
|
|
1035
|
+
'agro.angular_components.product_header_title': 'Eventos',
|
|
1036
|
+
'agro.angular_components.cancel_label': 'Cancelar',
|
|
1037
|
+
'agro.angular_components.label_code_company': 'Código da empresa',
|
|
1038
|
+
'agro.angular_components.label_company': 'Empresa',
|
|
1039
|
+
'agro.grain_classification.ticket_search_label': 'Consultar Ticket',
|
|
1040
|
+
'agro.angular_components.canceled': 'Cancelado',
|
|
1041
|
+
'agro.angular_components.label_number': 'Ticket',
|
|
1042
|
+
'agro.grain_classification.label_number': 'Ticket',
|
|
1043
|
+
'agro.angular_components.menu_event_control': 'Consulta de eventos/integrações',
|
|
1055
1044
|
};
|
|
1056
1045
|
|
|
1057
1046
|
var enUS = {
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
"agro.angular_components.original_value": "Original value",
|
|
1334
|
-
"agro.angular_components.open_value": "Open value",
|
|
1335
|
-
"agro.angular_components.value_net": "Net value",
|
|
1336
|
-
"agro.angular_components.value_to_pay": "Payment value",
|
|
1337
|
-
"agro.angular_components.branch": "Branch",
|
|
1338
|
-
"agro.angular_components.producer": "Producer",
|
|
1339
|
-
"agro.angular_components.value_fees": "Fees value",
|
|
1340
|
-
"agro.angular_components.value_fine": "Fine value",
|
|
1341
|
-
"agro.angular_components.value_charge": "Charge value",
|
|
1342
|
-
"agro.angular_components.value_correction": "Correction value",
|
|
1343
|
-
"agro.angular_components.value_additional": "Additional value",
|
|
1344
|
-
"agro.angular_components.value_discount": "Discounts",
|
|
1345
|
-
"agro.angular_components.value_other_discount": "Other discounts",
|
|
1346
|
-
"agro.angular_components.error_loading_accounts_title": "Error loading accounts",
|
|
1347
|
-
"agro.angular_components.error_loading_accounts_description": "An error occurred while loading the producer's accounts. Please try again later.",
|
|
1348
|
-
"agro.angular_components.close": "Close",
|
|
1349
|
-
"agro.angular_components.value_paid": "Value to pay",
|
|
1350
|
-
"agro.angular_components.timeout_request_error": "Request timeout. Please try again later.",
|
|
1047
|
+
'agro.angular_components.table_empty_description': 'Modify the filters above to generate other search results',
|
|
1048
|
+
'agro.angular_components.nothing_found': 'No records found',
|
|
1049
|
+
'agro.angular_components.panel_title_events_events': 'Events',
|
|
1050
|
+
'agro.angular_components.refresh': 'Refresh',
|
|
1051
|
+
'agro.angular_components.event_control_header': 'Events/Integrations Query',
|
|
1052
|
+
'agro.angular_components.no': 'No',
|
|
1053
|
+
'agro.angular_components.yes': 'Yes',
|
|
1054
|
+
'agro.angular_components.event_modal_title': 'Event Reprocessing',
|
|
1055
|
+
'agro.angular_components.event_modal': 'Do you want to reprocess the event?',
|
|
1056
|
+
'agro.angular_components.reprocess_event': 'Reprocess event',
|
|
1057
|
+
'agro.angular_components.events_close': 'Close',
|
|
1058
|
+
'agro.angular_components.event_error_message': 'Error message',
|
|
1059
|
+
'agro.angular_components.last_update_date': 'Last update',
|
|
1060
|
+
'agro.angular_components.pending': 'Pending',
|
|
1061
|
+
'agro.angular_components.processing': 'Processing',
|
|
1062
|
+
'agro.angular_components.panel_title_events_ended_with_error': 'Failed',
|
|
1063
|
+
'agro.angular_components.tickets': 'Tickets',
|
|
1064
|
+
'agro.angular_components.rural_estate': 'Rural Property',
|
|
1065
|
+
'agro.angular_components.change_request_event_summary': 'Weighing \nModification',
|
|
1066
|
+
'agro.angular_components.ticket_maintenance_header': 'Ticket Maintenance',
|
|
1067
|
+
'agro.angular_components.balance_entry_control_event': 'Scale entry/exit',
|
|
1068
|
+
'agro.angular_components.event_origin_label': 'Event origin',
|
|
1069
|
+
'agro.angular_components.event_details_header': 'Event Details',
|
|
1070
|
+
'agro.angular_components.registers_found': '{total} record(s) found',
|
|
1071
|
+
'agro.angular_components.change_request_event': 'Weighing Modification',
|
|
1072
|
+
'agro.angular_components.status_label': 'Status',
|
|
1073
|
+
'agro.angular_components.panel_title_events_completed_successfully': 'Success',
|
|
1074
|
+
'agro.angular_components.supplier': 'Supplier',
|
|
1075
|
+
'agro.angular_components.ticket': 'Ticket',
|
|
1076
|
+
'agro.angular_components.company': 'Company',
|
|
1077
|
+
'agro.angular_components.label_branch': 'Branch',
|
|
1078
|
+
'agro.angular_components.event_sidebar_title': 'Event {eventNumber}',
|
|
1079
|
+
'agro.angular_components.reprocessing_event_message_title': 'Reprocessing Event',
|
|
1080
|
+
'agro.angular_components.reprocessing_event_message_description': 'The selected event is being reprocessed.',
|
|
1081
|
+
'agro.angular_components.error_reprocessing_event_message_title': 'Error reprocessing event',
|
|
1082
|
+
'agro.angular_components.error_reprocessing_event_message_description': 'There was an error reprocessing the event. Please try again later.',
|
|
1083
|
+
'agro.angular_components.actions': 'Actions',
|
|
1084
|
+
'agro.angular_components.add': 'Add',
|
|
1085
|
+
'agro.angular_components.at_date': 'On date',
|
|
1086
|
+
'agro.angular_components.at_time': 'At time',
|
|
1087
|
+
'agro.angular_components.cancel': 'Cancel',
|
|
1088
|
+
'agro.angular_components.clear': 'Clear',
|
|
1089
|
+
'agro.angular_components.delete': 'Delete',
|
|
1090
|
+
'agro.angular_components.delete_confirmation_message': 'Are you sure you want to delete this item?',
|
|
1091
|
+
'agro.angular_components.delete_confirmation_title': 'Delete Confirmation',
|
|
1092
|
+
'agro.angular_components.deleted_message_content': 'Item successfully deleted',
|
|
1093
|
+
'agro.angular_components.deleted_message_title': 'Deletion completed',
|
|
1094
|
+
'agro.angular_components.e_070_emp_id': 'Id',
|
|
1095
|
+
'agro.angular_components.e_070_emp_nom_emp': 'Company name',
|
|
1096
|
+
'agro.angular_components.e_070_emp_sig_emp': 'Trade name / Company acronym',
|
|
1097
|
+
'agro.angular_components.e_070_fil_nom_fil': 'Branch name',
|
|
1098
|
+
'agro.angular_components.e_070_fil_num_fon': 'Phone number',
|
|
1099
|
+
'agro.angular_components.e_070_fil_sig_fil': 'Branch trade name',
|
|
1100
|
+
'agro.angular_components.edit': 'Edit',
|
|
1101
|
+
'agro.angular_components.error_forbidden_description': 'You do not have permission to access this resource',
|
|
1102
|
+
'agro.angular_components.error_forbidden_title': 'Access denied',
|
|
1103
|
+
'agro.angular_components.error_invalid': 'Invalid value',
|
|
1104
|
+
'agro.angular_components.error_max_length': 'The maximum number of characters is {0}',
|
|
1105
|
+
'agro.angular_components.error_max_value': 'The maximum value is {0}',
|
|
1106
|
+
'agro.angular_components.error_min_length': 'The minimum number of characters is {valor}',
|
|
1107
|
+
'agro.angular_components.error_min_value': 'The minimum value is {0}',
|
|
1108
|
+
'agro.angular_components.error_not_found_description': 'The requested resource was not found',
|
|
1109
|
+
'agro.angular_components.error_not_found_title': 'Not found',
|
|
1110
|
+
'agro.angular_components.error_required': 'Required field',
|
|
1111
|
+
'agro.angular_components.error_server_description': 'An error occurred while processing your request. Please try again',
|
|
1112
|
+
'agro.angular_components.error_server_title': 'Server error',
|
|
1113
|
+
'agro.angular_components.error_server_try_again': 'Try again',
|
|
1114
|
+
'agro.angular_components.error_unauthorized_description': 'You are not authorized to access this resource',
|
|
1115
|
+
'agro.angular_components.error_unauthorized_title': 'Unauthorized',
|
|
1116
|
+
'agro.angular_components.event_control_e_070_emp_search_title': 'Select company',
|
|
1117
|
+
'agro.angular_components.event_control_e_070_fil': 'Branch',
|
|
1118
|
+
'agro.angular_components.event_control_e_070_fil_search_title': 'Select branch',
|
|
1119
|
+
'agro.angular_components.event_control_event_origin': 'Event origin',
|
|
1120
|
+
'agro.angular_components.event_control_event_origin_placeholder': 'Select event origin',
|
|
1121
|
+
'agro.angular_components.event_control_external_id': 'External id',
|
|
1122
|
+
'agro.angular_components.event_control_form_general_title': 'General',
|
|
1123
|
+
'agro.angular_components.event_control_id': 'Entity id',
|
|
1124
|
+
'agro.angular_components.event_control_item_event_control': 'eventControlId',
|
|
1125
|
+
'agro.angular_components.event_control_item_event_control_search_title': 'Select event control',
|
|
1126
|
+
'agro.angular_components.event_control_item_event_group': 'Event group',
|
|
1127
|
+
'agro.angular_components.event_control_item_event_operation': 'Event operation type',
|
|
1128
|
+
'agro.angular_components.event_control_item_event_operation_placeholder': 'Select event operation type',
|
|
1129
|
+
'agro.angular_components.event_control_item_form_general_title': 'General',
|
|
1130
|
+
'agro.angular_components.event_control_item_id': 'Entity id',
|
|
1131
|
+
'agro.angular_components.event_control_item_message': 'Event message',
|
|
1132
|
+
'agro.angular_components.event_control_item_param': 'Event parameters',
|
|
1133
|
+
'agro.angular_components.event_control_item_request': 'Received request',
|
|
1134
|
+
'agro.angular_components.event_control_item_response': 'Sent response',
|
|
1135
|
+
'agro.angular_components.event_control_item_sequence': 'Event sequence',
|
|
1136
|
+
'agro.angular_components.event_control_item_status': 'Event status',
|
|
1137
|
+
'agro.angular_components.event_control_item_status_placeholder': 'Select event status',
|
|
1138
|
+
'agro.angular_components.event_operation_change_response': 'Change response',
|
|
1139
|
+
'agro.angular_components.event_operation_effective': 'Effective',
|
|
1140
|
+
'agro.angular_components.event_operation_invoice_creating': 'Invoice creation',
|
|
1141
|
+
'agro.angular_components.event_operation_invoice_installments': 'Invoice installments',
|
|
1142
|
+
'agro.angular_components.event_operation_provesional': 'Provisional Balance',
|
|
1143
|
+
'agro.angular_components.event_operation_remove_provisional': 'Remove provisional balance',
|
|
1144
|
+
'agro.angular_components.event_origin_balance_entry_control': 'Balance entry control',
|
|
1145
|
+
'agro.angular_components.event_origin_invoice': 'Invoice',
|
|
1146
|
+
'agro.angular_components.event_status_canceled': 'Canceled',
|
|
1147
|
+
'agro.angular_components.event_status_failed': 'Failed',
|
|
1148
|
+
'agro.angular_components.event_status_pending': 'Pending',
|
|
1149
|
+
'agro.angular_components.event_status_processing': 'Processing',
|
|
1150
|
+
'agro.angular_components.event_status_success': 'Success',
|
|
1151
|
+
'agro.angular_components.filter': 'Filter',
|
|
1152
|
+
'agro.angular_components.filters': 'Filters',
|
|
1153
|
+
'agro.angular_components.save': 'Save',
|
|
1154
|
+
'agro.angular_components.select': 'Select',
|
|
1155
|
+
'agro.angular_components.updated_by': 'Updated by',
|
|
1156
|
+
'agro.angular_components.choose_label': 'Choose',
|
|
1157
|
+
'agro.angular_components.remove_label': 'Remove',
|
|
1158
|
+
'agro.angular_components.success_tooltip': 'Success',
|
|
1159
|
+
'agro.angular_components.menu_agro_events': 'Agro Events',
|
|
1160
|
+
'agro.angular_components.date': 'Date',
|
|
1161
|
+
'agro.angular_components.label_code_branch': 'Branch code',
|
|
1162
|
+
'agro.angular_components.label_code_deposit': 'Deposit code',
|
|
1163
|
+
'agro.angular_components.label_code': 'Code',
|
|
1164
|
+
'platform.backend.agro_origination_entry_control': 'Scale entry/exit control',
|
|
1165
|
+
'platform.backend.agro_origination_entry_exit_query': 'Entry/exit query',
|
|
1166
|
+
'platform.backend.agro_origination_links': 'Links',
|
|
1167
|
+
'agro.angular_components.fantasy_name': 'Trade name',
|
|
1168
|
+
'platform.backend.agro_origination_operation_versus_transaction_link': 'Operation x transaction link',
|
|
1169
|
+
'platform.backend.menu_event_control': 'Events/Integrations query',
|
|
1170
|
+
'agro.angular_components.company_search_label': 'Search Company',
|
|
1171
|
+
'agro.angular_components.company_tooltip': 'Select a company to continue',
|
|
1172
|
+
'agro.angular_components.branch_search_label': 'Search Branch',
|
|
1173
|
+
'agro.angular_components.branch_tooltip': 'Find company branches',
|
|
1174
|
+
'agro.angular_components.dash': '-',
|
|
1175
|
+
'agro.angular_components.ticket_tooltip': 'Add ticket number to specify search',
|
|
1176
|
+
'agro.angular_components.ticket_search_label': 'Search Ticket',
|
|
1177
|
+
'agro.angular_components.kilogram_unit_label': 'KG',
|
|
1178
|
+
'agro.angular_components.event_list_header': 'Event List',
|
|
1179
|
+
'agro.angular_components.ticket_event': 'Ticket Issuance',
|
|
1180
|
+
'agro.angular_components.provisional_event': 'Provisional balance',
|
|
1181
|
+
'agro.angular_components.effective_event': 'Effective balance',
|
|
1182
|
+
'agro.angular_components.effective_confirmation_event': 'Effective balance confirmation',
|
|
1183
|
+
'agro.angular_components.remove_provisional_event': 'Remove Provisional Balance',
|
|
1184
|
+
'agro.angular_components.cnpj': 'Tax ID',
|
|
1185
|
+
'agro.angular_components.label_city': 'City',
|
|
1186
|
+
'agro.angular_components.transfer_origin_event': 'Transfer between Producers',
|
|
1187
|
+
'agro.angular_components.generation_of_invoice_installments': 'Invoice installments generation',
|
|
1188
|
+
'agro.angular_components.invoice_canceled': 'Invoice closing',
|
|
1189
|
+
'agro.angular_components.CANCEL_INVOICE': 'Invoice cancellation',
|
|
1190
|
+
'agro.angular_components.EFFECTIVE_CONFIRMATION': 'Effective confirmation',
|
|
1191
|
+
'agro.angular_components.CHANGE_REQUEST': 'Change request',
|
|
1192
|
+
'agro.angular_components.CHANGE_RESPONSE': 'Change request response',
|
|
1193
|
+
'agro.angular_components.PROCESS_FIXATION': 'Process fixation',
|
|
1194
|
+
'agro.angular_components.TRANSFER_CREATE_INCOMING_INVOICE': 'Incoming invoice issuance',
|
|
1195
|
+
'agro.angular_components.TRANSFER_CREATE_OUTGOING_INVOICE': 'Outgoing invoice issuance',
|
|
1196
|
+
'agro.angular_components.TRANSFER_PRODUCER_BALANCE': 'Balance transfer between producers',
|
|
1197
|
+
'agro.angular_components.control_code': 'Identifier',
|
|
1198
|
+
'agro.angular_components.fixation_event': 'Fixation',
|
|
1199
|
+
'agro.angular_components.FINISH_FINANCIAL_FIXATION': 'Financial title issuance/write-off',
|
|
1200
|
+
'agro.angular_components.FINISH_PRODUCER_NET_VALUE_FIXATION': 'Balance update',
|
|
1201
|
+
'agro.angular_components.CONCLUDE_FIXATION': 'Fixation conclusion',
|
|
1202
|
+
'agro.angular_components.CANCEL_FINANCIAL_FIXATION': 'Cancel financial title issuance',
|
|
1203
|
+
'agro.angular_components.CANCEL_PRODUCER_NET_VALUE_FIXATION': 'Revert balance update',
|
|
1204
|
+
'agro.angular_components.CANCEL_FIXATION': 'Cancel fixation',
|
|
1205
|
+
'agro.angular_components.cancel_fixation_title': 'Cancel fixation',
|
|
1206
|
+
'agro.angular_components.cancel_fixation_description': 'Are you sure you want to cancel the fixation?',
|
|
1207
|
+
'agro.angular_components.error_cancel_fixation_message_title': 'Error canceling fixation',
|
|
1208
|
+
'agro.angular_components.error_cancel_fixation_message_description': 'There was an error canceling the fixation. Please try again later.',
|
|
1209
|
+
'agro.angular_components.cancel_fixation_message_description': 'The fixation cancellation process was successfully initiated.',
|
|
1210
|
+
'agro.angular_components.warn_cancel_fixation_message_description': 'Canceling immediate purchase fixation is not allowed.',
|
|
1211
|
+
'agro.angular_components.warn_immediate_cancel_fixation_message_description': 'Cannot cancel a fixation made via immediate purchase.',
|
|
1212
|
+
'agro.angular_components.cancel_fixation_event': 'Fixation cancellation',
|
|
1213
|
+
'agro.angular_components.invoice_type_INCOMING': 'Incoming',
|
|
1214
|
+
'agro.angular_components.invoice_type_COMPLEMENT': 'Complementary',
|
|
1215
|
+
'agro.angular_components.invoice_type_ADJUSTMENT': 'Adjustment',
|
|
1216
|
+
'agro.angular_components.invoice_type_OUTGOING': 'Outgoing',
|
|
1217
|
+
'agro.angular_components.invoice_type_RETURN': 'Return',
|
|
1218
|
+
'agro.angular_components.invoice_type_SERVICE': 'Service',
|
|
1219
|
+
'agro.angular_components.invoice_type_SYMBOLIC_RETURN': 'Symbolic return',
|
|
1220
|
+
'agro.angular_components.cancel_reason': 'Cancellation reason',
|
|
1221
|
+
'agro.angular_components.TRANSFER_CANCEL_INCOMING_INVOICE': 'Incoming invoice cancellation',
|
|
1222
|
+
'agro.angular_components.TRANSFER_CANCEL_OUTGOING_INVOICE': 'Outgoing invoice cancellation',
|
|
1223
|
+
'agro.angular_components.TRANSFER_REVERSE_PRODUCER_BALANCE': 'Producer balance reversal',
|
|
1224
|
+
'agro.angular_components.TRANSFER_CONCLUDE_CANCEL': 'Cancellation conclusion',
|
|
1225
|
+
'agro.angular_components.transfer_cancellation_event': 'Transfer cancellation',
|
|
1226
|
+
'agro.angular_components.CREATE_INVOICE_FIXATION': 'Invoice issuance',
|
|
1227
|
+
'agro.angular_components.CANCEL_INVOICE_FIXATION': 'Invoice cancellation',
|
|
1228
|
+
'agro.angular_components.ORIGINATION_CREATE_INVOICE': 'Invoice issuance',
|
|
1229
|
+
'agro.angular_components.ORIGINATION_CREATE_EFFECTIVE_BALANCE': 'Effective balance issuance',
|
|
1230
|
+
'agro.angular_components.PRODUCER_NET_VALUE_EFFECTIVE_BALANCE_CONFIRMATION': 'Effective balance confirmation',
|
|
1231
|
+
'agro.angular_components.CLOSE_INVOICE_FIXATION': 'Invoice closing',
|
|
1232
|
+
'agro.angular_components.INVOICE_CLOSE_INVOICE': 'Invoice cancellation request',
|
|
1233
|
+
'agro.angular_components.ORIGINATION_CREATE_EFFECTIVE_CONFIRMATION': 'Effective confirmation',
|
|
1234
|
+
'agro.angular_components.ORIGINATION_CREATE_PROVISIONAL_BALANCE': 'Provisional balance',
|
|
1235
|
+
'agro.angular_components.CLOSE_INVOICE_TRANSFER': 'Invoice closing',
|
|
1236
|
+
'agro.angular_components.REOPEN_INVOICE_TRANSFER': 'Invoice reopening',
|
|
1237
|
+
'agro.angular_components.TRANSFER_CREATE_FINANCIAL_TITLE': 'Financial title creation',
|
|
1238
|
+
'agro.angular_components.TRANSFER_CANCEL_FINANCIAL_TITLE': 'Financial title cancellation',
|
|
1239
|
+
'agro.angular_components.TRANSFER_CREATE_SERVICE_INVOICE': 'Service invoice issuance',
|
|
1240
|
+
'agro.angular_components.TRANSFER_CANCEL_SERVICE_INVOICE': 'Service invoice cancellation',
|
|
1241
|
+
'agro.angular_components.REOPEN_INVOICE_FIXATION': 'Invoice reopening',
|
|
1242
|
+
'agro.angular_components.CIDASC_INTEGRATION': 'Cidasc submission',
|
|
1243
|
+
'agro.angular_components.CIDASC_CANCELLATION': 'Prescription cancellation',
|
|
1244
|
+
'agro.angular_components.CIDASC_DATA_LOAD_CULTURE': 'Cidasc load - Culture',
|
|
1245
|
+
'agro.angular_components.CIDASC_DATA_LOAD_PEST': 'Cidasc load - Pest',
|
|
1246
|
+
'agro.angular_components.CIDASC_DATA_LOAD_PRODUCT': 'Cidasc load - Product',
|
|
1247
|
+
'agro.angular_components.CIDASC_DATA_LOAD_MEASURE_UNIT': 'Cidasc load - Measure unit',
|
|
1248
|
+
'agro.angular_components.CIDASC_DATA_LOAD_COMPOSED_MEASURE_UNIT': 'Cidasc load - Measure per hectare',
|
|
1249
|
+
'agro.angular_components.PRESCRIPTION_DATA_LOAD': 'New Prescription data load',
|
|
1250
|
+
'agro.angular_components.agronomic_prescription_origin_event': 'Agronomic Prescription',
|
|
1251
|
+
'agro.angular_components.panel_title_external_invoice_add_external_invoice': 'Add invoice',
|
|
1252
|
+
'agro.angular_components.add_pj_invoice_modal_no_invoices_found': 'No invoices available for this producer',
|
|
1253
|
+
'agro.angular_components.number': 'Number',
|
|
1254
|
+
'agro.angular_components.series': 'Series',
|
|
1255
|
+
'agro.angular_components.itens': 'Items',
|
|
1256
|
+
'agro.angular_components.quantity': 'Quantity',
|
|
1257
|
+
'agro.angular_components.issuance_date': 'Issuance date',
|
|
1258
|
+
'agro.angular_components.no_register_found_for_external_invoices_summary': 'No invoices found',
|
|
1259
|
+
'agro.angular_components.total_value': 'Total value',
|
|
1260
|
+
'agro.angular_components.value_linked': 'Linked value',
|
|
1261
|
+
'agro.angular_components.no_accounts_found_title': 'No accounts found',
|
|
1262
|
+
'agro.angular_components.no_accounts_found_description': 'No accounts found for the selected producer.',
|
|
1263
|
+
'agro.angular_components.details': 'Details',
|
|
1264
|
+
'agro.angular_components.error_less_or_equal_zero': 'Write-off value must be greater than zero',
|
|
1265
|
+
'agro.angular_components.error_greater_than_allowed': 'Write-off value must be less than or equal to net value',
|
|
1266
|
+
'agro.angular_components.account_details': 'Title details - ',
|
|
1267
|
+
'agro.angular_components.status_open': 'Open',
|
|
1268
|
+
'agro.angular_components.status_paid': 'Paid',
|
|
1269
|
+
'agro.angular_components.title': 'Title',
|
|
1270
|
+
'agro.angular_components.type': 'Type',
|
|
1271
|
+
'agro.angular_components.entry': 'Entry',
|
|
1272
|
+
'agro.angular_components.due_date': 'Due date',
|
|
1273
|
+
'agro.angular_components.original_value': 'Original value',
|
|
1274
|
+
'agro.angular_components.open_value': 'Open value',
|
|
1275
|
+
'agro.angular_components.value_net': 'Net value',
|
|
1276
|
+
'agro.angular_components.value_to_pay': 'Write-off value',
|
|
1277
|
+
'agro.angular_components.branch': 'Branch',
|
|
1278
|
+
'agro.angular_components.producer': 'Producer',
|
|
1279
|
+
'agro.angular_components.value_fees': 'Interest value',
|
|
1280
|
+
'agro.angular_components.value_fine': 'Fine value',
|
|
1281
|
+
'agro.angular_components.value_charge': 'Charge value',
|
|
1282
|
+
'agro.angular_components.value_correction': 'Correction value',
|
|
1283
|
+
'agro.angular_components.value_additional': 'Additional value',
|
|
1284
|
+
'agro.angular_components.value_discount': 'Discounts',
|
|
1285
|
+
'agro.angular_components.value_other_discount': 'Other discounts',
|
|
1286
|
+
'agro.angular_components.error_loading_accounts_title': 'Error loading accounts',
|
|
1287
|
+
'agro.angular_components.error_loading_accounts_description': 'An error occurred while loading producer accounts. Please try again later.',
|
|
1288
|
+
'agro.angular_components.close': 'Close',
|
|
1289
|
+
'agro.angular_components.value_paid': 'Value to pay',
|
|
1290
|
+
'agro.angular_components.timeout_request_error': 'Request timeout exceeded. Please try again later.',
|
|
1291
|
+
'agro.angular_components.show_event_details': 'Event details',
|
|
1292
|
+
'agro.angular_components.e_070_emp_cod_emp': 'Company code',
|
|
1293
|
+
'agro.angular_components.e_070_fil_cid_fil': 'City',
|
|
1294
|
+
'agro.angular_components.e_070_fil_cod_fil': 'Branch code',
|
|
1295
|
+
'agro.angular_components.e_070_fil_id': 'Id',
|
|
1296
|
+
'agro.angular_components.e_070_fil_num_cgc': 'Tax ID',
|
|
1297
|
+
'agro.angular_components.event_control': 'Event control',
|
|
1298
|
+
'agro.angular_components.event_control_created_by': 'Created by',
|
|
1299
|
+
'agro.angular_components.event_control_created_date': 'Creation date',
|
|
1300
|
+
'agro.angular_components.event_control_e_070_emp': 'Company',
|
|
1301
|
+
'agro.angular_components.event_control_form_title': 'Event control',
|
|
1302
|
+
'agro.angular_components.event_control_item': 'Event control items',
|
|
1303
|
+
'agro.angular_components.event_control_item_created_by': 'Created by',
|
|
1304
|
+
'agro.angular_components.event_control_item_created_date': 'Creation date',
|
|
1305
|
+
'agro.angular_components.event_control_item_form_title': 'Event control items',
|
|
1306
|
+
'agro.angular_components.event_control_item_last_modified_by': 'Last modified by',
|
|
1307
|
+
'agro.angular_components.event_control_item_last_modified_date': 'Last modification date',
|
|
1308
|
+
'agro.angular_components.event_control_last_modified_by': 'Last modified by',
|
|
1309
|
+
'agro.angular_components.event_control_last_modified_date': 'Last modification date',
|
|
1310
|
+
'agro.angular_components.event_operation_change_request': 'Change request',
|
|
1311
|
+
'agro.angular_components.event_operation_ticket': 'Ticket',
|
|
1312
|
+
'agro.angular_components.event_origin_ticket': 'Ticket',
|
|
1313
|
+
'agro.angular_components.product_header_title': 'Events',
|
|
1314
|
+
'agro.angular_components.cancel_label': 'Cancel',
|
|
1315
|
+
'agro.angular_components.label_code_company': 'Company code',
|
|
1316
|
+
'agro.angular_components.label_company': 'Company',
|
|
1317
|
+
'agro.grain_classification.ticket_search_label': 'Search Ticket',
|
|
1318
|
+
'agro.angular_components.canceled': 'Canceled',
|
|
1319
|
+
'agro.angular_components.label_number': 'Ticket',
|
|
1320
|
+
'agro.grain_classification.label_number': 'Ticket',
|
|
1321
|
+
'agro.angular_components.menu_event_control': 'Events/Integrations query',
|
|
1351
1322
|
};
|
|
1352
1323
|
|
|
1353
1324
|
var esCO = {
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
"agro.angular_components.value_fine": "Valor de multa",
|
|
1637
|
-
"agro.angular_components.value_charge": "Valor de cobro",
|
|
1638
|
-
"agro.angular_components.value_correction": "Valor de corrección",
|
|
1639
|
-
"agro.angular_components.value_additional": "Valor adicional",
|
|
1640
|
-
"agro.angular_components.value_discount": "Descuentos",
|
|
1641
|
-
"agro.angular_components.value_other_discount": "Otros descuentos",
|
|
1642
|
-
"agro.angular_components.error_loading_accounts_title": "Error al cargar cuentas",
|
|
1643
|
-
"agro.angular_components.error_loading_accounts_description": "Ocurrió un error al cargar las cuentas del productor. Intente nuevamente más tarde.",
|
|
1644
|
-
"agro.angular_components.close": "Cerrar",
|
|
1645
|
-
"agro.angular_components.value_paid": "Valor a pagar",
|
|
1646
|
-
"agro.angular_components.timeout_request_error": "Tiempo de solicitud excedido. Intente nuevamente más tarde.",
|
|
1325
|
+
'agro.angular_components.table_empty_description': 'Modifique los filtros arriba para generar otros resultados de búsqueda',
|
|
1326
|
+
'agro.angular_components.nothing_found': 'Ningún registro encontrado',
|
|
1327
|
+
'agro.angular_components.panel_title_events_events': 'Eventos',
|
|
1328
|
+
'agro.angular_components.refresh': 'Actualizar',
|
|
1329
|
+
'agro.angular_components.event_control_header': 'Consulta de eventos/integraciones',
|
|
1330
|
+
'agro.angular_components.no': 'No',
|
|
1331
|
+
'agro.angular_components.yes': 'Sí',
|
|
1332
|
+
'agro.angular_components.event_modal_title': 'Reprocesamiento de Eventos',
|
|
1333
|
+
'agro.angular_components.event_modal': '¿Desea reprocesar el evento?',
|
|
1334
|
+
'agro.angular_components.reprocess_event': 'Reprocesar evento',
|
|
1335
|
+
'agro.angular_components.events_close': 'Cerrar',
|
|
1336
|
+
'agro.angular_components.event_error_message': 'Mensaje de error',
|
|
1337
|
+
'agro.angular_components.last_update_date': 'Última actualización',
|
|
1338
|
+
'agro.angular_components.pending': 'Pendiente',
|
|
1339
|
+
'agro.angular_components.processing': 'Procesando',
|
|
1340
|
+
'agro.angular_components.panel_title_events_ended_with_error': 'Falla',
|
|
1341
|
+
'agro.angular_components.tickets': 'Tickets',
|
|
1342
|
+
'agro.angular_components.rural_estate': 'Inmueble Rural',
|
|
1343
|
+
'agro.angular_components.change_request_event_summary': 'Modificación de \nPesaje',
|
|
1344
|
+
'agro.angular_components.ticket_maintenance_header': 'Mantenimiento de ticket',
|
|
1345
|
+
'agro.angular_components.balance_entry_control_event': 'Entrada/salida báscula',
|
|
1346
|
+
'agro.angular_components.event_origin_label': 'Origen del evento',
|
|
1347
|
+
'agro.angular_components.event_details_header': 'Detalles del Evento',
|
|
1348
|
+
'agro.angular_components.registers_found': '{total} registro(s) encontrado(s)',
|
|
1349
|
+
'agro.angular_components.change_request_event': 'Modificación de Pesaje',
|
|
1350
|
+
'agro.angular_components.status_label': 'Estado',
|
|
1351
|
+
'agro.angular_components.panel_title_events_completed_successfully': 'Éxito',
|
|
1352
|
+
'agro.angular_components.supplier': 'Proveedor',
|
|
1353
|
+
'agro.angular_components.ticket': 'Ticket',
|
|
1354
|
+
'agro.angular_components.company': 'Empresa',
|
|
1355
|
+
'agro.angular_components.label_branch': 'Sucursal',
|
|
1356
|
+
'agro.angular_components.event_sidebar_title': 'Evento {eventNumber}',
|
|
1357
|
+
'agro.angular_components.reprocessing_event_message_title': 'Reprocesando Evento',
|
|
1358
|
+
'agro.angular_components.reprocessing_event_message_description': 'El evento seleccionado está siendo reprocesado.',
|
|
1359
|
+
'agro.angular_components.error_reprocessing_event_message_title': 'Error al reprocesar evento',
|
|
1360
|
+
'agro.angular_components.error_reprocessing_event_message_description': 'Hubo un error al reprocesar el evento. Intente nuevamente más tarde.',
|
|
1361
|
+
'agro.angular_components.actions': 'Acciones',
|
|
1362
|
+
'agro.angular_components.add': 'Agregar',
|
|
1363
|
+
'agro.angular_components.at_date': 'En la fecha',
|
|
1364
|
+
'agro.angular_components.at_time': 'En la hora',
|
|
1365
|
+
'agro.angular_components.cancel': 'Cancelar',
|
|
1366
|
+
'agro.angular_components.clear': 'Limpiar',
|
|
1367
|
+
'agro.angular_components.delete': 'Eliminar',
|
|
1368
|
+
'agro.angular_components.delete_confirmation_message': '¿Está seguro que desea eliminar este elemento?',
|
|
1369
|
+
'agro.angular_components.delete_confirmation_title': 'Confirmación de eliminación',
|
|
1370
|
+
'agro.angular_components.deleted_message_content': 'Elemento eliminado con éxito',
|
|
1371
|
+
'agro.angular_components.deleted_message_title': 'Eliminación realizada',
|
|
1372
|
+
'agro.angular_components.e_070_emp_id': 'Id',
|
|
1373
|
+
'agro.angular_components.e_070_emp_nom_emp': 'Nombre de la empresa',
|
|
1374
|
+
'agro.angular_components.e_070_emp_sig_emp': 'Nombre comercial / Sigla de la empresa',
|
|
1375
|
+
'agro.angular_components.e_070_fil_nom_fil': 'Nombre de la sucursal',
|
|
1376
|
+
'agro.angular_components.e_070_fil_num_fon': 'Número Teléfono',
|
|
1377
|
+
'agro.angular_components.e_070_fil_sig_fil': 'Nombre comercial de la sucursal',
|
|
1378
|
+
'agro.angular_components.edit': 'Editar',
|
|
1379
|
+
'agro.angular_components.error_forbidden_description': 'No tiene permiso para acceder a este recurso',
|
|
1380
|
+
'agro.angular_components.error_forbidden_title': 'Acceso denegado',
|
|
1381
|
+
'agro.angular_components.error_invalid': 'Valor inválido',
|
|
1382
|
+
'agro.angular_components.error_max_length': 'El valor máximo de caracteres es {0}',
|
|
1383
|
+
'agro.angular_components.error_max_value': 'El valor máximo es {0}',
|
|
1384
|
+
'agro.angular_components.error_min_length': 'El valor mínimo de caracteres es {valor}',
|
|
1385
|
+
'agro.angular_components.error_min_value': 'El valor mínimo es {0}',
|
|
1386
|
+
'agro.angular_components.error_not_found_description': 'El recurso solicitado no fue encontrado',
|
|
1387
|
+
'agro.angular_components.error_not_found_title': 'No encontrado',
|
|
1388
|
+
'agro.angular_components.error_required': 'Campo obligatorio',
|
|
1389
|
+
'agro.angular_components.error_server_description': 'Ocurrió un error al procesar su solicitud. Por favor, intente nuevamente',
|
|
1390
|
+
'agro.angular_components.error_server_title': 'Error en el servidor',
|
|
1391
|
+
'agro.angular_components.error_server_try_again': 'Intente nuevamente',
|
|
1392
|
+
'agro.angular_components.error_unauthorized_description': 'No está autorizado para acceder a este recurso',
|
|
1393
|
+
'agro.angular_components.error_unauthorized_title': 'No autorizado',
|
|
1394
|
+
'agro.angular_components.event_control_e_070_emp_search_title': 'Seleccione la empresa',
|
|
1395
|
+
'agro.angular_components.event_control_e_070_fil': 'Sucursal',
|
|
1396
|
+
'agro.angular_components.event_control_e_070_fil_search_title': 'Seleccione la sucursal',
|
|
1397
|
+
'agro.angular_components.event_control_event_origin': 'Origen del evento',
|
|
1398
|
+
'agro.angular_components.event_control_event_origin_placeholder': 'Seleccione el origen del evento',
|
|
1399
|
+
'agro.angular_components.event_control_external_id': 'Id externo',
|
|
1400
|
+
'agro.angular_components.event_control_form_general_title': 'General',
|
|
1401
|
+
'agro.angular_components.event_control_id': 'Id de la entidad',
|
|
1402
|
+
'agro.angular_components.event_control_item_event_control': 'eventControlId',
|
|
1403
|
+
'agro.angular_components.event_control_item_event_control_search_title': 'Seleccione el control de eventos',
|
|
1404
|
+
'agro.angular_components.event_control_item_event_group': 'Grupo del evento',
|
|
1405
|
+
'agro.angular_components.event_control_item_event_operation': 'Tipo de la operación del evento',
|
|
1406
|
+
'agro.angular_components.event_control_item_event_operation_placeholder': 'Seleccione el tipo de la operación del evento',
|
|
1407
|
+
'agro.angular_components.event_control_item_form_general_title': 'General',
|
|
1408
|
+
'agro.angular_components.event_control_item_id': 'Id de la entidad',
|
|
1409
|
+
'agro.angular_components.event_control_item_message': 'Mensaje de evento',
|
|
1410
|
+
'agro.angular_components.event_control_item_param': 'Parámetros del evento',
|
|
1411
|
+
'agro.angular_components.event_control_item_request': 'Solicitud recibida',
|
|
1412
|
+
'agro.angular_components.event_control_item_response': 'Respuesta enviada',
|
|
1413
|
+
'agro.angular_components.event_control_item_sequence': 'Secuencia del evento',
|
|
1414
|
+
'agro.angular_components.event_control_item_status': 'Estado del evento',
|
|
1415
|
+
'agro.angular_components.event_control_item_status_placeholder': 'Seleccione el estado del evento',
|
|
1416
|
+
'agro.angular_components.event_operation_change_response': 'Respuesta de modificación',
|
|
1417
|
+
'agro.angular_components.event_operation_effective': 'Efectivo',
|
|
1418
|
+
'agro.angular_components.event_operation_effective_confirmation': 'Confirmación de efectivización',
|
|
1419
|
+
'agro.angular_components.event_operation_invoice_closing': 'Cierre de factura',
|
|
1420
|
+
'agro.angular_components.event_operation_invoice_creating': 'Creación de factura',
|
|
1421
|
+
'agro.angular_components.event_operation_invoice_installments': 'Parcelamiento de no',
|
|
1422
|
+
'agro.angular_components.event_operation_provesional': 'Saldo Provisional',
|
|
1423
|
+
'agro.angular_components.event_operation_remove_provisional': 'Remoción de Saldo provisional',
|
|
1424
|
+
'agro.angular_components.event_origin_balance_entry_control': 'Control de lanzamiento de saldo',
|
|
1425
|
+
'agro.angular_components.event_origin_invoice': 'Invoice',
|
|
1426
|
+
'agro.angular_components.event_status_canceled': 'Cancelado',
|
|
1427
|
+
'agro.angular_components.event_status_failed': 'Falla',
|
|
1428
|
+
'agro.angular_components.event_status_pending': 'Pendiente',
|
|
1429
|
+
'agro.angular_components.event_status_processing': 'Procesado',
|
|
1430
|
+
'agro.angular_components.event_status_success': 'Éxito',
|
|
1431
|
+
'agro.angular_components.filter': 'Filtrar',
|
|
1432
|
+
'agro.angular_components.filters': 'Filtros',
|
|
1433
|
+
'agro.angular_components.save': 'Guardar',
|
|
1434
|
+
'agro.angular_components.select': 'Seleccione',
|
|
1435
|
+
'agro.angular_components.updated_by': 'Actualizado por',
|
|
1436
|
+
'agro.angular_components.choose_label': 'Elija',
|
|
1437
|
+
'agro.angular_components.remove_label': 'Remover',
|
|
1438
|
+
'agro.angular_components.success_tooltip': 'Éxito',
|
|
1439
|
+
'agro.angular_components.menu_agro_events': 'Eventos del Agro',
|
|
1440
|
+
'agro.angular_components.date': 'Fecha',
|
|
1441
|
+
'agro.angular_components.label_code_branch': 'Código de la sucursal',
|
|
1442
|
+
'agro.angular_components.label_code_deposit': 'Código del depósito',
|
|
1443
|
+
'agro.angular_components.label_code': 'Código',
|
|
1444
|
+
'platform.backend.agro_origination_entry_control': 'Control entrada/salida vía báscula',
|
|
1445
|
+
'platform.backend.agro_origination_entry_exit_query': 'Consulta entrada/salida',
|
|
1446
|
+
'platform.backend.agro_origination_links': 'Enlaces',
|
|
1447
|
+
'agro.angular_components.fantasy_name': 'Nombre comercial',
|
|
1448
|
+
'platform.backend.agro_origination_operation_versus_transaction_link': 'Enlace operación x transacción',
|
|
1449
|
+
'platform.backend.menu_event_control': 'Consulta de eventos/integraciones',
|
|
1450
|
+
'agro.angular_components.company_search_label': 'Consultar Empresa',
|
|
1451
|
+
'agro.angular_components.company_tooltip': 'Seleccione una empresa para continuar',
|
|
1452
|
+
'agro.angular_components.branch_search_label': 'Consultar Sucursal',
|
|
1453
|
+
'agro.angular_components.branch_tooltip': 'Encuentre las sucursales de la empresa',
|
|
1454
|
+
'agro.angular_components.dash': '-',
|
|
1455
|
+
'agro.angular_components.ticket_tooltip': 'Agregue el número del ticket para especificar en la búsqueda',
|
|
1456
|
+
'agro.angular_components.ticket_search_label': 'Consultar Ticket',
|
|
1457
|
+
'agro.angular_components.kilogram_unit_label': 'KG',
|
|
1458
|
+
'agro.angular_components.event_list_header': 'Lista de Eventos',
|
|
1459
|
+
'agro.angular_components.ticket_event': 'Emisión del Ticket',
|
|
1460
|
+
'agro.angular_components.provisional_event': 'Saldo provisional',
|
|
1461
|
+
'agro.angular_components.effective_event': 'Saldo efectivo',
|
|
1462
|
+
'agro.angular_components.effective_confirmation_event': 'Confirmación saldo efectivo',
|
|
1463
|
+
'agro.angular_components.remove_provisional_event': 'Remover Saldo Provisional',
|
|
1464
|
+
'agro.angular_components.cnpj': 'NIT',
|
|
1465
|
+
'agro.angular_components.label_city': 'Ciudad',
|
|
1466
|
+
'agro.angular_components.transfer_origin_event': 'Transferencia entre Productores',
|
|
1467
|
+
'agro.angular_components.generation_of_invoice_installments': 'Generación de las cuotas de la factura',
|
|
1468
|
+
'agro.angular_components.invoice_canceled': 'Cierre de la factura',
|
|
1469
|
+
'agro.angular_components.CANCEL_INVOICE': 'Cancelación de factura',
|
|
1470
|
+
'agro.angular_components.EFFECTIVE_CONFIRMATION': 'Confirmación efectiva',
|
|
1471
|
+
'agro.angular_components.CHANGE_REQUEST': 'Solicitud de modificación',
|
|
1472
|
+
'agro.angular_components.CHANGE_RESPONSE': 'Respuesta de la solicitud de modificación',
|
|
1473
|
+
'agro.angular_components.PROCESS_FIXATION': 'Procesa la fijación',
|
|
1474
|
+
'agro.angular_components.TRANSFER_CREATE_INCOMING_INVOICE': 'Emisión NF de entrada',
|
|
1475
|
+
'agro.angular_components.TRANSFER_CREATE_OUTGOING_INVOICE': 'Emisión NF de salida',
|
|
1476
|
+
'agro.angular_components.TRANSFER_PRODUCER_BALANCE': 'Transferencia de saldo entre productores',
|
|
1477
|
+
'agro.angular_components.control_code': 'Identificador',
|
|
1478
|
+
'agro.angular_components.fixation_event': 'Fijación',
|
|
1479
|
+
'agro.angular_components.FINISH_FINANCIAL_FIXATION': 'Emisión/Baja de títulos',
|
|
1480
|
+
'agro.angular_components.FINISH_PRODUCER_NET_VALUE_FIXATION': 'Actualización de saldos',
|
|
1481
|
+
'agro.angular_components.CONCLUDE_FIXATION': 'Conclusión de la fijación',
|
|
1482
|
+
'agro.angular_components.CANCEL_FINANCIAL_FIXATION': 'Cancela emisión de títulos',
|
|
1483
|
+
'agro.angular_components.CANCEL_PRODUCER_NET_VALUE_FIXATION': 'Revierte actualización de saldos',
|
|
1484
|
+
'agro.angular_components.CANCEL_FIXATION': 'Cancela fijación',
|
|
1485
|
+
'agro.angular_components.cancel_fixation_title': 'Cancelar fijación',
|
|
1486
|
+
'agro.angular_components.cancel_fixation_description': '¿Está seguro que desea cancelar la fijación?',
|
|
1487
|
+
'agro.angular_components.error_cancel_fixation_message_title': 'Error al cancelar fijación',
|
|
1488
|
+
'agro.angular_components.error_cancel_fixation_message_description': 'Hubo un error al cancelar la fijación. Intente nuevamente más tarde.',
|
|
1489
|
+
'agro.angular_components.cancel_fixation_message_description': 'El proceso de cancelación de la fijación fue iniciado con éxito.',
|
|
1490
|
+
'agro.angular_components.warn_cancel_fixation_message_description': 'No está permitido cancelar la fijación de compra inmediata.',
|
|
1491
|
+
'agro.angular_components.warn_immediate_cancel_fixation_message_description': 'No es posible cancelar una fijación realizada vía compra inmediata.',
|
|
1492
|
+
'agro.angular_components.cancel_fixation_event': 'Cancelación de fijación',
|
|
1493
|
+
'agro.angular_components.invoice_type_INCOMING': 'Entrada',
|
|
1494
|
+
'agro.angular_components.invoice_type_COMPLEMENT': 'Complementaria',
|
|
1495
|
+
'agro.angular_components.invoice_type_ADJUSTMENT': 'Ajuste',
|
|
1496
|
+
'agro.angular_components.invoice_type_OUTGOING': 'Salida',
|
|
1497
|
+
'agro.angular_components.invoice_type_RETURN': 'Devolución',
|
|
1498
|
+
'agro.angular_components.invoice_type_SERVICE': 'Servicio',
|
|
1499
|
+
'agro.angular_components.invoice_type_SYMBOLIC_RETURN': 'Devolución simbólica',
|
|
1500
|
+
'agro.angular_components.cancel_reason': 'Motivo de la cancelación',
|
|
1501
|
+
'agro.angular_components.TRANSFER_CANCEL_INCOMING_INVOICE': 'Cancelación de NF de entrada',
|
|
1502
|
+
'agro.angular_components.TRANSFER_CANCEL_OUTGOING_INVOICE': 'Cancelación de NF de salida ',
|
|
1503
|
+
'agro.angular_components.TRANSFER_REVERSE_PRODUCER_BALANCE': 'Reverso de los saldos de productores',
|
|
1504
|
+
'agro.angular_components.TRANSFER_CONCLUDE_CANCEL': 'Conclusión de la cancelación',
|
|
1505
|
+
'agro.angular_components.transfer_cancellation_event': 'Cancelación de transferencia',
|
|
1506
|
+
'agro.angular_components.CREATE_INVOICE_FIXATION': 'Emisión de NF',
|
|
1507
|
+
'agro.angular_components.CANCEL_INVOICE_FIXATION': 'Cancelación de NF',
|
|
1508
|
+
'agro.angular_components.ORIGINATION_CREATE_INVOICE': 'Emisión de NF',
|
|
1509
|
+
'agro.angular_components.ORIGINATION_CREATE_EFFECTIVE_BALANCE': 'Emisión de saldo efectivo',
|
|
1510
|
+
'agro.angular_components.PRODUCER_NET_VALUE_EFFECTIVE_BALANCE_CONFIRMATION': 'Confirmación de saldo efectivo',
|
|
1511
|
+
'agro.angular_components.CLOSE_INVOICE_FIXATION': 'Cierre de NF',
|
|
1512
|
+
'agro.angular_components.INVOICE_CLOSE_INVOICE': 'Solicitud de cancelación de la NF',
|
|
1513
|
+
'agro.angular_components.ORIGINATION_CREATE_EFFECTIVE_CONFIRMATION': 'Confirmación efectiva',
|
|
1514
|
+
'agro.angular_components.ORIGINATION_CREATE_PROVISIONAL_BALANCE': 'Saldo provisional',
|
|
1515
|
+
'agro.angular_components.CLOSE_INVOICE_TRANSFER': 'Cierre de NF',
|
|
1516
|
+
'agro.angular_components.REOPEN_INVOICE_TRANSFER': 'Reapertura de la NF',
|
|
1517
|
+
'agro.angular_components.TRANSFER_CREATE_FINANCIAL_TITLE': 'Creación de título financiero',
|
|
1518
|
+
'agro.angular_components.TRANSFER_CANCEL_FINANCIAL_TITLE': 'Cancelación de título financiero',
|
|
1519
|
+
'agro.angular_components.TRANSFER_CREATE_SERVICE_INVOICE': 'Emisión NF de servicio',
|
|
1520
|
+
'agro.angular_components.TRANSFER_CANCEL_SERVICE_INVOICE': 'Cancelación de NF de servicio',
|
|
1521
|
+
'agro.angular_components.REOPEN_INVOICE_FIXATION': 'Reapertura de la NF',
|
|
1522
|
+
'agro.angular_components.CIDASC_INTEGRATION': 'Envío al Cidasc',
|
|
1523
|
+
'agro.angular_components.CIDASC_CANCELLATION': 'Cancelación del Recetario',
|
|
1524
|
+
'agro.angular_components.CIDASC_DATA_LOAD_CULTURE': 'Carga Cidasc - Cultivo',
|
|
1525
|
+
'agro.angular_components.CIDASC_DATA_LOAD_PEST': 'Carga Cidasc - Plaga',
|
|
1526
|
+
'agro.angular_components.CIDASC_DATA_LOAD_PRODUCT': 'Carga Cidasc - Producto',
|
|
1527
|
+
'agro.angular_components.CIDASC_DATA_LOAD_MEASURE_UNIT': 'Carga Cidasc - Unidad de medida',
|
|
1528
|
+
'agro.angular_components.CIDASC_DATA_LOAD_COMPOSED_MEASURE_UNIT': 'Carga Cidasc - Medida por hectárea',
|
|
1529
|
+
'agro.angular_components.PRESCRIPTION_DATA_LOAD': 'Carga de datos del NuevoRecetario',
|
|
1530
|
+
'agro.angular_components.agronomic_prescription_origin_event': 'Recetario Agronómico',
|
|
1531
|
+
'agro.angular_components.panel_title_external_invoice_add_external_invoice': 'Agregar factura',
|
|
1532
|
+
'agro.angular_components.add_pj_invoice_modal_no_invoices_found': 'Ninguna factura disponible para este productor',
|
|
1533
|
+
'agro.angular_components.number': 'Número',
|
|
1534
|
+
'agro.angular_components.series': 'Serie',
|
|
1535
|
+
'agro.angular_components.itens': 'Ítems',
|
|
1536
|
+
'agro.angular_components.quantity': 'Cantidad',
|
|
1537
|
+
'agro.angular_components.issuance_date': 'Fecha de emisión',
|
|
1538
|
+
'agro.angular_components.no_register_found_for_external_invoices_summary': 'Ninguna nota encontrada',
|
|
1539
|
+
'agro.angular_components.total_value': 'Valor total',
|
|
1540
|
+
'agro.angular_components.value_linked': 'Valor vinculado',
|
|
1541
|
+
'agro.angular_components.no_accounts_found_title': 'Ninguna cuenta encontrada',
|
|
1542
|
+
'agro.angular_components.no_accounts_found_description': 'No se encontraron cuentas para el productor seleccionado.',
|
|
1543
|
+
'agro.angular_components.details': 'Detalles',
|
|
1544
|
+
'agro.angular_components.error_less_or_equal_zero': 'El valor de la baja debe ser mayor que cero',
|
|
1545
|
+
'agro.angular_components.error_greater_than_allowed': 'El valor de la baja debe ser menor o igual al valor neto',
|
|
1546
|
+
'agro.angular_components.account_details': 'Detalles del título - ',
|
|
1547
|
+
'agro.angular_components.status_open': 'Abierto',
|
|
1548
|
+
'agro.angular_components.status_paid': 'Pagado',
|
|
1549
|
+
'agro.angular_components.title': 'Título',
|
|
1550
|
+
'agro.angular_components.type': 'Tipo',
|
|
1551
|
+
'agro.angular_components.entry': 'Entrada',
|
|
1552
|
+
'agro.angular_components.due_date': 'Vencimiento',
|
|
1553
|
+
'agro.angular_components.original_value': 'Valor original',
|
|
1554
|
+
'agro.angular_components.open_value': 'Valor abierto',
|
|
1555
|
+
'agro.angular_components.value_net': 'Valor neto',
|
|
1556
|
+
'agro.angular_components.value_to_pay': 'Valor baja',
|
|
1557
|
+
'agro.angular_components.branch': 'Sucursal',
|
|
1558
|
+
'agro.angular_components.producer': 'Productor',
|
|
1559
|
+
'agro.angular_components.value_fees': 'Valor de intereses',
|
|
1560
|
+
'agro.angular_components.value_fine': 'Valor de multa',
|
|
1561
|
+
'agro.angular_components.value_charge': 'Valor de cobro',
|
|
1562
|
+
'agro.angular_components.value_correction': 'Valor de corrección',
|
|
1563
|
+
'agro.angular_components.value_additional': 'Valor adicional',
|
|
1564
|
+
'agro.angular_components.value_discount': 'Descuentos',
|
|
1565
|
+
'agro.angular_components.value_other_discount': 'Otros descuentos',
|
|
1566
|
+
'agro.angular_components.error_loading_accounts_title': 'Error al cargar cuentas',
|
|
1567
|
+
'agro.angular_components.error_loading_accounts_description': 'Ocurrió un error al cargar las cuentas del productor. Intente nuevamente más tarde.',
|
|
1568
|
+
'agro.angular_components.close': 'Cerrar',
|
|
1569
|
+
'agro.angular_components.value_paid': 'Valor a pagar',
|
|
1570
|
+
'agro.angular_components.timeout_request_error': 'Tiempo de solicitud excedido. Intente nuevamente más tarde.',
|
|
1571
|
+
'agro.angular_components.show_event_details': 'Detalles del evento',
|
|
1572
|
+
'agro.angular_components.e_070_emp_cod_emp': 'Código de la empresa',
|
|
1573
|
+
'agro.angular_components.e_070_fil_cid_fil': 'Ciudad',
|
|
1574
|
+
'agro.angular_components.e_070_fil_cod_fil': 'Código de la sucursal',
|
|
1575
|
+
'agro.angular_components.e_070_fil_id': 'Id',
|
|
1576
|
+
'agro.angular_components.e_070_fil_num_cgc': 'NIT',
|
|
1577
|
+
'agro.angular_components.event_control': 'Control de eventos',
|
|
1578
|
+
'agro.angular_components.event_control_created_by': 'Creado por',
|
|
1579
|
+
'agro.angular_components.event_control_created_date': 'Fecha de creación',
|
|
1580
|
+
'agro.angular_components.event_control_e_070_emp': 'Empresa',
|
|
1581
|
+
'agro.angular_components.event_control_empty_state_description': 'Ningún registro encontrado',
|
|
1582
|
+
'agro.angular_components.event_control_empty_state_title': 'Ningún registro encontrado',
|
|
1583
|
+
'agro.angular_components.event_control_form_title': 'Control de eventos',
|
|
1584
|
+
'agro.angular_components.event_control_item': 'Ítems del control de eventos',
|
|
1585
|
+
'agro.angular_components.event_control_item_created_by': 'Creado por',
|
|
1586
|
+
'agro.angular_components.event_control_item_created_date': 'Fecha de creación',
|
|
1587
|
+
'agro.angular_components.event_control_item_empty_state_description': 'Ningún registro encontrado',
|
|
1588
|
+
'agro.angular_components.event_control_item_empty_state_title': 'Ningún registro encontrado',
|
|
1589
|
+
'agro.angular_components.event_control_item_form_title': 'Ítems del control de eventos',
|
|
1590
|
+
'agro.angular_components.event_control_item_last_modified_by': 'Última modificación por',
|
|
1591
|
+
'agro.angular_components.event_control_item_last_modified_date': 'Fecha de la última modificación',
|
|
1592
|
+
'agro.angular_components.event_control_last_modified_by': 'Última modificación por',
|
|
1593
|
+
'agro.angular_components.event_control_last_modified_date': 'Fecha de la última modificación',
|
|
1594
|
+
'agro.angular_components.event_operation_change_request': 'Solicitud de modificación',
|
|
1595
|
+
'agro.angular_components.event_operation_ticket': 'Ticket',
|
|
1596
|
+
'agro.angular_components.event_origin_ticket': 'Ticket',
|
|
1597
|
+
'agro.angular_components.list_grid_empty_field': 'Ningún registro encontrado',
|
|
1598
|
+
'agro.angular_components.product_header_title': 'Eventos',
|
|
1599
|
+
'agro.angular_components.cancel_label': 'Cancelar',
|
|
1600
|
+
'agro.angular_components.label_code_company': 'Código de la empresa',
|
|
1601
|
+
'agro.angular_components.label_company': 'Empresa',
|
|
1602
|
+
'agro.grain_classification.ticket_search_label': 'Consultar Ticket',
|
|
1603
|
+
'agro.angular_components.canceled': 'Cancelado',
|
|
1604
|
+
'agro.angular_components.label_number': 'Ticket',
|
|
1605
|
+
'agro.grain_classification.label_number': 'Ticket',
|
|
1606
|
+
'agro.angular_components.menu_event_control': 'Consulta de eventos/integraciones',
|
|
1647
1607
|
};
|
|
1648
1608
|
|
|
1649
1609
|
|
|
@@ -4313,13 +4273,14 @@
|
|
|
4313
4273
|
var map = new Map();
|
|
4314
4274
|
var resolvePath = function (source, path) {
|
|
4315
4275
|
var e_2, _a;
|
|
4316
|
-
var parts = path.split(
|
|
4276
|
+
var parts = path.split('.');
|
|
4317
4277
|
var value = source;
|
|
4318
4278
|
try {
|
|
4319
4279
|
for (var parts_1 = __values(parts), parts_1_1 = parts_1.next(); !parts_1_1.done; parts_1_1 = parts_1.next()) {
|
|
4320
4280
|
var p = parts_1_1.value;
|
|
4321
|
-
if (value == null)
|
|
4281
|
+
if (value == null) {
|
|
4322
4282
|
return undefined;
|
|
4283
|
+
}
|
|
4323
4284
|
value = value[p];
|
|
4324
4285
|
}
|
|
4325
4286
|
}
|
|
@@ -4341,7 +4302,7 @@
|
|
|
4341
4302
|
try {
|
|
4342
4303
|
for (var keys_1 = (e_3 = void 0, __values(keys)), keys_1_1 = keys_1.next(); !keys_1_1.done; keys_1_1 = keys_1.next()) {
|
|
4343
4304
|
var k = keys_1_1.value;
|
|
4344
|
-
var rootName = k.toString().split(
|
|
4305
|
+
var rootName = k.toString().split('.')[0];
|
|
4345
4306
|
groupedData[rootName] = resolvePath(item, k);
|
|
4346
4307
|
}
|
|
4347
4308
|
}
|
|
@@ -4559,7 +4520,6 @@
|
|
|
4559
4520
|
}
|
|
4560
4521
|
};
|
|
4561
4522
|
AgroUnitConverter.prototype.isTemperatureUnit = function (unit) {
|
|
4562
|
-
console.log(this.TEMPERATURE_UNITS.includes(unit));
|
|
4563
4523
|
return this.TEMPERATURE_UNITS.includes(unit);
|
|
4564
4524
|
};
|
|
4565
4525
|
AgroUnitConverter.prototype.convertScalableUnits = function (valor, from, to) {
|
|
@@ -5693,7 +5653,7 @@
|
|
|
5693
5653
|
{ label: "agro.angular_components.ticket_event", value: EventOperation.TICKET },
|
|
5694
5654
|
{ label: "agro.angular_components.provisional_event", value: EventOperation.PROVISIONAL },
|
|
5695
5655
|
{
|
|
5696
|
-
label: "agro.angular_components.
|
|
5656
|
+
label: "agro.angular_components.CREATE_INVOICE_FIXATION",
|
|
5697
5657
|
value: EventOperation.CREATE_INVOICE,
|
|
5698
5658
|
subLabelField: InputFields.AGRO_INVOICE_TYPE,
|
|
5699
5659
|
},
|
|
@@ -5865,8 +5825,8 @@
|
|
|
5865
5825
|
FormDateError_data2: 'agro.angular_components.end_invalid_date'
|
|
5866
5826
|
};
|
|
5867
5827
|
|
|
5868
|
-
var
|
|
5869
|
-
function
|
|
5828
|
+
var AgroEntityService = /** @class */ (function () {
|
|
5829
|
+
function AgroEntityService(http, messageService, entityUrl, actionsUrl, queriesUrl, translate) {
|
|
5870
5830
|
this.http = http;
|
|
5871
5831
|
this.messageService = messageService;
|
|
5872
5832
|
this.entityUrl = entityUrl;
|
|
@@ -5881,41 +5841,41 @@
|
|
|
5881
5841
|
this.translate = translate;
|
|
5882
5842
|
this.defaultCatch = this.defaultCatch.bind(this);
|
|
5883
5843
|
}
|
|
5884
|
-
|
|
5844
|
+
AgroEntityService.prototype.getListQueryParams = function (listParams) {
|
|
5885
5845
|
var ten = 10;
|
|
5886
5846
|
var _a = listParams.page, page = _a === void 0 ? 0 : _a, _b = listParams.size, size = _b === void 0 ? ten : _b, _c = listParams.sort, sort = _c === void 0 ? [] : _c, _d = listParams.filterQuery, filterQuery = _d === void 0 ? '' : _d, _e = listParams.displayFields, displayFields = _e === void 0 ? [] : _e;
|
|
5887
5847
|
var params = new http.HttpParams();
|
|
5888
5848
|
params = params.append('size', String(size));
|
|
5889
5849
|
params = params.append('offset', String(page));
|
|
5890
|
-
if (sort
|
|
5850
|
+
if (sort === null || sort === void 0 ? void 0 : sort.length) {
|
|
5891
5851
|
params = params.append('orderby', sort.map(this.getBodyFilters()).join(', '));
|
|
5892
5852
|
}
|
|
5893
5853
|
if (filterQuery) {
|
|
5894
5854
|
params = params.append('filter', filterQuery);
|
|
5895
5855
|
}
|
|
5896
|
-
if (displayFields
|
|
5856
|
+
if (displayFields === null || displayFields === void 0 ? void 0 : displayFields.length) {
|
|
5897
5857
|
params = params.append('displayfields', displayFields.join());
|
|
5898
5858
|
}
|
|
5899
5859
|
return params;
|
|
5900
5860
|
};
|
|
5901
|
-
|
|
5861
|
+
AgroEntityService.prototype.getBodyParams = function (listParams) {
|
|
5902
5862
|
var ten = 10;
|
|
5903
5863
|
var _a = listParams.page, page = _a === void 0 ? 0 : _a, _b = listParams.size, size = _b === void 0 ? ten : _b, _c = listParams.sort, sort = _c === void 0 ? [] : _c, _d = listParams.filterQuery, filterQuery = _d === void 0 ? '' : _d, _e = listParams.displayFields, displayFields = _e === void 0 ? [] : _e;
|
|
5904
5864
|
var bodyParams = {};
|
|
5905
5865
|
bodyParams.size = size;
|
|
5906
5866
|
bodyParams.offset = page;
|
|
5907
|
-
if (sort
|
|
5867
|
+
if (sort === null || sort === void 0 ? void 0 : sort.length) {
|
|
5908
5868
|
bodyParams.orderBy = sort.map(this.getBodyFilters()).join(', ');
|
|
5909
5869
|
}
|
|
5910
5870
|
if (filterQuery) {
|
|
5911
5871
|
bodyParams.filter = filterQuery;
|
|
5912
5872
|
}
|
|
5913
|
-
if (displayFields
|
|
5873
|
+
if (displayFields === null || displayFields === void 0 ? void 0 : displayFields.length) {
|
|
5914
5874
|
bodyParams.displayfields = displayFields.join();
|
|
5915
5875
|
}
|
|
5916
5876
|
return bodyParams;
|
|
5917
5877
|
};
|
|
5918
|
-
|
|
5878
|
+
AgroEntityService.prototype.getBodyFilters = function () {
|
|
5919
5879
|
return function (s) {
|
|
5920
5880
|
var order = '';
|
|
5921
5881
|
if (s.order === 1) {
|
|
@@ -5927,10 +5887,10 @@
|
|
|
5927
5887
|
return "" + s.field + order;
|
|
5928
5888
|
};
|
|
5929
5889
|
};
|
|
5930
|
-
|
|
5890
|
+
AgroEntityService.prototype.defaultCatch = function (errorMsgs) {
|
|
5931
5891
|
var _this = this;
|
|
5932
5892
|
if (errorMsgs === void 0) { errorMsgs = []; }
|
|
5933
|
-
var
|
|
5893
|
+
var unauthorized401 = 401;
|
|
5934
5894
|
errorMsgs = __spread(errorMsgs);
|
|
5935
5895
|
var zero = 0;
|
|
5936
5896
|
return operators.catchError(function (err) {
|
|
@@ -5938,7 +5898,7 @@
|
|
|
5938
5898
|
var errorMessage = errorMsgs.find(function (eMsg) { return eMsg.status === (err === null || err === void 0 ? void 0 : err.status) || zero; });
|
|
5939
5899
|
var summary = err.status ? String(err.status) : 'Error';
|
|
5940
5900
|
var detail = _this.getErrorMessage(err);
|
|
5941
|
-
if (err.status ===
|
|
5901
|
+
if (err.status === unauthorized401) {
|
|
5942
5902
|
summary = _this.translate.instant('agro.angular_components.error_unauthorized_title');
|
|
5943
5903
|
detail = _this.translate.instant('agro.angular_components.error_unauthorized_description');
|
|
5944
5904
|
}
|
|
@@ -5955,8 +5915,9 @@
|
|
|
5955
5915
|
return rxjs.throwError(err);
|
|
5956
5916
|
});
|
|
5957
5917
|
};
|
|
5958
|
-
|
|
5959
|
-
|
|
5918
|
+
AgroEntityService.prototype.getErrorMessage = function (err) {
|
|
5919
|
+
var _a;
|
|
5920
|
+
if ((_a = err === null || err === void 0 ? void 0 : err.error) === null || _a === void 0 ? void 0 : _a.message) {
|
|
5960
5921
|
return err.error.message;
|
|
5961
5922
|
}
|
|
5962
5923
|
if (err.statusText) {
|
|
@@ -5967,35 +5928,39 @@
|
|
|
5967
5928
|
}
|
|
5968
5929
|
return 'Error';
|
|
5969
5930
|
};
|
|
5970
|
-
|
|
5931
|
+
AgroEntityService.prototype.list = function (listParams, errorMessage) {
|
|
5971
5932
|
if (errorMessage === void 0) { errorMessage = []; }
|
|
5972
5933
|
return this.http
|
|
5973
5934
|
.get(this.entityUrl, { params: this.getListQueryParams(listParams) })
|
|
5974
5935
|
.pipe(this.defaultCatch(errorMessage));
|
|
5975
5936
|
};
|
|
5976
|
-
|
|
5937
|
+
AgroEntityService.prototype.get = function (id, errorMessage) {
|
|
5977
5938
|
if (errorMessage === void 0) { errorMessage = []; }
|
|
5978
5939
|
return this.http.get(this.entityUrl + "/" + id).pipe(this.defaultCatch(errorMessage));
|
|
5979
5940
|
};
|
|
5980
|
-
|
|
5941
|
+
AgroEntityService.prototype.insert = function (entity, errorMessage) {
|
|
5981
5942
|
if (errorMessage === void 0) { errorMessage = []; }
|
|
5982
5943
|
return this.http.post("" + this.entityUrl, entity).pipe(this.defaultCatch(errorMessage));
|
|
5983
5944
|
};
|
|
5984
|
-
|
|
5945
|
+
AgroEntityService.prototype.update = function (id, entity, errorMessage) {
|
|
5985
5946
|
if (errorMessage === void 0) { errorMessage = []; }
|
|
5986
5947
|
return this.http.put(this.entityUrl + "/" + id, entity).pipe(this.defaultCatch(errorMessage));
|
|
5987
5948
|
};
|
|
5988
|
-
|
|
5949
|
+
AgroEntityService.prototype.delete = function (id, errorMessage) {
|
|
5989
5950
|
if (errorMessage === void 0) { errorMessage = []; }
|
|
5990
5951
|
return this.http.delete(this.entityUrl + "/" + id).pipe(this.defaultCatch(errorMessage));
|
|
5991
5952
|
};
|
|
5992
|
-
|
|
5953
|
+
AgroEntityService.prototype.listCustomFilter = function (listParams, action, errorMessage) {
|
|
5993
5954
|
if (errorMessage === void 0) { errorMessage = []; }
|
|
5994
5955
|
return this.http
|
|
5995
5956
|
.post(this.actionsUrl + "/" + action, this.getBodyParams(listParams))
|
|
5996
5957
|
.pipe(this.defaultCatch(errorMessage));
|
|
5997
5958
|
};
|
|
5998
|
-
|
|
5959
|
+
AgroEntityService.prototype.insertBulk = function (entities) {
|
|
5960
|
+
var body = entities ? { entities: entities } : {};
|
|
5961
|
+
return this.http.post(this.entityUrl + "/bulk", body).pipe(this.defaultCatch());
|
|
5962
|
+
};
|
|
5963
|
+
return AgroEntityService;
|
|
5999
5964
|
}());
|
|
6000
5965
|
|
|
6001
5966
|
var EventControlItemService = /** @class */ (function (_super) {
|
|
@@ -6021,7 +5986,7 @@
|
|
|
6021
5986
|
core.Injectable()
|
|
6022
5987
|
], EventControlItemService);
|
|
6023
5988
|
return EventControlItemService;
|
|
6024
|
-
}(
|
|
5989
|
+
}(AgroEntityService));
|
|
6025
5990
|
|
|
6026
5991
|
var PaginatorStorageService = /** @class */ (function () {
|
|
6027
5992
|
function PaginatorStorageService() {
|
|
@@ -6109,7 +6074,7 @@
|
|
|
6109
6074
|
core.Injectable()
|
|
6110
6075
|
], EventControlService);
|
|
6111
6076
|
return EventControlService;
|
|
6112
|
-
}(
|
|
6077
|
+
}(AgroEntityService));
|
|
6113
6078
|
|
|
6114
6079
|
var ProducerInvoice = /** @class */ (function () {
|
|
6115
6080
|
function ProducerInvoice() {
|
|
@@ -6145,144 +6110,6 @@
|
|
|
6145
6110
|
return ProducerInvoice;
|
|
6146
6111
|
}());
|
|
6147
6112
|
|
|
6148
|
-
var AgroEntityService = /** @class */ (function () {
|
|
6149
|
-
function AgroEntityService(http, messageService, entityUrl, actionsUrl, queriesUrl, translate) {
|
|
6150
|
-
this.http = http;
|
|
6151
|
-
this.messageService = messageService;
|
|
6152
|
-
this.entityUrl = entityUrl;
|
|
6153
|
-
this.actionsUrl = actionsUrl;
|
|
6154
|
-
this.queriesUrl = queriesUrl;
|
|
6155
|
-
this.translate = translate;
|
|
6156
|
-
this.http = http;
|
|
6157
|
-
this.messageService = messageService;
|
|
6158
|
-
this.entityUrl = entityUrl;
|
|
6159
|
-
this.actionsUrl = actionsUrl;
|
|
6160
|
-
this.queriesUrl = queriesUrl;
|
|
6161
|
-
this.translate = translate;
|
|
6162
|
-
this.defaultCatch = this.defaultCatch.bind(this);
|
|
6163
|
-
}
|
|
6164
|
-
AgroEntityService.prototype.getListQueryParams = function (listParams) {
|
|
6165
|
-
var ten = 10;
|
|
6166
|
-
var _a = listParams.page, page = _a === void 0 ? 0 : _a, _b = listParams.size, size = _b === void 0 ? ten : _b, _c = listParams.sort, sort = _c === void 0 ? [] : _c, _d = listParams.filterQuery, filterQuery = _d === void 0 ? '' : _d, _e = listParams.displayFields, displayFields = _e === void 0 ? [] : _e;
|
|
6167
|
-
var params = new http.HttpParams();
|
|
6168
|
-
params = params.append('size', String(size));
|
|
6169
|
-
params = params.append('offset', String(page));
|
|
6170
|
-
if (sort && sort.length) {
|
|
6171
|
-
params = params.append('orderby', sort.map(this.getBodyFilters()).join(', '));
|
|
6172
|
-
}
|
|
6173
|
-
if (filterQuery) {
|
|
6174
|
-
params = params.append('filter', filterQuery);
|
|
6175
|
-
}
|
|
6176
|
-
if (displayFields && displayFields.length) {
|
|
6177
|
-
params = params.append('displayfields', displayFields.join());
|
|
6178
|
-
}
|
|
6179
|
-
return params;
|
|
6180
|
-
};
|
|
6181
|
-
AgroEntityService.prototype.getBodyParams = function (listParams) {
|
|
6182
|
-
var ten = 10;
|
|
6183
|
-
var _a = listParams.page, page = _a === void 0 ? 0 : _a, _b = listParams.size, size = _b === void 0 ? ten : _b, _c = listParams.sort, sort = _c === void 0 ? [] : _c, _d = listParams.filterQuery, filterQuery = _d === void 0 ? '' : _d, _e = listParams.displayFields, displayFields = _e === void 0 ? [] : _e;
|
|
6184
|
-
var bodyParams = {};
|
|
6185
|
-
bodyParams.size = size;
|
|
6186
|
-
bodyParams.offset = page;
|
|
6187
|
-
if (sort && sort.length) {
|
|
6188
|
-
bodyParams.orderBy = sort.map(this.getBodyFilters()).join(', ');
|
|
6189
|
-
}
|
|
6190
|
-
if (filterQuery) {
|
|
6191
|
-
bodyParams.filter = filterQuery;
|
|
6192
|
-
}
|
|
6193
|
-
if (displayFields && displayFields.length) {
|
|
6194
|
-
bodyParams.displayfields = displayFields.join();
|
|
6195
|
-
}
|
|
6196
|
-
return bodyParams;
|
|
6197
|
-
};
|
|
6198
|
-
AgroEntityService.prototype.getBodyFilters = function () {
|
|
6199
|
-
return function (s) {
|
|
6200
|
-
var order = '';
|
|
6201
|
-
if (s.order === 1) {
|
|
6202
|
-
order = ' asc';
|
|
6203
|
-
}
|
|
6204
|
-
if (s.order === -1) {
|
|
6205
|
-
order = ' desc';
|
|
6206
|
-
}
|
|
6207
|
-
return "" + s.field + order;
|
|
6208
|
-
};
|
|
6209
|
-
};
|
|
6210
|
-
AgroEntityService.prototype.defaultCatch = function (errorMsgs) {
|
|
6211
|
-
var _this = this;
|
|
6212
|
-
if (errorMsgs === void 0) { errorMsgs = []; }
|
|
6213
|
-
var unauthorized_401 = 401;
|
|
6214
|
-
// errorMsgs = [...errorMsgs, ...DefaultErrorMessages];
|
|
6215
|
-
errorMsgs = __spread(errorMsgs);
|
|
6216
|
-
var zero = 0;
|
|
6217
|
-
return operators.catchError(function (err) {
|
|
6218
|
-
if (err) {
|
|
6219
|
-
var errorMessage = errorMsgs.find(function (eMsg) { return eMsg.status === (err === null || err === void 0 ? void 0 : err.status) || zero; });
|
|
6220
|
-
var summary = err.status ? String(err.status) : 'Error';
|
|
6221
|
-
var detail = _this.getErrorMessage(err);
|
|
6222
|
-
if (err.status === unauthorized_401) {
|
|
6223
|
-
summary = _this.translate.instant('agro.angular_components.error_unauthorized_title');
|
|
6224
|
-
detail = _this.translate.instant('agro.angular_components.error_unauthorized_description');
|
|
6225
|
-
}
|
|
6226
|
-
if (errorMessage) {
|
|
6227
|
-
summary = errorMessage.summary ? _this.translate.instant(errorMessage.summary) : summary;
|
|
6228
|
-
detail = errorMessage.detail ? _this.translate.instant(errorMessage.detail) : detail;
|
|
6229
|
-
}
|
|
6230
|
-
_this.messageService.add({
|
|
6231
|
-
severity: 'error',
|
|
6232
|
-
summary: summary,
|
|
6233
|
-
detail: detail,
|
|
6234
|
-
});
|
|
6235
|
-
}
|
|
6236
|
-
return rxjs.throwError(err);
|
|
6237
|
-
});
|
|
6238
|
-
};
|
|
6239
|
-
AgroEntityService.prototype.getErrorMessage = function (err) {
|
|
6240
|
-
if (err.error && err.error.message) {
|
|
6241
|
-
return err.error.message;
|
|
6242
|
-
}
|
|
6243
|
-
if (err.statusText) {
|
|
6244
|
-
return err.statusText;
|
|
6245
|
-
}
|
|
6246
|
-
if (err.message) {
|
|
6247
|
-
return err.message;
|
|
6248
|
-
}
|
|
6249
|
-
return 'Error';
|
|
6250
|
-
};
|
|
6251
|
-
AgroEntityService.prototype.list = function (listParams, errorMessage) {
|
|
6252
|
-
if (errorMessage === void 0) { errorMessage = []; }
|
|
6253
|
-
return this.http
|
|
6254
|
-
.get(this.entityUrl, { params: this.getListQueryParams(listParams) })
|
|
6255
|
-
.pipe(this.defaultCatch(errorMessage));
|
|
6256
|
-
};
|
|
6257
|
-
AgroEntityService.prototype.get = function (id, errorMessage) {
|
|
6258
|
-
if (errorMessage === void 0) { errorMessage = []; }
|
|
6259
|
-
return this.http.get(this.entityUrl + "/" + id).pipe(this.defaultCatch(errorMessage));
|
|
6260
|
-
};
|
|
6261
|
-
AgroEntityService.prototype.insert = function (entity, errorMessage) {
|
|
6262
|
-
if (errorMessage === void 0) { errorMessage = []; }
|
|
6263
|
-
return this.http.post("" + this.entityUrl, entity).pipe(this.defaultCatch(errorMessage));
|
|
6264
|
-
};
|
|
6265
|
-
AgroEntityService.prototype.update = function (id, entity, errorMessage) {
|
|
6266
|
-
if (errorMessage === void 0) { errorMessage = []; }
|
|
6267
|
-
return this.http.put(this.entityUrl + "/" + id, entity).pipe(this.defaultCatch(errorMessage));
|
|
6268
|
-
};
|
|
6269
|
-
AgroEntityService.prototype.delete = function (id, errorMessage) {
|
|
6270
|
-
if (errorMessage === void 0) { errorMessage = []; }
|
|
6271
|
-
return this.http.delete(this.entityUrl + "/" + id).pipe(this.defaultCatch(errorMessage));
|
|
6272
|
-
};
|
|
6273
|
-
AgroEntityService.prototype.listCustomFilter = function (listParams, action, errorMessage) {
|
|
6274
|
-
if (errorMessage === void 0) { errorMessage = []; }
|
|
6275
|
-
return this.http
|
|
6276
|
-
.post(this.actionsUrl + "/" + action, this.getBodyParams(listParams))
|
|
6277
|
-
.pipe(this.defaultCatch(errorMessage));
|
|
6278
|
-
};
|
|
6279
|
-
AgroEntityService.prototype.insertBulk = function (entities) {
|
|
6280
|
-
var body = entities ? { entities: entities } : {};
|
|
6281
|
-
return this.http.post(this.entityUrl + "/bulk", body).pipe(this.defaultCatch());
|
|
6282
|
-
};
|
|
6283
|
-
return AgroEntityService;
|
|
6284
|
-
}());
|
|
6285
|
-
|
|
6286
6113
|
var ProducerInvoiceService = /** @class */ (function (_super) {
|
|
6287
6114
|
__extends(ProducerInvoiceService, _super);
|
|
6288
6115
|
function ProducerInvoiceService(http, messageService, translate) {
|
|
@@ -6934,7 +6761,7 @@
|
|
|
6934
6761
|
EventControlBoardComponent = __decorate([
|
|
6935
6762
|
core.Component({
|
|
6936
6763
|
selector: "event-control-board",
|
|
6937
|
-
template: "<ng-container *sLoadingState=\"gridLoading\">\r\n <p-panel>\r\n <p-header>\r\n {{ \"agro.angular_components.event_control_header\" | libTranslate }}\r\n </p-header>\r\n <div class=\"ui-g\">\r\n <div class=\"ui-g-12\">\r\n <s-button\r\n id=\"refresh-button\"\r\n [priority]=\"ButtonPriority.Primary\"\r\n iconClass=\"fa fa-refresh\"\r\n [label]=\"'agro.angular_components.refresh' | libTranslate\"\r\n (click)=\"onSearch()\"\r\n >\r\n </s-button>\r\n <s-button\r\n *ngIf=\"standalone && showCancelButton\"\r\n id=\"cancel-button-agro-events-lib\"\r\n iconClass=\"fa fa-times\"\r\n [label]=\"'agro.angular_components.cancel' | libTranslate\"\r\n (click)=\"openCancelModal()\"\r\n >\r\n </s-button>\r\n </div>\r\n </div>\r\n <div class=\"ui-g\">\r\n <div class=\"ui-g-12 ui-md-12\" *ngIf=\"!gridData || gridData?.length === 0\">\r\n <s-empty-state\r\n iconClass=\"fa fa-exclamation-triangle\"\r\n title=\"{{ 'agro.angular_components.nothing_found' | libTranslate }}\"\r\n [showPrimaryAction]=\"false\"\r\n description=\"{{ 'agro.angular_components.table_empty_description' | libTranslate }}\"\r\n >\r\n </s-empty-state>\r\n </div>\r\n <ng-container *ngIf=\"gridData?.length > 0\">\r\n <p-table\r\n stylelass=\"custom-table\"\r\n #eventControlTable\r\n [value]=\"gridDataResolved\"\r\n [columns]=\"gridColumns\"\r\n dataKey=\"id\"\r\n [lazy]=\"true\"\r\n [scrollable]=\"true\"\r\n [resizableColumns]=\"true\"\r\n [paginator]=\"!standalone\"\r\n [totalRecords]=\"gridTotalRecords\"\r\n [rows]=\"10\"\r\n [responsive]=\"true\"\r\n (onLazyLoad)=\"onGridChange($event)\"\r\n [sortOrder]=\"getSortOrder()\"\r\n [first]=\"getRowIndex()\"\r\n [lazyLoadOnInit]=\"false\"\r\n sortMode=\"multiple\"\r\n [rows]=\"getPageSize()\"\r\n [rowsPerPageOptions]=\"[10, 20, 50, 100]\"\r\n >\r\n <ng-template pTemplate=\"header\" let-columns>\r\n <tr>\r\n <ng-container *ngIf=\"!standalone\">\r\n <th *ngFor=\"let col of columns\" class=\"ui-lg-1 ui-md-1\" [pSortableColumn]=\"col.field\" scope=\"col\">\r\n <div class=\"senior-header\">\r\n <span class=\"senior-header-title\">{{ col.header }}</span>\r\n <p-sortIcon [field]=\"col.field\"></p-sortIcon>\r\n </div>\r\n </th>\r\n </ng-container>\r\n <th class=\"ui-lg-8 ui-md-7\" scope=\"col\">\r\n {{ \"agro.angular_components.panel_title_events_events\" | libTranslate }}\r\n </th>\r\n </tr>\r\n </ng-template>\r\n <ng-template pTemplate=\"body\" let-rowData>\r\n <tr>\r\n <ng-container *ngIf=\"!standalone\">\r\n <td class=\"ui-lg-1 ui-md-1\">\r\n {{ rowData.e070emp?.nomEmp }}\r\n </td>\r\n <td class=\"ui-lg-1 ui-md-1\">\r\n {{ rowData.e070fil?.nomFil }}\r\n </td>\r\n <td class=\"ui-lg-1 ui-md-1\">\r\n <ng-container [ngSwitch]=\"rowData.eventOrigin\">\r\n <span *ngSwitchCase=\"'BALANCE_ENTRY_CONTROL'\">\r\n {{ \"agro.angular_components.balance_entry_control_event\" | libTranslate }}\r\n </span>\r\n <span *ngSwitchCase=\"'TICKET'\">\r\n {{ \"agro.angular_components.ticket_maintenance_header\" | libTranslate }}\r\n </span>\r\n <span *ngSwitchCase=\"'TRANSFER'\">\r\n {{ \"agro.angular_components.transfer_origin_event\" | libTranslate }}\r\n </span>\r\n <span *ngSwitchCase=\"'INVOICE'\">\r\n {{ \"agro.angular_components.invoice_creating_event\" | libTranslate }}\r\n </span>\r\n <span *ngSwitchCase=\"'CHANGE_REQUEST'\">\r\n {{ \"agro.angular_components.change_request_event\" | libTranslate }}\r\n </span>\r\n <span *ngSwitchCase=\"'FIXATION'\">\r\n {{ \"agro.angular_components.fixation_event\" | libTranslate }}\r\n </span>\r\n <span *ngSwitchCase=\"'CANCEL_FIXATION'\">\r\n {{ \"agro.angular_components.cancel_fixation_event\" | libTranslate }}\r\n </span>\r\n <span *ngSwitchCase=\"'TRANSFER_CANCELLATION'\">\r\n {{ \"agro.angular_components.transfer_cancellation_event\" | libTranslate }}\r\n </span>\r\n <span *ngSwitchCase=\"'AGRONOMIC_PRESCRIPTION'\">\r\n {{ \"agro.angular_components.agronomic_prescription_origin_event\" | libTranslate }}\r\n </span>\r\n <span *ngSwitchCase=\"'PRESCRIPTION_INTEGRATION_HUB'\">\r\n {{ \"agro.angular_components.agronomic_prescription_origin_event\" | libTranslate }}\r\n </span>\r\n </ng-container>\r\n </td>\r\n <td class=\"ui-lg-1 ui ui-md-1\">\r\n {{ rowData.controlCode || \"\" }}\r\n </td>\r\n </ng-container>\r\n <td class=\"ui-lg-8 ui-md-7\">\r\n <ng-container *ngFor=\"let group of rowData.groups\">\r\n <s-event-steps\r\n [steps]=\"group.steps || []\"\r\n [activeIndex]=\"group.activeIndex\"\r\n (stepSelected)=\"stepSelected($event)\"\r\n >\r\n </s-event-steps>\r\n </ng-container>\r\n </td>\r\n </tr>\r\n </ng-template>\r\n <ng-template *ngIf=\"!standalone\" pTemplate=\"paginatorright\" class=\"custom-table\">\r\n <span>\r\n {{ \"agro.angular_components.registers_found\" | libTranslate: { total: gridTotalRecords } }}\r\n </span>\r\n </ng-template>\r\n </p-table>\r\n </ng-container>\r\n </div>\r\n </p-panel>\r\n</ng-container>\r\n<s-sidebar\r\n [visible]=\"showSidebar\"\r\n (visibleChange)=\"closeSidebar()\"\r\n header=\"{{ 'agro.angular_components.event_details_header' | libTranslate }}\"\r\n>\r\n <div class=\"ui-fluid\">\r\n <p-fieldset [legend]=\"sidebarTitle\" [toggleable]=\"false\">\r\n <div class=\"ui-g\">\r\n <div class=\"ui-g-4\">\r\n <span\r\n ><strong>{{ \"agro.angular_components.event_origin_label\" | libTranslate }}</strong></span\r\n >\r\n <ng-container [ngSwitch]=\"selectedStep?.eventType\">\r\n <p *ngSwitchCase=\"'BALANCE_ENTRY_CONTROL'\">\r\n {{ \"agro.angular_components.balance_entry_control_event\" | libTranslate }}\r\n </p>\r\n <p *ngSwitchCase=\"'TICKET'\">\r\n {{ \"agro.angular_components.ticket_maintenance_header\" | libTranslate }}\r\n </p>\r\n <p *ngSwitchCase=\"'TRANSFER'\">\r\n {{ \"agro.angular_components.transfer_origin_event\" | libTranslate }}\r\n </p>\r\n <p *ngSwitchCase=\"'INVOICE'\">\r\n {{ \"agro.angular_components.invoice_creating_event\" | libTranslate }}\r\n </p>\r\n <p *ngSwitchCase=\"'CHANGE_REQUEST'\">\r\n {{ \"agro.angular_components.change_request_event\" | libTranslate }}\r\n </p>\r\n <p *ngSwitchCase=\"'FIXATION'\">\r\n {{ \"agro.angular_components.fixation_event\" | libTranslate }}\r\n </p>\r\n <p *ngSwitchCase=\"'CANCEL_FIXATION'\">\r\n {{ \"agro.angular_components.cancel_fixation_event\" | libTranslate }}\r\n </p>\r\n <p *ngSwitchCase=\"'TRANSFER_CANCELLATION'\">\r\n {{ \"agro.angular_components.transfer_cancellation_event\" | libTranslate }}\r\n </p>\r\n <p *ngSwitchCase=\"'AGRONOMIC_PRESCRIPTION'\">\r\n {{ \"agro.angular_components.agronomic_prescription_origin_event\" | libTranslate }}\r\n </p>\r\n <p *ngSwitchCase=\"'PRESCRIPTION_INTEGRATION_HUB'\">\r\n {{ \"agro.angular_components.agronomic_prescription_origin_event\" | libTranslate }}\r\n </p>\r\n </ng-container>\r\n </div>\r\n <div class=\"ui-g-4\" *ngIf=\"producerInvoice?.producerBalanceEntryControl.producer.e001pes.nomPes\">\r\n <span\r\n ><strong>{{ \"agro.angular_components.supplier\" | libTranslate }}</strong></span\r\n >\r\n <p>{{ producerInvoice?.producerBalanceEntryControl.producer.e001pes.nomPes }}</p>\r\n </div>\r\n <div class=\"ui-g-4\" *ngIf=\"producerInvoice?.producerBalanceEntryControl.ruralEstate.name\">\r\n <span\r\n ><strong>{{ \"agro.angular_components.rural_estate\" | libTranslate }}</strong></span\r\n >\r\n <p>{{ producerInvoice?.producerBalanceEntryControl.ruralEstate.name }}</p>\r\n </div>\r\n <div class=\"ui-g-4\" *ngIf=\"selectedStep?.controlCode\">\r\n <span\r\n ><strong>{{ \"agro.angular_components.control_code\" | libTranslate }}</strong></span\r\n >\r\n <p>{{ selectedStep?.controlCode }}</p>\r\n </div>\r\n <div class=\"ui-g-4\">\r\n <span\r\n ><strong>{{ \"agro.angular_components.status_label\" | libTranslate }}</strong></span\r\n >\r\n <ng-container [ngSwitch]=\"selectedStep?.item.status\">\r\n <p *ngSwitchCase=\"'SUCCESS'\">\r\n <s-badge\r\n [color]=\"BadgeColors.Green\"\r\n text=\"{{ 'agro.angular_components.panel_title_events_completed_successfully' | libTranslate }}\"\r\n [selectable]=\"false\"\r\n >\r\n </s-badge>\r\n </p>\r\n <p *ngSwitchCase=\"'PROCESSING'\">\r\n <s-badge\r\n [color]=\"BadgeColors.Orange\"\r\n text=\"{{ 'agro.angular_components.processing' | libTranslate }}\"\r\n [selectable]=\"false\"\r\n >\r\n </s-badge>\r\n </p>\r\n <p *ngSwitchCase=\"'FAILED'\">\r\n <s-badge\r\n [color]=\"BadgeColors.Red\"\r\n text=\"{{ 'agro.angular_components.panel_title_events_ended_with_error' | libTranslate }}\"\r\n [selectable]=\"false\"\r\n >\r\n </s-badge>\r\n </p>\r\n <p *ngSwitchCase=\"'PENDING'\">\r\n <s-badge\r\n [color]=\"BadgeColors.Gray\"\r\n text=\"{{ 'agro.angular_components.pending' | libTranslate }}\"\r\n [selectable]=\"false\"\r\n >\r\n </s-badge>\r\n </p>\r\n </ng-container>\r\n </div>\r\n <div class=\"ui-g-4\">\r\n <span\r\n ><strong>{{ \"agro.angular_components.last_update_date\" | libTranslate }}</strong></span\r\n >\r\n <p>{{ selectedStep?.item.lastModifiedDate | date: \"dd/MM/yyyy HH:mm:ss\" }}</p>\r\n </div>\r\n <div class=\"ui-g-4\" *ngIf=\"selectedStep?.item.status === 'FAILED'\">\r\n <span\r\n ><strong>{{ \"agro.angular_components.event_error_message\" | libTranslate }}</strong></span\r\n >\r\n <p>{{ selectedStep?.item.message || \"-\" }}</p>\r\n </div>\r\n </div>\r\n </p-fieldset>\r\n </div>\r\n <s-footer>\r\n <div class=\"ui-g\">\r\n <div class=\"ui-g-12 width-fit\">\r\n <s-button\r\n id=\"sidebar-close-button\"\r\n [priority]=\"ButtonPriority.Primary\"\r\n [label]=\"'agro.angular_components.events_close' | libTranslate\"\r\n [auxiliary]=\"false\"\r\n (click)=\"closeSidebar()\"\r\n >\r\n </s-button>\r\n <s-button\r\n *ngIf=\"showReprocessButton\"\r\n id=\"sidebar-reprocess-button\"\r\n [priority]=\"ButtonPriority.Secondary\"\r\n iconClass=\"fa fa-refresh\"\r\n [label]=\"'agro.angular_components.reprocess_event' | libTranslate\"\r\n [auxiliary]=\"false\"\r\n (click)=\"openModal()\"\r\n >\r\n </s-button>\r\n </div>\r\n </div>\r\n </s-footer>\r\n</s-sidebar>\r\n\r\n<p-dialog [header]=\"'agro.angular_components.event_modal_title' | libTranslate\" [(visible)]=\"displayModal\" [modal]=\"true\" class=\"dialog\">\r\n <div class=\"event-modal-text\">{{ \"agro.angular_components.event_modal\" | libTranslate }}</div>\r\n <p-footer>\r\n <div class=\"ui-dialog-buttonpane ui-widget-content ui-helper-clearfix\">\r\n <button\r\n id=\"modal-yes\"\r\n type=\"button\"\r\n pButton\r\n icon=\"fa fa-check\"\r\n (click)=\"confirmModal()\"\r\n label=\"{{ 'agro.angular_components.yes' | libTranslate }}\"\r\n class=\"ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only\"\r\n ></button>\r\n <button\r\n id=\"modal-no\"\r\n type=\"button\"\r\n pButton\r\n icon=\"fa fa-close\"\r\n (click)=\"cancelModal()\"\r\n label=\"{{ 'agro.angular_components.no' | libTranslate }}\"\r\n class=\"ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only\"\r\n ></button>\r\n </div>\r\n </p-footer>\r\n</p-dialog>\r\n",
|
|
6764
|
+
template: "<ng-container *sLoadingState=\"gridLoading\">\r\n <p-panel>\r\n <p-header>\r\n {{ \"agro.angular_components.event_control_header\" | libTranslate }}\r\n </p-header>\r\n <div class=\"ui-g\">\r\n <div class=\"ui-g-12\">\r\n <s-button\r\n id=\"refresh-button\"\r\n [priority]=\"ButtonPriority.Primary\"\r\n iconClass=\"fa fa-refresh\"\r\n [label]=\"'agro.angular_components.refresh' | libTranslate\"\r\n (click)=\"onSearch()\"\r\n >\r\n </s-button>\r\n <s-button\r\n *ngIf=\"standalone && showCancelButton\"\r\n id=\"cancel-button-agro-events-lib\"\r\n iconClass=\"fa fa-times\"\r\n [label]=\"'agro.angular_components.cancel' | libTranslate\"\r\n (click)=\"openCancelModal()\"\r\n >\r\n </s-button>\r\n </div>\r\n </div>\r\n <div class=\"ui-g\">\r\n <div class=\"ui-g-12 ui-md-12\" *ngIf=\"!gridData || gridData?.length === 0\">\r\n <s-empty-state\r\n iconClass=\"fa fa-exclamation-triangle\"\r\n title=\"{{ 'agro.angular_components.nothing_found' | libTranslate }}\"\r\n [showPrimaryAction]=\"false\"\r\n description=\"{{ 'agro.angular_components.table_empty_description' | libTranslate }}\"\r\n >\r\n </s-empty-state>\r\n </div>\r\n <ng-container *ngIf=\"gridData?.length > 0\">\r\n <p-table\r\n stylelass=\"custom-table\"\r\n #eventControlTable\r\n [value]=\"gridDataResolved\"\r\n [columns]=\"gridColumns\"\r\n dataKey=\"id\"\r\n [lazy]=\"true\"\r\n [scrollable]=\"true\"\r\n [resizableColumns]=\"true\"\r\n [paginator]=\"!standalone\"\r\n [totalRecords]=\"gridTotalRecords\"\r\n [rows]=\"10\"\r\n [responsive]=\"true\"\r\n (onLazyLoad)=\"onGridChange($event)\"\r\n [sortOrder]=\"getSortOrder()\"\r\n [first]=\"getRowIndex()\"\r\n [lazyLoadOnInit]=\"false\"\r\n sortMode=\"multiple\"\r\n [rows]=\"getPageSize()\"\r\n [rowsPerPageOptions]=\"[10, 20, 50, 100]\"\r\n >\r\n <ng-template pTemplate=\"header\" let-columns>\r\n <tr>\r\n <ng-container *ngIf=\"!standalone\">\r\n <th *ngFor=\"let col of columns\" class=\"ui-lg-1 ui-md-1\" [pSortableColumn]=\"col.field\" scope=\"col\">\r\n <div class=\"senior-header\">\r\n <span class=\"senior-header-title\">{{ col.header }}</span>\r\n <p-sortIcon [field]=\"col.field\"></p-sortIcon>\r\n </div>\r\n </th>\r\n </ng-container>\r\n <th class=\"ui-lg-8 ui-md-7\" scope=\"col\">\r\n {{ \"agro.angular_components.panel_title_events_events\" | libTranslate }}\r\n </th>\r\n </tr>\r\n </ng-template>\r\n <ng-template pTemplate=\"body\" let-rowData>\r\n <tr>\r\n <ng-container *ngIf=\"!standalone\">\r\n <td class=\"ui-lg-1 ui-md-1\">\r\n {{ rowData.e070emp?.nomEmp }}\r\n </td>\r\n <td class=\"ui-lg-1 ui-md-1\">\r\n {{ rowData.e070fil?.nomFil }}\r\n </td>\r\n <td class=\"ui-lg-1 ui-md-1\">\r\n <ng-container [ngSwitch]=\"rowData.eventOrigin\">\r\n <span *ngSwitchCase=\"'BALANCE_ENTRY_CONTROL'\">\r\n {{ \"agro.angular_components.balance_entry_control_event\" | libTranslate }}\r\n </span>\r\n <span *ngSwitchCase=\"'TICKET'\">\r\n {{ \"agro.angular_components.ticket_maintenance_header\" | libTranslate }}\r\n </span>\r\n <span *ngSwitchCase=\"'TRANSFER'\">\r\n {{ \"agro.angular_components.transfer_origin_event\" | libTranslate }}\r\n </span>\r\n <span *ngSwitchCase=\"'INVOICE'\">\r\n {{ \"agro.angular_components.CREATE_INVOICE_FIXATION\" | libTranslate }}\r\n </span>\r\n <span *ngSwitchCase=\"'CHANGE_REQUEST'\">\r\n {{ \"agro.angular_components.change_request_event\" | libTranslate }}\r\n </span>\r\n <span *ngSwitchCase=\"'FIXATION'\">\r\n {{ \"agro.angular_components.fixation_event\" | libTranslate }}\r\n </span>\r\n <span *ngSwitchCase=\"'CANCEL_FIXATION'\">\r\n {{ \"agro.angular_components.cancel_fixation_event\" | libTranslate }}\r\n </span>\r\n <span *ngSwitchCase=\"'TRANSFER_CANCELLATION'\">\r\n {{ \"agro.angular_components.transfer_cancellation_event\" | libTranslate }}\r\n </span>\r\n <span *ngSwitchCase=\"'AGRONOMIC_PRESCRIPTION'\">\r\n {{ \"agro.angular_components.agronomic_prescription_origin_event\" | libTranslate }}\r\n </span>\r\n <span *ngSwitchCase=\"'PRESCRIPTION_INTEGRATION_HUB'\">\r\n {{ \"agro.angular_components.agronomic_prescription_origin_event\" | libTranslate }}\r\n </span>\r\n </ng-container>\r\n </td>\r\n <td class=\"ui-lg-1 ui ui-md-1\">\r\n {{ rowData.controlCode || \"\" }}\r\n </td>\r\n </ng-container>\r\n <td class=\"ui-lg-8 ui-md-7\">\r\n <ng-container *ngFor=\"let group of rowData.groups\">\r\n <s-event-steps\r\n [steps]=\"group.steps || []\"\r\n [activeIndex]=\"group.activeIndex\"\r\n (stepSelected)=\"stepSelected($event)\"\r\n >\r\n </s-event-steps>\r\n </ng-container>\r\n </td>\r\n </tr>\r\n </ng-template>\r\n <ng-template *ngIf=\"!standalone\" pTemplate=\"paginatorright\" class=\"custom-table\">\r\n <span>\r\n {{ \"agro.angular_components.registers_found\" | libTranslate: { total: gridTotalRecords } }}\r\n </span>\r\n </ng-template>\r\n </p-table>\r\n </ng-container>\r\n </div>\r\n </p-panel>\r\n</ng-container>\r\n<s-sidebar\r\n [visible]=\"showSidebar\"\r\n (visibleChange)=\"closeSidebar()\"\r\n header=\"{{ 'agro.angular_components.event_details_header' | libTranslate }}\"\r\n>\r\n <div class=\"ui-fluid\">\r\n <p-fieldset [legend]=\"sidebarTitle\" [toggleable]=\"false\">\r\n <div class=\"ui-g\">\r\n <div class=\"ui-g-4\">\r\n <span\r\n ><strong>{{ \"agro.angular_components.event_origin_label\" | libTranslate }}</strong></span\r\n >\r\n <ng-container [ngSwitch]=\"selectedStep?.eventType\">\r\n <p *ngSwitchCase=\"'BALANCE_ENTRY_CONTROL'\">\r\n {{ \"agro.angular_components.balance_entry_control_event\" | libTranslate }}\r\n </p>\r\n <p *ngSwitchCase=\"'TICKET'\">\r\n {{ \"agro.angular_components.ticket_maintenance_header\" | libTranslate }}\r\n </p>\r\n <p *ngSwitchCase=\"'TRANSFER'\">\r\n {{ \"agro.angular_components.transfer_origin_event\" | libTranslate }}\r\n </p>\r\n <p *ngSwitchCase=\"'INVOICE'\">\r\n {{ \"agro.angular_components.CREATE_INVOICE_FIXATION\" | libTranslate }}\r\n </p>\r\n <p *ngSwitchCase=\"'CHANGE_REQUEST'\">\r\n {{ \"agro.angular_components.change_request_event\" | libTranslate }}\r\n </p>\r\n <p *ngSwitchCase=\"'FIXATION'\">\r\n {{ \"agro.angular_components.fixation_event\" | libTranslate }}\r\n </p>\r\n <p *ngSwitchCase=\"'CANCEL_FIXATION'\">\r\n {{ \"agro.angular_components.cancel_fixation_event\" | libTranslate }}\r\n </p>\r\n <p *ngSwitchCase=\"'TRANSFER_CANCELLATION'\">\r\n {{ \"agro.angular_components.transfer_cancellation_event\" | libTranslate }}\r\n </p>\r\n <p *ngSwitchCase=\"'AGRONOMIC_PRESCRIPTION'\">\r\n {{ \"agro.angular_components.agronomic_prescription_origin_event\" | libTranslate }}\r\n </p>\r\n <p *ngSwitchCase=\"'PRESCRIPTION_INTEGRATION_HUB'\">\r\n {{ \"agro.angular_components.agronomic_prescription_origin_event\" | libTranslate }}\r\n </p>\r\n </ng-container>\r\n </div>\r\n <div class=\"ui-g-4\" *ngIf=\"producerInvoice?.producerBalanceEntryControl.producer.e001pes.nomPes\">\r\n <span\r\n ><strong>{{ \"agro.angular_components.supplier\" | libTranslate }}</strong></span\r\n >\r\n <p>{{ producerInvoice?.producerBalanceEntryControl.producer.e001pes.nomPes }}</p>\r\n </div>\r\n <div class=\"ui-g-4\" *ngIf=\"producerInvoice?.producerBalanceEntryControl.ruralEstate.name\">\r\n <span\r\n ><strong>{{ \"agro.angular_components.rural_estate\" | libTranslate }}</strong></span\r\n >\r\n <p>{{ producerInvoice?.producerBalanceEntryControl.ruralEstate.name }}</p>\r\n </div>\r\n <div class=\"ui-g-4\" *ngIf=\"selectedStep?.controlCode\">\r\n <span\r\n ><strong>{{ \"agro.angular_components.control_code\" | libTranslate }}</strong></span\r\n >\r\n <p>{{ selectedStep?.controlCode }}</p>\r\n </div>\r\n <div class=\"ui-g-4\">\r\n <span\r\n ><strong>{{ \"agro.angular_components.status_label\" | libTranslate }}</strong></span\r\n >\r\n <ng-container [ngSwitch]=\"selectedStep?.item.status\">\r\n <p *ngSwitchCase=\"'SUCCESS'\">\r\n <s-badge\r\n [color]=\"BadgeColors.Green\"\r\n text=\"{{ 'agro.angular_components.panel_title_events_completed_successfully' | libTranslate }}\"\r\n [selectable]=\"false\"\r\n >\r\n </s-badge>\r\n </p>\r\n <p *ngSwitchCase=\"'PROCESSING'\">\r\n <s-badge\r\n [color]=\"BadgeColors.Orange\"\r\n text=\"{{ 'agro.angular_components.processing' | libTranslate }}\"\r\n [selectable]=\"false\"\r\n >\r\n </s-badge>\r\n </p>\r\n <p *ngSwitchCase=\"'FAILED'\">\r\n <s-badge\r\n [color]=\"BadgeColors.Red\"\r\n text=\"{{ 'agro.angular_components.panel_title_events_ended_with_error' | libTranslate }}\"\r\n [selectable]=\"false\"\r\n >\r\n </s-badge>\r\n </p>\r\n <p *ngSwitchCase=\"'PENDING'\">\r\n <s-badge\r\n [color]=\"BadgeColors.Gray\"\r\n text=\"{{ 'agro.angular_components.pending' | libTranslate }}\"\r\n [selectable]=\"false\"\r\n >\r\n </s-badge>\r\n </p>\r\n </ng-container>\r\n </div>\r\n <div class=\"ui-g-4\">\r\n <span\r\n ><strong>{{ \"agro.angular_components.last_update_date\" | libTranslate }}</strong></span\r\n >\r\n <p>{{ selectedStep?.item.lastModifiedDate | date: \"dd/MM/yyyy HH:mm:ss\" }}</p>\r\n </div>\r\n <div class=\"ui-g-4\" *ngIf=\"selectedStep?.item.status === 'FAILED'\">\r\n <span\r\n ><strong>{{ \"agro.angular_components.event_error_message\" | libTranslate }}</strong></span\r\n >\r\n <p>{{ selectedStep?.item.message || \"-\" }}</p>\r\n </div>\r\n </div>\r\n </p-fieldset>\r\n </div>\r\n <s-footer>\r\n <div class=\"ui-g\">\r\n <div class=\"ui-g-12 width-fit\">\r\n <s-button\r\n id=\"sidebar-close-button\"\r\n [priority]=\"ButtonPriority.Primary\"\r\n [label]=\"'agro.angular_components.events_close' | libTranslate\"\r\n [auxiliary]=\"false\"\r\n (click)=\"closeSidebar()\"\r\n >\r\n </s-button>\r\n <s-button\r\n *ngIf=\"showReprocessButton\"\r\n id=\"sidebar-reprocess-button\"\r\n [priority]=\"ButtonPriority.Secondary\"\r\n iconClass=\"fa fa-refresh\"\r\n [label]=\"'agro.angular_components.reprocess_event' | libTranslate\"\r\n [auxiliary]=\"false\"\r\n (click)=\"openModal()\"\r\n >\r\n </s-button>\r\n </div>\r\n </div>\r\n </s-footer>\r\n</s-sidebar>\r\n\r\n<p-dialog [header]=\"'agro.angular_components.event_modal_title' | libTranslate\" [(visible)]=\"displayModal\" [modal]=\"true\" class=\"dialog\">\r\n <div class=\"event-modal-text\">{{ \"agro.angular_components.event_modal\" | libTranslate }}</div>\r\n <p-footer>\r\n <div class=\"ui-dialog-buttonpane ui-widget-content ui-helper-clearfix\">\r\n <button\r\n id=\"modal-yes\"\r\n type=\"button\"\r\n pButton\r\n icon=\"fa fa-check\"\r\n (click)=\"confirmModal()\"\r\n label=\"{{ 'agro.angular_components.yes' | libTranslate }}\"\r\n class=\"ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only\"\r\n ></button>\r\n <button\r\n id=\"modal-no\"\r\n type=\"button\"\r\n pButton\r\n icon=\"fa fa-close\"\r\n (click)=\"cancelModal()\"\r\n label=\"{{ 'agro.angular_components.no' | libTranslate }}\"\r\n class=\"ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only\"\r\n ></button>\r\n </div>\r\n </p-footer>\r\n</p-dialog>\r\n",
|
|
6938
6765
|
providers: [{ provide: core.LOCALE_ID, useValue: "pt-BR" }],
|
|
6939
6766
|
styles: [".frozen{border-left:2px solid #ddd}.dialog{width:\"600px\";height:\"300px\";z-index:100000}:host ::ng-deep #cancel-button-agro-events-lib{background-color:#9c3a3a!important;border-color:#9c3a3a!important}:host ::ng-deep #cancel-button-agro-events-lib:hover{background-color:#642525!important}"]
|
|
6940
6767
|
})
|
|
@@ -6970,7 +6797,7 @@
|
|
|
6970
6797
|
core.Injectable()
|
|
6971
6798
|
], E001pesService);
|
|
6972
6799
|
return E001pesService;
|
|
6973
|
-
}(
|
|
6800
|
+
}(AgroEntityService));
|
|
6974
6801
|
|
|
6975
6802
|
var E001pesModule = /** @class */ (function () {
|
|
6976
6803
|
function E001pesModule() {
|
|
@@ -7012,7 +6839,7 @@
|
|
|
7012
6839
|
core.Injectable()
|
|
7013
6840
|
], E001TnsService);
|
|
7014
6841
|
return E001TnsService;
|
|
7015
|
-
}(
|
|
6842
|
+
}(AgroEntityService));
|
|
7016
6843
|
|
|
7017
6844
|
var E001TnsModule = /** @class */ (function () {
|
|
7018
6845
|
function E001TnsModule() {
|
|
@@ -7056,7 +6883,7 @@
|
|
|
7056
6883
|
core.Injectable()
|
|
7057
6884
|
], E012famService);
|
|
7058
6885
|
return E012famService;
|
|
7059
|
-
}(
|
|
6886
|
+
}(AgroEntityService));
|
|
7060
6887
|
|
|
7061
6888
|
var E070EmpService = /** @class */ (function (_super) {
|
|
7062
6889
|
__extends(E070EmpService, _super);
|
|
@@ -7083,7 +6910,7 @@
|
|
|
7083
6910
|
core.Injectable()
|
|
7084
6911
|
], E070EmpService);
|
|
7085
6912
|
return E070EmpService;
|
|
7086
|
-
}(
|
|
6913
|
+
}(AgroEntityService));
|
|
7087
6914
|
|
|
7088
6915
|
var E070EmpModule = /** @class */ (function () {
|
|
7089
6916
|
function E070EmpModule() {
|
|
@@ -7132,7 +6959,7 @@
|
|
|
7132
6959
|
core.Injectable()
|
|
7133
6960
|
], E070FilService);
|
|
7134
6961
|
return E070FilService;
|
|
7135
|
-
}(
|
|
6962
|
+
}(AgroEntityService));
|
|
7136
6963
|
|
|
7137
6964
|
var E070FilModule = /** @class */ (function () {
|
|
7138
6965
|
function E070FilModule() {
|
|
@@ -7179,7 +7006,7 @@
|
|
|
7179
7006
|
core.Injectable()
|
|
7180
7007
|
], E075DerService);
|
|
7181
7008
|
return E075DerService;
|
|
7182
|
-
}(
|
|
7009
|
+
}(AgroEntityService));
|
|
7183
7010
|
|
|
7184
7011
|
var E075DerModule = /** @class */ (function () {
|
|
7185
7012
|
function E075DerModule() {
|
|
@@ -7226,7 +7053,7 @@
|
|
|
7226
7053
|
core.Injectable()
|
|
7227
7054
|
], E205depService);
|
|
7228
7055
|
return E205depService;
|
|
7229
|
-
}(
|
|
7056
|
+
}(AgroEntityService));
|
|
7230
7057
|
|
|
7231
7058
|
var EventControlModule = /** @class */ (function () {
|
|
7232
7059
|
function EventControlModule() {
|
|
@@ -7290,7 +7117,7 @@
|
|
|
7290
7117
|
core.Injectable()
|
|
7291
7118
|
], ExternalInvoiceService);
|
|
7292
7119
|
return ExternalInvoiceService;
|
|
7293
|
-
}(
|
|
7120
|
+
}(AgroEntityService));
|
|
7294
7121
|
|
|
7295
7122
|
var ExternalInvoiceModule = /** @class */ (function () {
|
|
7296
7123
|
function ExternalInvoiceModule() {
|
|
@@ -7332,7 +7159,7 @@
|
|
|
7332
7159
|
core.Injectable()
|
|
7333
7160
|
], InvoiceService);
|
|
7334
7161
|
return InvoiceService;
|
|
7335
|
-
}(
|
|
7162
|
+
}(AgroEntityService));
|
|
7336
7163
|
|
|
7337
7164
|
var InvoiceModule = /** @class */ (function () {
|
|
7338
7165
|
function InvoiceModule() {
|
|
@@ -7376,7 +7203,7 @@
|
|
|
7376
7203
|
core.Injectable()
|
|
7377
7204
|
], OriginationService);
|
|
7378
7205
|
return OriginationService;
|
|
7379
|
-
}(
|
|
7206
|
+
}(AgroEntityService));
|
|
7380
7207
|
|
|
7381
7208
|
var OriginationModule = /** @class */ (function () {
|
|
7382
7209
|
function OriginationModule() {
|
|
@@ -7418,7 +7245,7 @@
|
|
|
7418
7245
|
core.Injectable()
|
|
7419
7246
|
], RuralEstateService);
|
|
7420
7247
|
return RuralEstateService;
|
|
7421
|
-
}(
|
|
7248
|
+
}(AgroEntityService));
|
|
7422
7249
|
|
|
7423
7250
|
var RuralEstateModule = /** @class */ (function () {
|
|
7424
7251
|
function RuralEstateModule() {
|
|
@@ -7495,7 +7322,7 @@
|
|
|
7495
7322
|
core.Injectable()
|
|
7496
7323
|
], TicketService);
|
|
7497
7324
|
return TicketService;
|
|
7498
|
-
}(
|
|
7325
|
+
}(AgroEntityService));
|
|
7499
7326
|
|
|
7500
7327
|
var TicketModule = /** @class */ (function () {
|
|
7501
7328
|
function TicketModule() {
|
|
@@ -7549,7 +7376,7 @@
|
|
|
7549
7376
|
core.Injectable()
|
|
7550
7377
|
], TransferService);
|
|
7551
7378
|
return TransferService;
|
|
7552
|
-
}(
|
|
7379
|
+
}(AgroEntityService));
|
|
7553
7380
|
|
|
7554
7381
|
var TransferModule = /** @class */ (function () {
|
|
7555
7382
|
function TransferModule() {
|
|
@@ -7598,7 +7425,7 @@
|
|
|
7598
7425
|
core.Injectable()
|
|
7599
7426
|
], FixationService);
|
|
7600
7427
|
return FixationService;
|
|
7601
|
-
}(
|
|
7428
|
+
}(AgroEntityService));
|
|
7602
7429
|
|
|
7603
7430
|
var FixationModule = /** @class */ (function () {
|
|
7604
7431
|
function FixationModule() {
|
|
@@ -7736,13 +7563,14 @@
|
|
|
7736
7563
|
|
|
7737
7564
|
var INVOICE_ITEMS = 'invoiceItems.*';
|
|
7738
7565
|
var ModalInvoicePjBase = /** @class */ (function () {
|
|
7739
|
-
function ModalInvoicePjBase(translate, invoiceService, localeService, kilogramPipe, messageService) {
|
|
7566
|
+
function ModalInvoicePjBase(translate, invoiceService, localeService, kilogramPipe, messageService, datePipe) {
|
|
7740
7567
|
var _this = this;
|
|
7741
7568
|
this.translate = translate;
|
|
7742
7569
|
this.invoiceService = invoiceService;
|
|
7743
7570
|
this.localeService = localeService;
|
|
7744
7571
|
this.kilogramPipe = kilogramPipe;
|
|
7745
7572
|
this.messageService = messageService;
|
|
7573
|
+
this.datePipe = datePipe;
|
|
7746
7574
|
this.buttonPriority = angularComponents.ButtonPriority;
|
|
7747
7575
|
this.dontHaveAnyInvoice = false;
|
|
7748
7576
|
this.gridLoading = true;
|
|
@@ -7759,7 +7587,7 @@
|
|
|
7759
7587
|
filterQuery: '',
|
|
7760
7588
|
};
|
|
7761
7589
|
this.gridFieldValuesMap = {
|
|
7762
|
-
issuanceDate: function (row) { return
|
|
7590
|
+
issuanceDate: function (row) { return _this.datePipe.transform(row.issuanceDate, 'dd/MM/yyyy', 'pt-BR'); },
|
|
7763
7591
|
invoiceItems: function (row) { return row.totalItems || 0; },
|
|
7764
7592
|
quantity: function (row) { return _this.kilogramPipe.transform(row.totalItemsQuantity || 0); },
|
|
7765
7593
|
};
|
|
@@ -7923,7 +7751,8 @@
|
|
|
7923
7751
|
{ type: AgroInvoiceService },
|
|
7924
7752
|
{ type: angularComponents.LocaleService },
|
|
7925
7753
|
{ type: KilogramPipe },
|
|
7926
|
-
{ type: primeng.MessageService }
|
|
7754
|
+
{ type: primeng.MessageService },
|
|
7755
|
+
{ type: common.DatePipe }
|
|
7927
7756
|
]; };
|
|
7928
7757
|
ModalInvoicePjBase = __decorate([
|
|
7929
7758
|
core.Directive()
|
|
@@ -7958,13 +7787,14 @@
|
|
|
7958
7787
|
|
|
7959
7788
|
var ModalInvoicePjForOriginationComponent = /** @class */ (function (_super) {
|
|
7960
7789
|
__extends(ModalInvoicePjForOriginationComponent, _super);
|
|
7961
|
-
function ModalInvoicePjForOriginationComponent(translate, invoiceService, localeService, kilogramPipe, messageService) {
|
|
7962
|
-
var _this = _super.call(this, translate, invoiceService, localeService, kilogramPipe, messageService) || this;
|
|
7790
|
+
function ModalInvoicePjForOriginationComponent(translate, invoiceService, localeService, kilogramPipe, messageService, datePipe) {
|
|
7791
|
+
var _this = _super.call(this, translate, invoiceService, localeService, kilogramPipe, messageService, datePipe) || this;
|
|
7963
7792
|
_this.translate = translate;
|
|
7964
7793
|
_this.invoiceService = invoiceService;
|
|
7965
7794
|
_this.localeService = localeService;
|
|
7966
7795
|
_this.kilogramPipe = kilogramPipe;
|
|
7967
7796
|
_this.messageService = messageService;
|
|
7797
|
+
_this.datePipe = datePipe;
|
|
7968
7798
|
_this.whenSelectInvoices = new core.EventEmitter();
|
|
7969
7799
|
return _this;
|
|
7970
7800
|
}
|
|
@@ -7981,18 +7811,19 @@
|
|
|
7981
7811
|
{ field: 'issuanceDate', header: this.translate.instant('agro.angular_components.issuance_date') },
|
|
7982
7812
|
];
|
|
7983
7813
|
};
|
|
7984
|
-
ModalInvoicePjForOriginationComponent.prototype.beforeAdd = function (selectedInvoices) {
|
|
7985
|
-
throw new Error('Method not implemented.');
|
|
7986
|
-
};
|
|
7987
7814
|
ModalInvoicePjForOriginationComponent.prototype.adaptResult = function (result) {
|
|
7988
7815
|
return Promise.resolve(result);
|
|
7989
7816
|
};
|
|
7817
|
+
ModalInvoicePjForOriginationComponent.prototype.beforeAdd = function (selectedInvoices) {
|
|
7818
|
+
throw new Error('Method not implemented.');
|
|
7819
|
+
};
|
|
7990
7820
|
ModalInvoicePjForOriginationComponent.ctorParameters = function () { return [
|
|
7991
7821
|
{ type: LibTranslationService },
|
|
7992
7822
|
{ type: AgroInvoiceService },
|
|
7993
7823
|
{ type: angularComponents.LocaleService },
|
|
7994
7824
|
{ type: KilogramPipe },
|
|
7995
|
-
{ type: primeng.MessageService }
|
|
7825
|
+
{ type: primeng.MessageService },
|
|
7826
|
+
{ type: common.DatePipe }
|
|
7996
7827
|
]; };
|
|
7997
7828
|
__decorate([
|
|
7998
7829
|
core.Input()
|
|
@@ -8003,7 +7834,7 @@
|
|
|
8003
7834
|
ModalInvoicePjForOriginationComponent = __decorate([
|
|
8004
7835
|
core.Component({
|
|
8005
7836
|
selector: 's-modal-invoice-pj-for-origination',
|
|
8006
|
-
template: "<p-dialog\r\n header=\"{{ 'agro.angular_components.panel_title_external_invoice_add_external_invoice' | libTranslate }}\"\r\n [(visible)]=\"visible\"\r\n [modal]=\"true\"\r\n class=\"add-invoice-modal\"\r\n [closeOnEscape]=\"false\"\r\n (onHide)=\"cancelPooling()\"\r\n [dismissableMask]=\"false\"\r\n>\r\n <ng-container *ngIf=\"!dontHaveAnyInvoice\">\r\n <div class=\"ui-g\">\r\n <label for=\"invoiceSearchInput\">{{ 'agro.angular_components.
|
|
7837
|
+
template: "<p-dialog\r\n header=\"{{ 'agro.angular_components.panel_title_external_invoice_add_external_invoice' | libTranslate }}\"\r\n [(visible)]=\"visible\"\r\n [modal]=\"true\"\r\n class=\"add-invoice-modal\"\r\n [closeOnEscape]=\"false\"\r\n (onHide)=\"cancelPooling()\"\r\n [dismissableMask]=\"false\"\r\n>\r\n <ng-container *ngIf=\"!dontHaveAnyInvoice\">\r\n <div class=\"ui-g\">\r\n <label for=\"invoiceSearchInput\">{{ 'agro.angular_components.number' | libTranslate }}</label>\r\n <input\r\n type=\"text\"\r\n id=\"invoiceSearchInput\"\r\n pInputText\r\n [formControl]=\"searchValue\"\r\n [placeholder]=\"'' | libTranslate\"\r\n [required]=\"false\"\r\n />\r\n <div class=\"ui-g-12\">\r\n <p-table\r\n [(selection)]=\"selected\"\r\n [value]=\"gridData\"\r\n [columns]=\"gridColumns\"\r\n [scrollable]=\"true\"\r\n dataKey=\"externalInvoiceId\"\r\n [rows]=\"10\"\r\n [paginator]=\"true\"\r\n [lazyLoadOnInit]=\"false\"\r\n [totalRecords]=\"gridTotalRecords\"\r\n [lazy]=\"true\"\r\n (onLazyLoad)=\"updateGridData($event)\"\r\n [resizableColumns]=\"true\"\r\n *sLoadingState=\"gridLoading\"\r\n sortMode=\"multiple\"\r\n [selectionMode]=\"'multiple'\"\r\n >\r\n <ng-template pTemplate=\"header\" let-columns>\r\n <tr>\r\n <th class=\"checkbox\" scope=\"col\">\r\n <p-tableHeaderCheckbox></p-tableHeaderCheckbox>\r\n </th>\r\n <ng-container *ngFor=\"let col of columns\">\r\n <th\r\n *ngIf=\"col.sortable === undefined || col.sortable\"\r\n [pSortableColumn]=\"col.field\"\r\n scope=\"col\"\r\n >\r\n {{ col.header }}\r\n <p-sortIcon [field]=\"col.field\"></p-sortIcon>\r\n </th>\r\n <th *ngIf=\"col.sortable === false || col.sortable === null\" scope=\"col\">\r\n {{ col.header }}\r\n </th>\r\n </ng-container>\r\n </tr>\r\n </ng-template>\r\n\r\n <ng-template pTemplate=\"body\" let-rowData let-columns=\"columns\" let-rowIndex=\"rowIndex\">\r\n <tr>\r\n <td class=\"checkbox\" tabindex=\"0\">\r\n <p-tableCheckbox [value]=\"rowData\"></p-tableCheckbox>\r\n </td>\r\n <td\r\n [pSelectableRow]=\"rowData\"\r\n [pSelectableRowIndex]=\"rowIndex\"\r\n *ngFor=\"let col of columns\"\r\n class=\"column\"\r\n tabindex=\"0\"\r\n >\r\n <ng-container>\r\n {{ gridFieldValuesMap[col.field] ? gridFieldValuesMap[col.field](rowData) :\r\n rowData[col.field] }}\r\n </ng-container>\r\n </td>\r\n </tr>\r\n </ng-template>\r\n\r\n <ng-template pTemplate=\"paginatorright\">\r\n <span>{{ gridTotalRecords }} registros encontrados</span>\r\n </ng-template>\r\n </p-table>\r\n </div>\r\n </div>\r\n </ng-container>\r\n\r\n <ng-container *ngIf=\"dontHaveAnyInvoice\">\r\n <s-empty-state\r\n iconClass=\"fa fa-exclamation-triangle\"\r\n title=\"{{ 'agro.angular_components.add_pj_invoice_modal_no_invoices_found' | libTranslate }}\"\r\n primaryActionLabel=\"{{ 'agro.angular_components.error_server_try_again' | libTranslate }}\"\r\n (primaryAction)=\"tryToSearchAgain()\"\r\n description=\"{{ 'agro.angular_components.no_register_found_for_external_invoices_summary' | libTranslate }}\"\r\n >\r\n </s-empty-state>\r\n </ng-container>\r\n\r\n <p-footer class=\"footer\" *ngIf=\"!dontHaveAnyInvoice\">\r\n <s-button\r\n [priority]=\"buttonPriority.Primary\"\r\n label=\"{{ 'agro.angular_components.panel_title_external_invoice_add_external_invoice' | libTranslate }}\"\r\n [disabled]=\"!selected?.length\"\r\n (click)=\"add()\"\r\n (keydown.enter)=\"add()\"\r\n ></s-button>\r\n <s-button\r\n [priority]=\"buttonPriority.Link\"\r\n label=\"{{ 'agro.angular_components.cancel' | libTranslate }}\"\r\n (click)=\"cancel()\"\r\n (keydown.enter)=\"cancel()\"\r\n ></s-button>\r\n </p-footer>\r\n</p-dialog>\r\n",
|
|
8007
7838
|
styles: [".footer{width:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}.add-invoice-modal{width:480px;max-width:480px}.add-invoice-modal input[type=text]{width:100%}.add-invoice-modal .ui-dialog{width:480px!important}.add-invoice-modal .ui-dialog .ui-dialog-content{min-height:175px}td.checkbox,th.checkbox{width:50px}td.column,th.column{min-width:150px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}"]
|
|
8008
7839
|
})
|
|
8009
7840
|
], ModalInvoicePjForOriginationComponent);
|
|
@@ -8049,57 +7880,33 @@
|
|
|
8049
7880
|
|
|
8050
7881
|
var ModalInvoicePjForTransferComponent = /** @class */ (function (_super) {
|
|
8051
7882
|
__extends(ModalInvoicePjForTransferComponent, _super);
|
|
8052
|
-
function ModalInvoicePjForTransferComponent(translate, invoiceService, localeService, kilogramPipe, messageService) {
|
|
8053
|
-
var _this = _super.call(this, translate, invoiceService, localeService, kilogramPipe, messageService) || this;
|
|
7883
|
+
function ModalInvoicePjForTransferComponent(translate, invoiceService, localeService, kilogramPipe, messageService, datePipe) {
|
|
7884
|
+
var _this = _super.call(this, translate, invoiceService, localeService, kilogramPipe, messageService, datePipe) || this;
|
|
8054
7885
|
_this.translate = translate;
|
|
8055
7886
|
_this.invoiceService = invoiceService;
|
|
8056
7887
|
_this.localeService = localeService;
|
|
8057
7888
|
_this.kilogramPipe = kilogramPipe;
|
|
8058
7889
|
_this.messageService = messageService;
|
|
8059
|
-
_this.
|
|
7890
|
+
_this.datePipe = datePipe;
|
|
8060
7891
|
return _this;
|
|
8061
7892
|
}
|
|
8062
|
-
ModalInvoicePjForTransferComponent.prototype.ngOnInit = function () {
|
|
8063
|
-
this.defineGridColumns();
|
|
8064
|
-
_super.prototype.ngOnInit.call(this);
|
|
8065
|
-
};
|
|
8066
|
-
ModalInvoicePjForTransferComponent.prototype.defineGridColumns = function () {
|
|
8067
|
-
this.gridColumns = [
|
|
8068
|
-
{ field: 'number', header: this.translate.instant('agro.angular_components.number') },
|
|
8069
|
-
{ field: 'series', header: this.translate.instant('agro.angular_components.series') },
|
|
8070
|
-
{ field: 'invoiceItems', header: this.translate.instant('agro.angular_components.itens'), sortable: false },
|
|
8071
|
-
{ field: 'quantity', header: this.translate.instant('agro.angular_components.quantity'), sortable: false },
|
|
8072
|
-
{ field: 'issuanceDate', header: this.translate.instant('agro.angular_components.issuance_date') },
|
|
8073
|
-
];
|
|
8074
|
-
};
|
|
8075
|
-
ModalInvoicePjForTransferComponent.prototype.beforeAdd = function (selectedInvoices) {
|
|
8076
|
-
throw new Error('Method not implemented.');
|
|
8077
|
-
};
|
|
8078
|
-
ModalInvoicePjForTransferComponent.prototype.adaptResult = function (result) {
|
|
8079
|
-
return Promise.resolve(result);
|
|
8080
|
-
};
|
|
8081
7893
|
ModalInvoicePjForTransferComponent.ctorParameters = function () { return [
|
|
8082
7894
|
{ type: LibTranslationService },
|
|
8083
7895
|
{ type: AgroInvoiceService },
|
|
8084
7896
|
{ type: angularComponents.LocaleService },
|
|
8085
7897
|
{ type: KilogramPipe },
|
|
8086
|
-
{ type: primeng.MessageService }
|
|
7898
|
+
{ type: primeng.MessageService },
|
|
7899
|
+
{ type: common.DatePipe }
|
|
8087
7900
|
]; };
|
|
8088
|
-
__decorate([
|
|
8089
|
-
core.Input()
|
|
8090
|
-
], ModalInvoicePjForTransferComponent.prototype, "options", void 0);
|
|
8091
|
-
__decorate([
|
|
8092
|
-
core.Output()
|
|
8093
|
-
], ModalInvoicePjForTransferComponent.prototype, "whenSelectInvoices", void 0);
|
|
8094
7901
|
ModalInvoicePjForTransferComponent = __decorate([
|
|
8095
7902
|
core.Component({
|
|
8096
7903
|
selector: 's-modal-invoice-pj-for-transfer',
|
|
8097
|
-
template: "<p-dialog\r\n header=\"{{ 'agro.angular_components.panel_title_external_invoice_add_external_invoice' | libTranslate }}\"\r\n [(visible)]=\"visible\"\r\n [modal]=\"true\"\r\n class=\"add-invoice-modal\"\r\n [closeOnEscape]=\"false\"\r\n (onHide)=\"cancelPooling()\"\r\n [dismissableMask]=\"false\"\r\n>\r\n <ng-container *ngIf=\"!dontHaveAnyInvoice\">\r\n <div class=\"ui-g\">\r\n <label for=\"invoiceSearchInput\">{{ 'agro.angular_components.
|
|
7904
|
+
template: "<p-dialog\r\n header=\"{{ 'agro.angular_components.panel_title_external_invoice_add_external_invoice' | libTranslate }}\"\r\n [(visible)]=\"visible\"\r\n [modal]=\"true\"\r\n class=\"add-invoice-modal\"\r\n [closeOnEscape]=\"false\"\r\n (onHide)=\"cancelPooling()\"\r\n [dismissableMask]=\"false\"\r\n>\r\n <ng-container *ngIf=\"!dontHaveAnyInvoice\">\r\n <div class=\"ui-g\">\r\n <label for=\"invoiceSearchInput\">{{ 'agro.angular_components.number' | libTranslate }}</label>\r\n <input\r\n type=\"text\"\r\n id=\"invoiceSearchInput\"\r\n pInputText\r\n [formControl]=\"searchValue\"\r\n [placeholder]=\"'' | libTranslate\"\r\n [required]=\"false\"\r\n />\r\n <div class=\"ui-g-12\">\r\n <p-table\r\n [(selection)]=\"selected\"\r\n [value]=\"gridData\"\r\n [columns]=\"gridColumns\"\r\n [scrollable]=\"true\"\r\n dataKey=\"externalInvoiceId\"\r\n [rows]=\"10\"\r\n [paginator]=\"true\"\r\n [lazyLoadOnInit]=\"false\"\r\n [totalRecords]=\"gridTotalRecords\"\r\n [lazy]=\"true\"\r\n (onLazyLoad)=\"updateGridData($event)\"\r\n [resizableColumns]=\"true\"\r\n *sLoadingState=\"gridLoading\"\r\n sortMode=\"multiple\"\r\n [selectionMode]=\"'multiple'\"\r\n >\r\n <ng-template pTemplate=\"header\" let-columns>\r\n <tr>\r\n <th class=\"checkbox\" scope=\"col\">\r\n <p-tableHeaderCheckbox></p-tableHeaderCheckbox>\r\n </th>\r\n <ng-container *ngFor=\"let col of columns\">\r\n <th\r\n *ngIf=\"col.sortable === undefined || col.sortable\"\r\n [pSortableColumn]=\"col.field\"\r\n scope=\"col\"\r\n >\r\n {{ col.header }}\r\n <p-sortIcon [field]=\"col.field\"></p-sortIcon>\r\n </th>\r\n <th *ngIf=\"col.sortable === false || col.sortable === null\" scope=\"col\">\r\n {{ col.header }}\r\n </th>\r\n </ng-container>\r\n </tr>\r\n </ng-template>\r\n\r\n <ng-template pTemplate=\"body\" let-rowData let-columns=\"columns\" let-rowIndex=\"rowIndex\">\r\n <tr>\r\n <td class=\"checkbox\" tabindex=\"0\">\r\n <p-tableCheckbox [value]=\"rowData\"></p-tableCheckbox>\r\n </td>\r\n <td\r\n [pSelectableRow]=\"rowData\"\r\n [pSelectableRowIndex]=\"rowIndex\"\r\n *ngFor=\"let col of columns\"\r\n class=\"column\"\r\n tabindex=\"0\"\r\n >\r\n <ng-container>\r\n {{ gridFieldValuesMap[col.field] ? gridFieldValuesMap[col.field](rowData) :\r\n rowData[col.field] }}\r\n </ng-container>\r\n </td>\r\n </tr>\r\n </ng-template>\r\n\r\n <ng-template pTemplate=\"paginatorright\">\r\n <span>{{ gridTotalRecords }} registros encontrados</span>\r\n </ng-template>\r\n </p-table>\r\n </div>\r\n </div>\r\n </ng-container>\r\n\r\n <ng-container *ngIf=\"dontHaveAnyInvoice\">\r\n <s-empty-state\r\n iconClass=\"fa fa-exclamation-triangle\"\r\n title=\"{{ 'agro.angular_components.add_pj_invoice_modal_no_invoices_found' | libTranslate }}\"\r\n primaryActionLabel=\"{{ 'agro.angular_components.error_server_try_again' | libTranslate }}\"\r\n (primaryAction)=\"tryToSearchAgain()\"\r\n description=\"{{ 'agro.angular_components.no_register_found_for_external_invoices_summary' | libTranslate }}\"\r\n >\r\n </s-empty-state>\r\n </ng-container>\r\n\r\n <p-footer class=\"footer\" *ngIf=\"!dontHaveAnyInvoice\">\r\n <s-button\r\n [priority]=\"buttonPriority.Primary\"\r\n label=\"{{ 'agro.angular_components.panel_title_external_invoice_add_external_invoice' | libTranslate }}\"\r\n [disabled]=\"!selected?.length\"\r\n (click)=\"add()\"\r\n (keydown.enter)=\"add()\"\r\n ></s-button>\r\n <s-button\r\n [priority]=\"buttonPriority.Link\"\r\n label=\"{{ 'agro.angular_components.cancel' | libTranslate }}\"\r\n (click)=\"cancel()\"\r\n (keydown.enter)=\"cancel()\"\r\n ></s-button>\r\n </p-footer>\r\n</p-dialog>\r\n",
|
|
8098
7905
|
styles: [".footer{width:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}.add-invoice-modal{width:480px;max-width:480px}.add-invoice-modal input[type=text]{width:100%}.add-invoice-modal .ui-dialog{width:480px!important}.add-invoice-modal .ui-dialog .ui-dialog-content{min-height:175px}td.checkbox,th.checkbox{width:50px}td.column,th.column{min-width:150px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}"]
|
|
8099
7906
|
})
|
|
8100
7907
|
], ModalInvoicePjForTransferComponent);
|
|
8101
7908
|
return ModalInvoicePjForTransferComponent;
|
|
8102
|
-
}(
|
|
7909
|
+
}(ModalInvoicePjForOriginationComponent));
|
|
8103
7910
|
|
|
8104
7911
|
var ModalInvoicePjForTransferModule = /** @class */ (function () {
|
|
8105
7912
|
function ModalInvoicePjForTransferModule() {
|
|
@@ -8117,8 +7924,8 @@
|
|
|
8117
7924
|
|
|
8118
7925
|
var ModalInvoicePjForFixationComponent = /** @class */ (function (_super) {
|
|
8119
7926
|
__extends(ModalInvoicePjForFixationComponent, _super);
|
|
8120
|
-
function ModalInvoicePjForFixationComponent(translationService, invoiceService, localeService, kilogramPipe, currencyPipe, producerInvoiceService, messageService) {
|
|
8121
|
-
var _this = _super.call(this, translationService, invoiceService, localeService, kilogramPipe, messageService) || this;
|
|
7927
|
+
function ModalInvoicePjForFixationComponent(translationService, invoiceService, localeService, kilogramPipe, currencyPipe, producerInvoiceService, messageService, datePipe) {
|
|
7928
|
+
var _this = _super.call(this, translationService, invoiceService, localeService, kilogramPipe, messageService, datePipe) || this;
|
|
8122
7929
|
_this.translationService = translationService;
|
|
8123
7930
|
_this.invoiceService = invoiceService;
|
|
8124
7931
|
_this.localeService = localeService;
|
|
@@ -8126,6 +7933,7 @@
|
|
|
8126
7933
|
_this.currencyPipe = currencyPipe;
|
|
8127
7934
|
_this.producerInvoiceService = producerInvoiceService;
|
|
8128
7935
|
_this.messageService = messageService;
|
|
7936
|
+
_this.datePipe = datePipe;
|
|
8129
7937
|
_this.whenSelectInvoices = new core.EventEmitter();
|
|
8130
7938
|
return _this;
|
|
8131
7939
|
}
|
|
@@ -8159,7 +7967,7 @@
|
|
|
8159
7967
|
return rxjs.of(rxjs.EMPTY).toPromise();
|
|
8160
7968
|
};
|
|
8161
7969
|
ModalInvoicePjForFixationComponent.prototype.open = function () {
|
|
8162
|
-
if (this.options.fixationItems.filter(function (item) { return item.requiredValue > item.totalValueInvoices; }).length
|
|
7970
|
+
if (this.options.fixationItems.filter(function (item) { return item.requiredValue > item.totalValueInvoices; }).length === 0) {
|
|
8163
7971
|
this.messageService.add({
|
|
8164
7972
|
severity: 'warn',
|
|
8165
7973
|
summary: this.translate.instant('agro.fixation.max_linked_invoices'),
|
|
@@ -8305,7 +8113,8 @@
|
|
|
8305
8113
|
{ type: KilogramPipe },
|
|
8306
8114
|
{ type: common.CurrencyPipe },
|
|
8307
8115
|
{ type: ProducerInvoiceService },
|
|
8308
|
-
{ type: primeng.MessageService }
|
|
8116
|
+
{ type: primeng.MessageService },
|
|
8117
|
+
{ type: common.DatePipe }
|
|
8309
8118
|
]; };
|
|
8310
8119
|
__decorate([
|
|
8311
8120
|
core.Input()
|
|
@@ -8316,7 +8125,7 @@
|
|
|
8316
8125
|
ModalInvoicePjForFixationComponent = __decorate([
|
|
8317
8126
|
core.Component({
|
|
8318
8127
|
selector: 's-modal-invoice-pj-for-fixation',
|
|
8319
|
-
template: "<p-dialog\r\n header=\"{{ 'agro.angular_components.panel_title_external_invoice_add_external_invoice' | libTranslate }}\"\r\n [(visible)]=\"visible\"\r\n [modal]=\"true\"\r\n class=\"add-invoice-modal\"\r\n [closeOnEscape]=\"false\"\r\n (onHide)=\"cancelPooling()\"\r\n [dismissableMask]=\"false\"\r\n>\r\n <ng-container *ngIf=\"!dontHaveAnyInvoice\">\r\n <div class=\"ui-g\">\r\n <label for=\"invoiceSearchInput\">{{ 'agro.angular_components.
|
|
8128
|
+
template: "<p-dialog\r\n header=\"{{ 'agro.angular_components.panel_title_external_invoice_add_external_invoice' | libTranslate }}\"\r\n [(visible)]=\"visible\"\r\n [modal]=\"true\"\r\n class=\"add-invoice-modal\"\r\n [closeOnEscape]=\"false\"\r\n (onHide)=\"cancelPooling()\"\r\n [dismissableMask]=\"false\"\r\n>\r\n <ng-container *ngIf=\"!dontHaveAnyInvoice\">\r\n <div class=\"ui-g\">\r\n <label for=\"invoiceSearchInput\">{{ 'agro.angular_components.number' | libTranslate }}</label>\r\n <input\r\n type=\"text\"\r\n id=\"invoiceSearchInput\"\r\n pInputText\r\n [formControl]=\"searchValue\"\r\n [placeholder]=\"'' | libTranslate\"\r\n [required]=\"false\"\r\n />\r\n <div class=\"ui-g-12\">\r\n <p-table\r\n [(selection)]=\"selected\"\r\n [value]=\"gridData\"\r\n [columns]=\"gridColumns\"\r\n [scrollable]=\"true\"\r\n dataKey=\"externalInvoiceId\"\r\n [rows]=\"10\"\r\n [paginator]=\"true\"\r\n [lazyLoadOnInit]=\"false\"\r\n [totalRecords]=\"gridTotalRecords\"\r\n [lazy]=\"true\"\r\n (onLazyLoad)=\"updateGridData($event)\"\r\n [resizableColumns]=\"true\"\r\n *sLoadingState=\"gridLoading\"\r\n sortMode=\"multiple\"\r\n [selectionMode]=\"'multiple'\"\r\n >\r\n <ng-template pTemplate=\"header\" let-columns>\r\n <tr>\r\n <th class=\"checkbox\" scope=\"col\">\r\n <p-tableHeaderCheckbox></p-tableHeaderCheckbox>\r\n </th>\r\n <ng-container *ngFor=\"let col of columns\">\r\n <th\r\n *ngIf=\"col.sortable === undefined || col.sortable\"\r\n [pSortableColumn]=\"col.field\"\r\n scope=\"col\"\r\n >\r\n {{ col.header }}\r\n <p-sortIcon [field]=\"col.field\"></p-sortIcon>\r\n </th>\r\n <th *ngIf=\"col.sortable === false || col.sortable === null\" scope=\"col\">\r\n {{ col.header }}\r\n </th>\r\n </ng-container>\r\n </tr>\r\n </ng-template>\r\n\r\n <ng-template pTemplate=\"body\" let-rowData let-columns=\"columns\" let-rowIndex=\"rowIndex\">\r\n <tr>\r\n <td class=\"checkbox\" tabindex=\"0\">\r\n <p-tableCheckbox [value]=\"rowData\"></p-tableCheckbox>\r\n </td>\r\n <td\r\n [pSelectableRow]=\"rowData\"\r\n [pSelectableRowIndex]=\"rowIndex\"\r\n *ngFor=\"let col of columns\"\r\n class=\"column\"\r\n tabindex=\"0\"\r\n >\r\n <ng-container>\r\n {{ gridFieldValuesMap[col.field] ? gridFieldValuesMap[col.field](rowData) :\r\n rowData[col.field] }}\r\n </ng-container>\r\n </td>\r\n </tr>\r\n </ng-template>\r\n\r\n <ng-template pTemplate=\"paginatorright\">\r\n <span>{{ gridTotalRecords }} registros encontrados</span>\r\n </ng-template>\r\n </p-table>\r\n </div>\r\n </div>\r\n </ng-container>\r\n\r\n <ng-container *ngIf=\"dontHaveAnyInvoice\">\r\n <s-empty-state\r\n iconClass=\"fa fa-exclamation-triangle\"\r\n title=\"{{ 'agro.angular_components.add_pj_invoice_modal_no_invoices_found' | libTranslate }}\"\r\n primaryActionLabel=\"{{ 'agro.angular_components.error_server_try_again' | libTranslate }}\"\r\n (primaryAction)=\"tryToSearchAgain()\"\r\n description=\"{{ 'agro.angular_components.no_register_found_for_external_invoices_summary' | libTranslate }}\"\r\n >\r\n </s-empty-state>\r\n </ng-container>\r\n\r\n <p-footer class=\"footer\" *ngIf=\"!dontHaveAnyInvoice\">\r\n <s-button\r\n [priority]=\"buttonPriority.Primary\"\r\n label=\"{{ 'agro.angular_components.panel_title_external_invoice_add_external_invoice' | libTranslate }}\"\r\n [disabled]=\"!selected?.length\"\r\n (click)=\"add()\"\r\n (keydown.enter)=\"add()\"\r\n ></s-button>\r\n <s-button\r\n [priority]=\"buttonPriority.Link\"\r\n label=\"{{ 'agro.angular_components.cancel' | libTranslate }}\"\r\n (click)=\"cancel()\"\r\n (keydown.enter)=\"cancel()\"\r\n ></s-button>\r\n </p-footer>\r\n</p-dialog>\r\n",
|
|
8320
8129
|
styles: [".footer{width:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}.add-invoice-modal{width:480px;max-width:480px}.add-invoice-modal input[type=text]{width:100%}.add-invoice-modal .ui-dialog{width:480px!important}.add-invoice-modal .ui-dialog .ui-dialog-content{min-height:175px}td.checkbox,th.checkbox{width:50px}td.column,th.column{min-width:150px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}"]
|
|
8321
8130
|
})
|
|
8322
8131
|
], ModalInvoicePjForFixationComponent);
|