| | |
| | | |
| | | /** |
| | | * 查询已经绑定发票的开票台账 |
| | | * |
| | | * @param page |
| | | * @param receiptPaymentDto |
| | | * @return |
| | |
| | | |
| | | /** |
| | | * 开票台账详情 |
| | | * |
| | | * @param id |
| | | * @return |
| | | */ |
| | |
| | | |
| | | /** |
| | | * 计算前多少条数据回款金额综合 |
| | | * |
| | | * @param customerId |
| | | * @param total |
| | | * @return |
| | |
| | | /** |
| | | * 查询回款记录分页 |
| | | */ |
| | | IPage<ReceiptPaymentDto> receiptPaymentHistoryListPage(Page page,@Param("params") ReceiptPaymentDto receiptPaymentDto); |
| | | IPage<ReceiptPaymentDto> receiptPaymentHistoryListPage(Page page, @Param("params") ReceiptPaymentDto receiptPaymentDto); |
| | | |
| | | /** |
| | | * 客户往来记录查询 |
| | | * |
| | | * @param receiptPaymentDto |
| | | * @return |
| | | */ |
| | | List<CustomerInteractionDto> customerInteractions (ReceiptPaymentDto receiptPaymentDto); |
| | | List<CustomerInteractionDto> customerInteractions(ReceiptPaymentDto receiptPaymentDto); |
| | | |
| | | /** |
| | | * 客户回款记录查询 |
| | | * |
| | | * @param invoiceLedgerDto |
| | | * @return |
| | | */ |
| | |
| | | /** |
| | | * 查询回款记录不分页 |
| | | */ |
| | | List<ReceiptPaymentDto> receiptPaymentHistoryListNoPage( @Param("params") ReceiptPaymentDto receiptPaymentDto); |
| | | List<ReceiptPaymentDto> receiptPaymentHistoryListNoPage(@Param("params") ReceiptPaymentDto receiptPaymentDto); |
| | | |
| | | /** |
| | | * 通过开票登记产品id查询是否已经有回款记录 |
| | | * |
| | | * @param invoiceRegistrationProductId |
| | | * @return |
| | | */ |
| | |
| | | |
| | | List<ReceiptPaymentDto> bindInvoiceNoRegListAll(); |
| | | |
| | | List<ReceiptPaymentExeclDto> bindInvoiceNoRegListByIds(List<Long> ids,Long tenantId); |
| | | List<ReceiptPaymentExeclDto> bindInvoiceNoRegListByIds(List<Long> ids, Long tenantId); |
| | | |
| | | |
| | | List<InvoiceLedgerDto> customerSalesInteractions(InvoiceLedgerDto receiptPaymentDto); |
| | | List<InvoiceLedgerDto> customerSalesInteractions(@Param("ew") InvoiceLedgerDto receiptPaymentDto); |
| | | } |