Commit bcceb46
authored
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
- src/components/customers/CustomerInvoicesList.tsx+2
- src/components/customers/CustomerMainInfos.tsx+1-1
- src/components/designSystem/Table/Table.tsx+9-5
- src/components/invoices/InvoicesList.tsx+16-1
- src/components/invoices/details/DeleteAdjustedFeeDialog.tsx+5
- src/components/invoices/details/EditFeeDrawer.tsx+66-28
- src/components/invoices/details/InvoiceDetailsTable.tsx+100-8
- src/components/invoices/details/InvoiceDetailsTableBodyLine.tsx+8-2
- src/components/invoices/details/InvoiceDetailsTableFooter.tsx+74-19
- src/components/invoices/details/InvoiceFeeAdvanceDetailsTable.tsx+31-2
- src/components/invoices/details/InvoiceFeeArrearsDetailsTable.tsx+44-17
- src/components/layouts/CenteredPage.tsx+8-2
- src/components/layouts/Settings.tsx+1-1
- src/core/formats/formatInvoiceItemsMap.ts+3-1
- src/core/router/CustomerRoutes.tsx+12
- src/core/router/ObjectsRoutes.tsx+5-2
- src/core/router/index.tsx+2-1
- src/core/utils/invoiceUtils.ts+28
- src/core/utils/regenerateUtils.ts+32
- src/generated/graphql.tsx+468-20
- src/hooks/customer/useCustomerHasActiveWallet.ts+14
- src/hooks/usePermissionsInvoiceActions.ts+18
- src/pages/CreateInvoice.tsx+48-5
- src/pages/CustomerInvoiceDetails.tsx+100-1
- src/pages/CustomerInvoiceRegenerate.tsx+578
- src/pages/CustomerInvoiceVoid.tsx+43-16
- src/pages/InvoiceOverview.tsx+146-31
- src/pages/PaymentDetails.tsx+1-1
- src/pages/settings/BillingEntity/sections/BillingEntityMain.tsx+1-1
- src/pages/wallet/CreateWalletTopUp.tsx+65-4
- translations/base.json+18-1
0 commit comments