0.12.1 • Published 5 years ago
bizdoc.core.invy v0.12.1
Invy
Invoice reporting for BizDoc.
- Install BizDoc.Invy Nuget to support server side:
Install-Package BizDoc.Invy
- Call
AddInvy()
andUseInvy()
from startup.cs.
public void ConfigureServices(IServiceCollection services) {
services.AddBizDoc().
AddInvy(options => options.UseSqlServer(connectionString, o => o.UseNetTopologySuite()), o =>
{
});
}
public void Configure(IApplicationBuilder app, IWebHostEnvironment env) {
app.UseInvy();
}
- Add this package:
npm i bizdoc.core.invy
- Add InvyModule to imports in app module.
@NgModule({
declarations: [
],
imports: [
BizDocModule,
InvyModule
],
})
export class AppModule {
}
You can set Invy client behaviour using InvyModule.forRoot({})
.
See bizdoc.core for more.
0.12.1
5 years ago
0.12.0-next-1
5 years ago
0.11.3
5 years ago
0.11.2
5 years ago
0.11.1
5 years ago
0.11.0-next.1
5 years ago
0.10.7
5 years ago
0.10.6
5 years ago
0.10.4
5 years ago
0.10.5
5 years ago
0.10.3
5 years ago
0.10.2
5 years ago
0.10.1
5 years ago
0.10.0
5 years ago
0.9.1
5 years ago
0.9.0
5 years ago
0.1.0-next.8
5 years ago
0.1.0-next.7
5 years ago
0.1.0-next.6
5 years ago
0.1.0-next.4
5 years ago
0.1.0-next.3
6 years ago
0.1.0-next.2
6 years ago
0.1.0-next.1
6 years ago
0.0.9
6 years ago
0.0.8
6 years ago
0.0.7
6 years ago
0.0.6
6 years ago
0.0.4
6 years ago
0.0.3
6 years ago
0.0.2
6 years ago
0.0.1
6 years ago