3605-invoiceIn_intrastat3 #921
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#921
Loading…
Reference in New Issue
No description provided.
Delete Branch "3605-invoiceIn_intrastat3"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -0,0 +1,3 @@
INSERT INTO `salix`.`ACL`
update sql folder to fallas or the current version, basically a version yet to be merged.
@ -0,0 +1,2 @@
INSERT INTO `salix`.`ACL` (`model`,`property`,`accessType`,`permission`,`principalType`,`principalId`)
update sql folder to fallas or the current version, basically a version yet to be merged.
@ -0,0 +53,4 @@
ng-model="intrastat.amount"
step="0.01"
rule
vn-focus>
too many vn-focus, you just focus one.
@ -0,0 +18,4 @@
this.stemsTotal = 0.0;
if (!this._invoceInIntrastat) return;
this._invoceInIntrastat.forEach(intrastat => {
Do not access private properties if you have getters and setters in your toolkit.
@ -0,0 +23,4 @@
}));
describe('calculateTotals()', () => {
it('should set amountTotal, netTotal and stemsTotal to 0 if salesClaimed has no data', () => {
You missed the test where the actual purpose of the function is tested.
LGTM