mirror of
https://github.com/crater-invoice/crater.git
synced 2025-12-14 17:32:56 -05:00
Compare commits
2 Commits
increase-s
...
NickCrater
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b414764552 | ||
|
|
d69b7fd491 |
@@ -55,6 +55,8 @@ Join the Crater discord server to discuss:
|
||||
- [x] Multiple Companies
|
||||
- [x] Recurring Invoices
|
||||
- [ ] Modules
|
||||
- [ ] Blockchain Integration
|
||||
- [ ] Web 3.0 Accounting
|
||||
- [ ] White Labeling (Easy Invoice, Email & Consumer Portal Theme customisation)
|
||||
- [ ] Vendors, Inventory & Bills
|
||||
- [ ] Payment Reminders
|
||||
|
||||
1
resources/scripts/components/dropdowns/InvoiceIndexDropdown.vue
Normal file → Executable file
1
resources/scripts/components/dropdowns/InvoiceIndexDropdown.vue
Normal file → Executable file
@@ -153,7 +153,6 @@ const utils = inject('utils')
|
||||
function canReSendInvoice(row) {
|
||||
return (
|
||||
(row.status == 'SENT' || row.status == 'VIEWED') &&
|
||||
route.name !== 'invoices.view' &&
|
||||
userStore.hasAbilities(abilities.SEND_INVOICE)
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user