feat: add create & edit & delete in credit note.

This commit is contained in:
elforjani13
2021-11-30 21:04:36 +02:00
parent 15fa1729a2
commit eeb16f4362
29 changed files with 644 additions and 235 deletions

View File

@@ -28,6 +28,7 @@ export * from './UniversalSearch/UniversalSearch';
export * from './GenericResource';
export * from './jobs';
export * from './misc';
export * from './cashflowAccounts'
export * from './roles'
export * from './vendorCredit'
export * from './cashflowAccounts';
export * from './roles';
export * from './creditNote';
export * from './vendorCredit';