update migrations and create base migration. set discount and tax to sale invoices
This commit is contained in:
@@ -159,20 +159,30 @@ export class NamaProviderCommonBodyDto {
|
||||
@ApiProperty({
|
||||
description: ' اجرت ساخت (طلا)',
|
||||
})
|
||||
@IsOptional()
|
||||
@IsString()
|
||||
consfee: string
|
||||
consfee?: string
|
||||
|
||||
@ApiProperty({
|
||||
description: 'حق العمل',
|
||||
})
|
||||
@IsOptional()
|
||||
@IsString()
|
||||
bros: string
|
||||
bros?: string
|
||||
|
||||
@ApiProperty({
|
||||
description: 'سود فروشنده',
|
||||
})
|
||||
@IsOptional()
|
||||
@IsString()
|
||||
spro: string
|
||||
spro?: string
|
||||
|
||||
@ApiProperty({
|
||||
description: 'مجموع سود، حقالعمل و اجرت',
|
||||
})
|
||||
@IsOptional()
|
||||
@IsString()
|
||||
tcpbs?: string
|
||||
}
|
||||
|
||||
export class NamaProviderApiErrorItemDto {
|
||||
|
||||
Reference in New Issue
Block a user