feat: auto-increment sale invoice, receipt, estimate and payment receive.

feat: style sales and purchases forms.
This commit is contained in:
Ahmed Bouhuolia
2020-10-27 21:05:43 +02:00
parent 0ec0865a6e
commit 8e9abb4d7d
24 changed files with 689 additions and 362 deletions

View File

@@ -103,4 +103,10 @@ export default class HasTenancyService {
return tenantCacheLoader(tenantId);
});
}
settings(tenantId: number) {
return this.singletonService(tenantId, 'settings', () => {
throw new Error('Settings is not injected yet.');
});
}
}