Merge remote-tracking branch 'origin/master'

This commit is contained in:
M_Kececi
2026-03-03 00:30:19 +03:00
parent ea27d34336
commit a4f4c2457f
29 changed files with 4522 additions and 752 deletions

View File

@@ -1,4 +1,4 @@
<template>
<template>
<q-layout view="hHh Lpr fFf">
<!-- HEADER -->
@@ -200,6 +200,16 @@ const menuItems = [
label: 'Cari Bakiye Listesi',
to: '/app/customer-balance-list',
permission: 'finance:view'
},
{
label: 'Cari Yaşlandırmalı Ekstre',
to: '/app/account-aging-statement',
permission: 'finance:view'
},
{
label: 'Cari Yaşlandırmalı Cari Bakiye Listesi',
to: '/app/aged-customer-balance-list',
permission: 'finance:view'
}
]
},
@@ -308,3 +318,4 @@ const filteredMenu = computed(() => {
.filter(Boolean)
})
</script>