feat: batch creation

This commit is contained in:
Jannat Patel
2024-03-15 21:54:02 +05:30
parent 83a1b03bb7
commit 63bcbb6506
33 changed files with 1536 additions and 887 deletions

View File

@@ -9,7 +9,7 @@
<Plus class="h-4 w-4" />
</template>
<span>
{{ __('Create') }}
{{ __('Add Live Class') }}
</span>
</Button>
<div class="text-lg font-semibold mb-4">
@@ -88,7 +88,7 @@ const props = defineProps({
const liveClasses = createListResource({
doctype: 'LMS Live Class',
filters: {
batch: props.batchName,
batch_name: props.batch,
date: ['>=', new Date()],
},
fields: [