This commit is contained in:
2021-08-05 22:52:47 +00:00
parent 60b0e68248
commit 7c033a6e84
33 changed files with 127 additions and 602 deletions

View File

@@ -250,7 +250,7 @@ MULTIPLE discount / markup ITEMS
}
catch
{
//Just re-throw for now, let exception handler deal, but in future may want to deal with this more here
throw;
}
return true;

View File

@@ -210,7 +210,7 @@ namespace AyaNova.Biz
{
//NOTE: no need to rollback the transaction, it will auto-rollback if not committed and it is disposed when it goes out of scope either way
//Just re-throw for now, let exception handler deal, but in future may want to deal with this more here
throw;
}
return true;

View File

@@ -145,7 +145,7 @@ namespace AyaNova.Biz
}
catch
{
//Just re-throw for now, let exception handler deal, but in future may want to deal with this more here
throw;
}

View File

@@ -173,7 +173,7 @@ namespace AyaNova.Biz
}
catch
{
//Just re-throw for now, let exception handler deal, but in future may want to deal with this more here
throw;
}
return true;

View File

@@ -194,7 +194,7 @@ namespace AyaNova.Biz
{
//NOTE: no need to rollback the transaction, it will auto-rollback if not committed and it is disposed when it goes out of scope either way
//Just re-throw for now, let exception handler deal, but in future may want to deal with this more here
throw;
}
return true;

View File

@@ -178,7 +178,7 @@ namespace AyaNova.Biz
}
catch
{
//Just re-throw for now, let exception handler deal, but in future may want to deal with this more here
throw;
}
return true;

View File

@@ -164,7 +164,7 @@ namespace AyaNova.Biz
}
catch
{
//Just re-throw for now, let exception handler deal, but in future may want to deal with this more here
throw;
}
return true;

View File

@@ -164,7 +164,7 @@ namespace AyaNova.Biz
}
catch
{
//Just re-throw for now, let exception handler deal, but in future may want to deal with this more here
throw;
}
return true;

View File

@@ -367,7 +367,7 @@ namespace AyaNova.Biz
catch
{
//NOTE: no need to rollback the transaction, it will auto-rollback if not committed and it is disposed when it goes out of scope either way
//Just re-throw for now, let exception handler deal, but in future may want to deal with this more here
throw;
}
@@ -1265,7 +1265,7 @@ namespace AyaNova.Biz
}
catch
{
//Just re-throw for now, let exception handler deal, but in future may want to deal with this more here
throw;
}
return true;
@@ -1539,7 +1539,7 @@ namespace AyaNova.Biz
}
catch
{
//Just re-throw for now, let exception handler deal, but in future may want to deal with this more here
throw;
}
return true;
@@ -1889,7 +1889,7 @@ namespace AyaNova.Biz
}
catch
{
//Just re-throw for now, let exception handler deal, but in future may want to deal with this more here
throw;
}
return true;
@@ -2271,7 +2271,7 @@ namespace AyaNova.Biz
}
catch
{
//Just re-throw for now, let exception handler deal, but in future may want to deal with this more here
throw;
}
return true;
@@ -2667,7 +2667,7 @@ namespace AyaNova.Biz
}
catch
{
//Just re-throw for now, let exception handler deal, but in future may want to deal with this more here
throw;
}
return true;
@@ -3004,7 +3004,7 @@ namespace AyaNova.Biz
}
catch
{
//Just re-throw for now, let exception handler deal, but in future may want to deal with this more here
throw;
}
return true;
@@ -3417,7 +3417,7 @@ namespace AyaNova.Biz
}
catch
{
//Just re-throw for now, let exception handler deal, but in future may want to deal with this more here
throw;
}
return true;
@@ -3657,7 +3657,7 @@ namespace AyaNova.Biz
}
catch
{
//Just re-throw for now, let exception handler deal, but in future may want to deal with this more here
throw;
}
return true;
@@ -3934,7 +3934,7 @@ namespace AyaNova.Biz
}
catch
{
//Just re-throw for now, let exception handler deal, but in future may want to deal with this more here
throw;
}
return true;
@@ -4301,7 +4301,7 @@ namespace AyaNova.Biz
}
catch
{
//Just re-throw for now, let exception handler deal, but in future may want to deal with this more here
throw;
}
return true;

View File

@@ -201,7 +201,7 @@ namespace AyaNova.Biz
}
catch
{
//Just re-throw for now, let exception handler deal, but in future may want to deal with this more here
throw;
}
return true;

View File

@@ -178,7 +178,7 @@ namespace AyaNova.Biz
}
catch
{
//Just re-throw for now, let exception handler deal, but in future may want to deal with this more here
throw;
}
return true;

View File

@@ -82,7 +82,7 @@ namespace AyaNova.Biz
}
catch
{
//Just re-throw for now, let exception handler deal, but in future may want to deal with this more here
throw;
}
}
@@ -132,7 +132,7 @@ namespace AyaNova.Biz
}
catch
{
//Just re-throw for now, let exception handler deal, but in future may want to deal with this more here
throw;
}

View File

@@ -176,7 +176,7 @@ namespace AyaNova.Biz
}
catch
{
//Just re-throw for now, let exception handler deal, but in future may want to deal with this more here
throw;
}
return true;

View File

@@ -176,7 +176,7 @@ namespace AyaNova.Biz
}
catch
{
//Just re-throw for now, let exception handler deal, but in future may want to deal with this more here
throw;
}
return true;

View File

@@ -351,7 +351,7 @@ namespace AyaNova.Biz
}
catch
{
//Just re-throw for now, let exception handler deal, but in future may want to deal with this more here
throw;
}
return true;

View File

@@ -379,7 +379,7 @@ namespace AyaNova.Biz
catch
{
//NOTE: no need to rollback the transaction, it will auto-rollback if not committed and it is disposed when it goes out of scope either way
//Just re-throw for now, let exception handler deal, but in future may want to deal with this more here
throw;
}
@@ -1043,7 +1043,7 @@ namespace AyaNova.Biz
}
catch
{
//Just re-throw for now, let exception handler deal, but in future may want to deal with this more here
throw;
}
return true;
@@ -1478,7 +1478,7 @@ namespace AyaNova.Biz
}
catch
{
//Just re-throw for now, let exception handler deal, but in future may want to deal with this more here
throw;
}
return true;
@@ -1762,7 +1762,7 @@ namespace AyaNova.Biz
}
catch
{
//Just re-throw for now, let exception handler deal, but in future may want to deal with this more here
throw;
}
return true;
@@ -2132,7 +2132,7 @@ namespace AyaNova.Biz
}
catch
{
//Just re-throw for now, let exception handler deal, but in future may want to deal with this more here
throw;
}
return true;
@@ -2528,7 +2528,7 @@ namespace AyaNova.Biz
}
catch
{
//Just re-throw for now, let exception handler deal, but in future may want to deal with this more here
throw;
}
return true;
@@ -2933,7 +2933,7 @@ namespace AyaNova.Biz
}
catch
{
//Just re-throw for now, let exception handler deal, but in future may want to deal with this more here
throw;
}
return true;
@@ -3278,7 +3278,7 @@ namespace AyaNova.Biz
}
catch
{
//Just re-throw for now, let exception handler deal, but in future may want to deal with this more here
throw;
}
return true;
@@ -3708,7 +3708,7 @@ namespace AyaNova.Biz
}
catch
{
//Just re-throw for now, let exception handler deal, but in future may want to deal with this more here
throw;
}
return true;
@@ -3961,7 +3961,7 @@ namespace AyaNova.Biz
}
catch
{
//Just re-throw for now, let exception handler deal, but in future may want to deal with this more here
throw;
}
return true;
@@ -4246,7 +4246,7 @@ namespace AyaNova.Biz
}
catch
{
//Just re-throw for now, let exception handler deal, but in future may want to deal with this more here
throw;
}
return true;
@@ -4632,7 +4632,7 @@ namespace AyaNova.Biz
}
catch
{
//Just re-throw for now, let exception handler deal, but in future may want to deal with this more here
throw;
}
return true;

View File

@@ -129,7 +129,7 @@ namespace AyaNova.Biz
}
catch
{
//Just re-throw for now, let exception handler deal, but in future may want to deal with this more here
throw;
}
return true;

View File

@@ -178,7 +178,7 @@ namespace AyaNova.Biz
}
catch
{
//Just re-throw for now, let exception handler deal, but in future may want to deal with this more here
throw;
}
return true;

View File

@@ -228,7 +228,7 @@ namespace AyaNova.Biz
}
catch
{
//Just re-throw for now, let exception handler deal, but in future may want to deal with this more here
throw;
}
return true;

View File

@@ -178,7 +178,7 @@ namespace AyaNova.Biz
}
catch
{
//Just re-throw for now, let exception handler deal, but in future may want to deal with this more here
throw;
}
return true;

View File

@@ -178,7 +178,7 @@ namespace AyaNova.Biz
}
catch
{
//Just re-throw for now, let exception handler deal, but in future may want to deal with this more here
throw;
}
return true;

View File

@@ -185,7 +185,7 @@ namespace AyaNova.Biz
}
catch
{
//Just re-throw for now, let exception handler deal, but in future may want to deal with this more here
throw;
}
return true;

View File

@@ -178,7 +178,7 @@ namespace AyaNova.Biz
}
catch
{
//Just re-throw for now, let exception handler deal, but in future may want to deal with this more here
throw;
}
return true;

View File

@@ -178,7 +178,7 @@ namespace AyaNova.Biz
}
catch
{
//Just re-throw for now, let exception handler deal, but in future may want to deal with this more here
throw;
}
return true;

View File

@@ -176,7 +176,7 @@ namespace AyaNova.Biz
}
catch
{
//Just re-throw for now, let exception handler deal, but in future may want to deal with this more here
throw;
}
return true;

View File

@@ -177,7 +177,7 @@ namespace AyaNova.Biz
}
catch
{
//Just re-throw for now, let exception handler deal, but in future may want to deal with this more here
throw;
}
return true;

View File

@@ -729,7 +729,7 @@ namespace AyaNova.Biz
}
catch
{
//Just re-throw for now, let exception handler deal, but in future may want to deal with this more here
//no need to rollback, the transaction will rollback automatically if it's disposed without committing
throw;
}

View File

@@ -174,7 +174,7 @@ namespace AyaNova.Biz
}
catch
{
//Just re-throw for now, let exception handler deal, but in future may want to deal with this more here
throw;
}
return true;

View File

@@ -222,7 +222,7 @@ namespace AyaNova.Biz
}
catch
{
//Just re-throw for now, let exception handler deal, but in future may want to deal with this more here
throw;
}
return true;

File diff suppressed because it is too large Load Diff

View File

@@ -159,7 +159,7 @@ namespace AyaNova.Biz
}
catch
{
//Just re-throw for now, let exception handler deal, but in future may want to deal with this more here
throw;
}
return true;

View File

@@ -159,7 +159,7 @@ namespace AyaNova.Biz
}
catch
{
//Just re-throw for now, let exception handler deal, but in future may want to deal with this more here
throw;
}
return true;

View File

@@ -159,7 +159,7 @@ namespace AyaNova.Biz
}
catch
{
//Just re-throw for now, let exception handler deal, but in future may want to deal with this more here
throw;
}
return true;