Merge pull request #1081 from ae-utbm/remove-accounting

remove remaining accounting code
This commit is contained in:
thomas girod
2025-04-13 22:10:02 +02:00
committed by GitHub
14 changed files with 67 additions and 661 deletions

View File

@ -839,8 +839,7 @@ Welcome to the wiki page!
accounting_admin.permissions.add(
*list(
perms.filter(
Q(content_type__app_label="accounting")
| Q(
Q(
codename__in=[
"view_customer",
"view_product",

View File

@ -526,33 +526,6 @@ body {
}
}
/*---------------------------ACCOUNTING----------------------------*/
#accounting {
.journal-table {
tbody {
.neg-amount {
color: red;
&:before {
font-family: FontAwesome;
font-size: 1em;
content: "\f063";
}
}
.pos-amount {
color: green;
&:before {
font-family: FontAwesome;
font-size: 1em;
content: "\f062";
}
}
}
}
}
/*-----------------------------GENERAL-----------------------------*/
h1,
h2,